summaryrefslogtreecommitdiffstats
path: root/mode-tree.c
diff options
context:
space:
mode:
authornicm <nicm>2021-10-20 09:50:40 +0000
committernicm <nicm>2021-10-20 09:50:40 +0000
commit8a9bfd0cddd783436e842495fc3039aa56571ed1 (patch)
tree664ad6f43dbfb7453bc43c3d300d9acfdd844f88 /mode-tree.c
parentf26b8c57ffb253db08072629b7c969c021580492 (diff)
Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.
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 2e029691..d4e93208 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, BOX_LINES_DEFAULT, NULL);
+ screen_write_box(&ctx, w, sy - h, BOX_LINES_DEFAULT, NULL, NULL);
if (mtd->sort_list != NULL) {
xasprintf(&text, " %s (sort: %s%s)", mti->name,