Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all

others for clearing panes.
This commit is contained in:
nicm
2017-02-06 22:05:11 +00:00
parent 68e04907de
commit d60e585d9e
4 changed files with 84 additions and 22 deletions

1
tmux.h
View File

@@ -240,6 +240,7 @@ enum tty_code_code {
TTYC_DL1, /* delete_line, dl */
TTYC_E3,
TTYC_ECH, /* erase_chars, ec */
TTYC_ED, /* csr_eos, cd */
TTYC_EL, /* clr_eol, ce */
TTYC_EL1, /* clr_bol, cb */
TTYC_ENACS, /* ena_acs, eA */