summaryrefslogtreecommitdiffstats
path: root/mode-tree.c
diff options
context:
space:
mode:
authornicm <nicm>2021-10-13 09:28:36 +0000
committernicm <nicm>2021-10-13 09:28:36 +0000
commit837ca176d1874273f3de615c75b506e1b1787a1b (patch)
treec219d8f8cf7399437e4285d713735991636b82cb /mode-tree.c
parentb8581ec80e5339be5e2c08cfec70a77f21ba06b2 (diff)
Add popup-style and popup-border-style options, from Alexis Hildebrandt
in GitHub issue 2927.
Diffstat (limited to 'mode-tree.c')
-rw-r--r--mode-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mode-tree.c b/mode-tree.c
index c92f7cff..2d2d8d5c 100644
--- a/mode-tree.c
+++ b/mode-tree.c
@@ -747,7 +747,7 @@ mode_tree_draw(struct mode_tree_data *mtd)
mti = mti->parent;
screen_write_cursormove(&ctx, 0, h, 0);
- screen_write_box(&ctx, w, sy - h);
+ screen_write_box(&ctx, w, sy - h, NULL);
if (mtd->sort_list != NULL) {
xasprintf(&text, " %s (sort: %s%s)", mti->name,