mirror of
https://github.com/tmux/tmux.git
synced 2025-01-08 08:58:47 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
commit
7eff2fe780
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