diff options
| author | nicm <nicm> | 2018-07-31 10:32:19 +0000 |
|---|---|---|
| committer | nicm <nicm> | 2018-07-31 10:32:19 +0000 |
| commit | 80bdd898560db81baa1430e0b093b896a09b542e (patch) | |
| tree | bd72fdac85b299cfc8d9a9afd0bb691e332ce3cd | |
| parent | b21a710de7344132fb9f770e20965a34dacd8696 (diff) | |
| download | rtmux-80bdd898560db81baa1430e0b093b896a09b542e.tar.gz rtmux-80bdd898560db81baa1430e0b093b896a09b542e.tar.bz2 rtmux-80bdd898560db81baa1430e0b093b896a09b542e.zip | |
Clear history on RIS like most other terminals do.
| -rw-r--r-- | input.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1188,6 +1188,7 @@ 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); |