summaryrefslogtreecommitdiffstats
path: root/window-tree.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-10-14 16:01:20 +0100
committerThomas Adam <thomas@xteddy.org>2021-10-14 16:01:20 +0100
commit264fe7fc2ac87ee1d337506606f45b3ee4028afe (patch)
tree43a1dc9eb44d6a367404a2a67701c7b47f5680b3 /window-tree.c
parentee9885a40ced1fd34fe2eed879a40975a0691ac8 (diff)
parentadd20637f256c0118d3c687d5d1446612d14389a (diff)
Merge branch 'obsd-master' into master
Diffstat (limited to 'window-tree.c')
-rw-r--r--window-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window-tree.c b/window-tree.c
index daa183f5..c41c91af 100644
--- a/window-tree.c
+++ b/window-tree.c
@@ -519,7 +519,7 @@ window_tree_draw_label(struct screen_write_ctx *ctx, u_int px, u_int py,
if (ox > 1 && ox + len < sx - 1 && sy >= 3) {
screen_write_cursormove(ctx, px + ox - 1, py + oy - 1, 0);
- screen_write_box(ctx, len + 2, 3, NULL);
+ screen_write_box(ctx, len + 2, 3, BOX_LINES_DEFAULT, NULL);
}
screen_write_cursormove(ctx, px + ox, py + oy, 0);
screen_write_puts(ctx, gc, "%s", label);