aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-12 14:02:40 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-12 14:02:40 +0000
commit7d2004a8dd372d5e165232075b42e7b019dae969 (patch)
treebf04edb7eaeab44d310941fc7dc6d528e79000e6 /input.c
parent860acecc0d0dccad41176e20026707492f0f5826 (diff)
parent303d20a758a2779f76854b6df10f8764e44fc407 (diff)
downloadrtmux-7d2004a8dd372d5e165232075b42e7b019dae969.tar.gz
rtmux-7d2004a8dd372d5e165232075b42e7b019dae969.tar.bz2
rtmux-7d2004a8dd372d5e165232075b42e7b019dae969.zip
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r--input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/input.c b/input.c
index 049b82e1..73bd099b 100644
--- a/input.c
+++ b/input.c
@@ -1197,7 +1197,6 @@ input_esc_dispatch(struct input_ctx *ictx)
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);