diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-03-07 14:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-03-07 14:01:11 +0000 |
commit | 7eff2fe780575e92e170bfced338d58655a4344d (patch) | |
tree | 86082fa3a4a1039f5bb7b1e04f4110f1561ec810 | |
parent | f84f1c0cfe5dcad99105e94955bdf1f104c0f14c (diff) | |
parent | a731b1a9162bfa8157c474d411a4d0d6f131439d (diff) | |
download | rtmux-7eff2fe780575e92e170bfced338d58655a4344d.tar.gz rtmux-7eff2fe780575e92e170bfced338d58655a4344d.tar.bz2 rtmux-7eff2fe780575e92e170bfced338d58655a4344d.zip |
Merge branch 'obsd-master' into master
-rw-r--r-- | status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |