diff options
author | nicm <nicm> | 2019-03-12 12:58:40 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-03-12 12:58:40 +0000 |
commit | 7804fa1b82b14a28a6bfe72d5ee7aebd03584333 (patch) | |
tree | 7317f8bd24545bdb7f7ed029ced809a9eadb2c53 /input.c | |
parent | 7b819357ff5a0f014527a94ce0abb98e472ea358 (diff) | |
download | rtmux-7804fa1b82b14a28a6bfe72d5ee7aebd03584333.tar.gz rtmux-7804fa1b82b14a28a6bfe72d5ee7aebd03584333.tar.bz2 rtmux-7804fa1b82b14a28a6bfe72d5ee7aebd03584333.zip |
Revert to not clearing history on RIS, apparently some bootloaders send
this and it doesn't really do any harm.
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |