summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2019-03-12 12:58:40 +0000
committernicm <nicm@openbsd.org>2019-03-12 12:58:40 +0000
commita6bb53c4bb42b7514d93f5841453f462c84846fe (patch)
tree9d4b5981b86c4cf1313012e9a705134a75cae484
parentTweak target debug logging. (diff)
downloadwireguard-openbsd-a6bb53c4bb42b7514d93f5841453f462c84846fe.tar.xz
wireguard-openbsd-a6bb53c4bb42b7514d93f5841453f462c84846fe.zip
Revert to not clearing history on RIS, apparently some bootloaders send
this and it doesn't really do any harm.
-rw-r--r--usr.bin/tmux/input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/input.c b/usr.bin/tmux/input.c
index 9cd6275f966..ce38fb583f4 100644
--- a/usr.bin/tmux/input.c
+++ b/usr.bin/tmux/input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: input.c,v 1.142 2019/03/12 11:16:50 nicm Exp $ */
+/* $OpenBSD: input.c,v 1.143 2019/03/12 12:58:40 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -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);