diff options
Diffstat (limited to 'bb.c')
| -rw-r--r-- | bb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -783,7 +783,7 @@ void render(bb_t *bb) if (!title) title = ""; move_cursor(tty_out, x, 1); if (col > 0) { - fputs("│\033[K", tty_out); + fputs("┃\033[K", tty_out); x += 1; } const char *indicator = " "; |
