summaryrefslogtreecommitdiffstats
path: root/mode-tree.c
diff options
context:
space:
mode:
authornicm <nicm>2019-05-26 17:34:45 +0000
committernicm <nicm>2019-05-26 17:34:45 +0000
commite90d4a6021a45e4f281c75e5513ede2d010ede32 (patch)
treefee53e188a26f7221239aee44cec4b383557d54e /mode-tree.c
parent64310051694fd5c82ccbcff9fda6488ea2dcfb96 (diff)
Add formats for word and line under the mouse and use them to add some
items to the pane menu.
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 9dd96190..8cb556c5 100644
--- a/mode-tree.c
+++ b/mode-tree.c
@@ -828,7 +828,7 @@ mode_tree_display_menu(struct mode_tree_data *mtd, struct client *c, u_int x,
s = MODE_TREE_MENU;
title = xstrdup("");
}
- menu = menu_create(s, c, NULL, title);
+ menu = menu_create(s, NULL, c, NULL, title);
free(title);
if (menu == NULL)
return;