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

View File

@ -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" },