=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/input.c,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- src/usr.bin/tmux/input.c 2018/04/10 11:20:15 1.134 +++ src/usr.bin/tmux/input.c 2018/07/31 10:32:19 1.135 @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.134 2018/04/10 11:20:15 nicm Exp $ */ +/* $OpenBSD: input.c,v 1.135 2018/07/31 10:32:19 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1188,6 +1188,7 @@ window_pane_reset_palette(ictx->wp); input_reset_cell(ictx); screen_write_reset(sctx); + screen_write_clearhistory(sctx); break; case INPUT_ESC_IND: screen_write_linefeed(sctx, 0, ictx->cell.cell.bg);