aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-02-06 22:05:11 +0000
committernicm <nicm>2017-02-06 22:05:11 +0000
commitd60e585d9e6f01c06b936f550ebf889453a8720f (patch)
tree7b53199fe85ac80f4880f4932bd7896860c97999 /tmux.h
parent68e04907de6a13933805d3437872bd859f4ce6c1 (diff)
downloadrtmux-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index f310a37a..f111d857 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 */