From d60e585d9e6f01c06b936f550ebf889453a8720f Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 6 Feb 2017 22:05:11 +0000 Subject: Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all others for clearing panes. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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 */ -- cgit