diff options
author | Thomas Adam <thomas@xteddy.org> | 2023-01-21 00:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2023-01-21 00:01:11 +0000 |
commit | c42087c789ac514efb8cfcc41b0f51dfe16702ee (patch) | |
tree | 5d5dd118fffaec362f3e9d2922d514049f97e5d1 /status.c | |
parent | c4a6f403bb9d7c24c291f01dee9572bb4b784096 (diff) | |
parent | 3aa458ea6398b0de37c3e146304bd2a4e17ea3c0 (diff) | |
download | rtmux-c42087c789ac514efb8cfcc41b0f51dfe16702ee.tar.gz rtmux-c42087c789ac514efb8cfcc41b0f51dfe16702ee.tar.bz2 rtmux-c42087c789ac514efb8cfcc41b0f51dfe16702ee.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1766,7 +1766,7 @@ status_prompt_complete_list_menu(struct client *c, char **list, u_int size, else offset = 0; - if (menu_display(menu, MENU_NOMOUSE|MENU_TAB, NULL, offset, + if (menu_display(menu, MENU_NOMOUSE|MENU_TAB, 0, NULL, offset, py, c, NULL, status_prompt_menu_callback, spm) != 0) { menu_free(menu); free(spm); @@ -1859,7 +1859,7 @@ status_prompt_complete_window_menu(struct client *c, struct session *s, else offset = 0; - if (menu_display(menu, MENU_NOMOUSE|MENU_TAB, NULL, offset, + if (menu_display(menu, MENU_NOMOUSE|MENU_TAB, 0, NULL, offset, py, c, NULL, status_prompt_menu_callback, spm) != 0) { menu_free(menu); free(spm); |