Add support for scroll up escape sequence (CSI S) and use it when

possible instead of sending individual line feeds.
This commit is contained in:
nicm
2017-02-08 17:31:09 +00:00
parent 13a0b6bb3f
commit e100d465da
5 changed files with 71 additions and 4 deletions

View File

@ -95,6 +95,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_ICH1] = { TTYCODE_STRING, "ich1" },
[TTYC_IL] = { TTYCODE_STRING, "il" },
[TTYC_IL1] = { TTYCODE_STRING, "il1" },
[TTYC_INDN] = { TTYCODE_STRING, "indn" },
[TTYC_INVIS] = { TTYCODE_STRING, "invis" },
[TTYC_IS1] = { TTYCODE_STRING, "is1" },
[TTYC_IS2] = { TTYCODE_STRING, "is2" },