=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/mode-tree.c,v retrieving revision 1.65 retrieving revision 1.66 diff -c -r1.65 -r1.66 *** src/usr.bin/tmux/mode-tree.c 2023/08/11 17:09:00 1.65 --- src/usr.bin/tmux/mode-tree.c 2023/08/15 07:01:47 1.66 *************** *** 1,4 **** ! /* $OpenBSD: mode-tree.c,v 1.65 2023/08/11 17:09:00 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: mode-tree.c,v 1.66 2023/08/15 07:01:47 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott *************** *** 963,969 **** else x = 0; if (menu_display(menu, 0, 0, NULL, x, y, c, BOX_LINES_DEFAULT, NULL, ! NULL, NULL, mode_tree_menu_callback, mtm) != 0) menu_free(menu); } --- 963,969 ---- else x = 0; if (menu_display(menu, 0, 0, NULL, x, y, c, BOX_LINES_DEFAULT, NULL, ! NULL, NULL, NULL, mode_tree_menu_callback, mtm) != 0) menu_free(menu); }