=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-client.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/tmux/window-client.c 2019/03/16 17:14:07 1.18 --- src/usr.bin/tmux/window-client.c 2019/03/16 19:12:13 1.19 *************** *** 1,4 **** ! /* $OpenBSD: window-client.c,v 1.18 2019/03/16 17:14:07 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-client.c,v 1.19 2019/03/16 19:12:13 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott *************** *** 229,238 **** screen_write_hline(ctx, sx, 0, 0); screen_write_cursormove(ctx, cx, cy + sy - 1, 0); ! if (c->status.old_screen != NULL) ! screen_write_fast_copy(ctx, c->status.old_screen, 0, 0, sx, 1); ! else ! screen_write_fast_copy(ctx, &c->status.screen, 0, 0, sx, 1); } static struct screen * --- 229,235 ---- screen_write_hline(ctx, sx, 0, 0); screen_write_cursormove(ctx, cx, cy + sy - 1, 0); ! screen_write_fast_copy(ctx, &c->status.screen, 0, 0, sx, 1); } static struct screen *