Merge branch 'obsd-master' into master

pull/3116/head
Thomas Adam 2022-03-07 14:01:11 +00:00
commit 7eff2fe780
1 changed files with 1 additions and 1 deletions

View File

@ -1798,7 +1798,7 @@ status_prompt_complete_window_menu(struct client *c, struct session *s,
item.name = tmp;
item.key = '0' + size - 1;
item.command = NULL;
menu_add_item(menu, &item, NULL, NULL, NULL);
menu_add_item(menu, &item, NULL, c, NULL);
free(tmp);
if (size == height)