=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/mode-tree.c,v retrieving revision 1.63 retrieving revision 1.64 diff -c -r1.63 -r1.64 *** src/usr.bin/tmux/mode-tree.c 2023/01/20 21:36:00 1.63 --- src/usr.bin/tmux/mode-tree.c 2023/08/08 08:08:47 1.64 *************** *** 1,4 **** ! /* $OpenBSD: mode-tree.c,v 1.63 2023/01/20 21:36:00 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: mode-tree.c,v 1.64 2023/08/08 08:08:47 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott *************** *** 962,969 **** x -= (menu->width + 4) / 2; else x = 0; ! if (menu_display(menu, 0, 0, NULL, x, y, c, NULL, ! mode_tree_menu_callback, mtm) != 0) menu_free(menu); } --- 962,969 ---- x -= (menu->width + 4) / 2; 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); }