=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/input.c,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- src/usr.bin/tmux/input.c 2017/02/06 13:25:15 1.110 +++ src/usr.bin/tmux/input.c 2017/02/06 19:26:49 1.111 @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.110 2017/02/06 13:25:15 nicm Exp $ */ +/* $OpenBSD: input.c,v 1.111 2017/02/06 19:26:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1330,7 +1330,7 @@ screen_write_clearendofscreen(sctx, ictx->cell.cell.bg); break; case 1: - screen_write_clearstartofscreen(sctx); + screen_write_clearstartofscreen(sctx, ictx->cell.cell.bg); break; case 2: screen_write_clearscreen(sctx, ictx->cell.cell.bg);