=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/mode-tree.c,v retrieving revision 1.56 retrieving revision 1.57 diff -c -r1.56 -r1.57 *** src/usr.bin/tmux/mode-tree.c 2021/10/13 09:28:36 1.56 --- src/usr.bin/tmux/mode-tree.c 2021/10/14 13:19:01 1.57 *************** *** 1,4 **** ! /* $OpenBSD: mode-tree.c,v 1.56 2021/10/13 09:28:36 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: mode-tree.c,v 1.57 2021/10/14 13:19:01 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott *************** *** 747,753 **** mti = mti->parent; screen_write_cursormove(&ctx, 0, h, 0); ! screen_write_box(&ctx, w, sy - h, NULL); if (mtd->sort_list != NULL) { xasprintf(&text, " %s (sort: %s%s)", mti->name, --- 747,753 ---- mti = mti->parent; screen_write_cursormove(&ctx, 0, h, 0); ! screen_write_box(&ctx, w, sy - h, BOX_LINES_DEFAULT, NULL); if (mtd->sort_list != NULL) { xasprintf(&text, " %s (sort: %s%s)", mti->name,