mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Add formats for word and line under the mouse and use them to add some
items to the pane menu.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user