=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-client.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/tmux/window-client.c 2017/11/03 17:02:33 1.12 --- src/usr.bin/tmux/window-client.c 2018/02/05 08:21:54 1.13 *************** *** 1,4 **** ! /* $OpenBSD: window-client.c,v 1.12 2017/11/03 17:02:33 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-client.c,v 1.13 2018/02/05 08:21:54 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott *************** *** 229,238 **** screen_write_hline(ctx, sx, 0, 0); screen_write_cursormove(ctx, cx, cy + sy - 1); ! if (c->old_status != NULL) ! screen_write_fast_copy(ctx, c->old_status, 0, 0, sx, 1); else ! screen_write_fast_copy(ctx, &c->status, 0, 0, sx, 1); } static struct screen * --- 229,238 ---- screen_write_hline(ctx, sx, 0, 0); screen_write_cursormove(ctx, cx, cy + sy - 1); ! if (c->status.old_status != NULL) ! screen_write_fast_copy(ctx, c->status.old_status, 0, 0, sx, 1); else ! screen_write_fast_copy(ctx, &c->status.status, 0, 0, sx, 1); } static struct screen *