aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.c b/bb.c
index fad458f..dc48729 100644
--- a/bb.c
+++ b/bb.c
@@ -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 = " ";