=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-client.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/tmux/window-client.c 2017/06/09 16:01:39 1.6 --- src/usr.bin/tmux/window-client.c 2017/06/30 22:24:08 1.7 *************** *** 1,4 **** ! /* $OpenBSD: window-client.c,v 1.6 2017/06/09 16:01:39 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-client.c,v 1.7 2017/06/30 22:24:08 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott *************** *** 230,236 **** screen_write_preview(&ctx, &wp->base, sx, sy - 3); screen_write_cursormove(&ctx, 0, sy - 2); ! screen_write_line(&ctx, sx, 0, 0); screen_write_cursormove(&ctx, 0, sy - 1); if (c->old_status != NULL) --- 230,236 ---- screen_write_preview(&ctx, &wp->base, sx, sy - 3); screen_write_cursormove(&ctx, 0, sy - 2); ! screen_write_hline(&ctx, sx, 0, 0); screen_write_cursormove(&ctx, 0, sy - 1); if (c->old_status != NULL)