summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-03-07 14:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2022-03-07 14:01:11 +0000
commit7eff2fe780575e92e170bfced338d58655a4344d (patch)
tree86082fa3a4a1039f5bb7b1e04f4110f1561ec810
parentf84f1c0cfe5dcad99105e94955bdf1f104c0f14c (diff)
parenta731b1a9162bfa8157c474d411a4d0d6f131439d (diff)
Merge branch 'obsd-master' into master
-rw-r--r--status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.c b/status.c
index 79033242..8d702de1 100644
--- a/status.c
+++ b/status.c
@@ -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)