mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
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:
@ -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" },
|
||||
|
Reference in New Issue
Block a user