mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
Pass client when adding menu item, GitHub issue 3103.
This commit is contained in:
parent
7d4224f207
commit
a731b1a916
2
status.c
2
status.c
@ -1798,7 +1798,7 @@ status_prompt_complete_window_menu(struct client *c, struct session *s,
|
|||||||
item.name = tmp;
|
item.name = tmp;
|
||||||
item.key = '0' + size - 1;
|
item.key = '0' + size - 1;
|
||||||
item.command = NULL;
|
item.command = NULL;
|
||||||
menu_add_item(menu, &item, NULL, NULL, NULL);
|
menu_add_item(menu, &item, NULL, c, NULL);
|
||||||
free(tmp);
|
free(tmp);
|
||||||
|
|
||||||
if (size == height)
|
if (size == height)
|
||||||
|
Loading…
Reference in New Issue
Block a user