diff options
author | nicm <nicm> | 2017-02-06 22:05:11 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-02-06 22:05:11 +0000 |
commit | d60e585d9e6f01c06b936f550ebf889453a8720f (patch) | |
tree | 7b53199fe85ac80f4880f4932bd7896860c97999 /tmux.h | |
parent | 68e04907de6a13933805d3437872bd859f4ce6c1 (diff) | |
download | rtmux-d60e585d9e6f01c06b936f550ebf889453a8720f.tar.gz rtmux-d60e585d9e6f01c06b936f550ebf889453a8720f.tar.bz2 rtmux-d60e585d9e6f01c06b936f550ebf889453a8720f.zip |
Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all
others for clearing panes.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |