diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-11-01 10:01:13 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-11-01 10:01:13 +0000 |
commit | 774903f6c4b1c1ae44517af43a7d70d80eb7d805 (patch) | |
tree | ffb9544d0a82f0612dc178d4e31d887eedf02e67 /status.c | |
parent | c76904343a3ddfea3c58ec00d9904c16574a8af3 (diff) | |
parent | 4fe5aa99fb203ddb25089955d8814e1065e11a60 (diff) | |
download | rtmux-774903f6c4b1c1ae44517af43a7d70d80eb7d805.tar.gz rtmux-774903f6c4b1c1ae44517af43a7d70d80eb7d805.tar.bz2 rtmux-774903f6c4b1c1ae44517af43a7d70d80eb7d805.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1727,7 +1727,7 @@ status_prompt_complete_list_menu(struct client *c, char **list, u_int size, item.name = list[i]; item.key = '0' + (i - spm->start); item.command = NULL; - menu_add_item(menu, &item, NULL, NULL, NULL); + menu_add_item(menu, &item, NULL, c, NULL); } if (options_get_number(c->session->options, "status-position") == 0) |