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. --- tty-term.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tty-term.c') diff --git a/tty-term.c b/tty-term.c index 02305971..092f80f2 100644 --- a/tty-term.c +++ b/tty-term.c @@ -84,6 +84,7 @@ static const struct tty_term_code_entry tty_term_codes[] = { [TTYC_DL1] = { TTYCODE_STRING, "dl1" }, [TTYC_E3] = { TTYCODE_STRING, "E3" }, [TTYC_ECH] = { TTYCODE_STRING, "ech" }, + [TTYC_ED] = { TTYCODE_STRING, "ed" }, [TTYC_EL] = { TTYCODE_STRING, "el" }, [TTYC_EL1] = { TTYCODE_STRING, "el1" }, [TTYC_ENACS] = { TTYCODE_STRING, "enacs" }, -- cgit