aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authornicm <nicm>2019-08-05 06:42:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-08-26 17:28:24 +0100
commit79f09b4d855b2339db2c859266135ab1b6368a61 (patch)
treec5ea8f88c382bdecf9b1b47ece54dc7b27df561d /tty-term.c
parente85ea9f67dcecab91599a658ad694d8e08514509 (diff)
downloadrtmux-79f09b4d855b2339db2c859266135ab1b6368a61.tar.gz
rtmux-79f09b4d855b2339db2c859266135ab1b6368a61.tar.bz2
rtmux-79f09b4d855b2339db2c859266135ab1b6368a61.zip
Add support for the SD (scroll down) escape sequence, GitHub issue 1861.
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tty-term.c b/tty-term.c
index eabadf6b..182edd7d 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -242,6 +242,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_REV] = { TTYCODE_STRING, "rev" },
[TTYC_RGB] = { TTYCODE_FLAG, "RGB" },
[TTYC_RI] = { TTYCODE_STRING, "ri" },
+ [TTYC_RIN] = { TTYCODE_STRING, "rin" },
[TTYC_RMACS] = { TTYCODE_STRING, "rmacs" },
[TTYC_RMCUP] = { TTYCODE_STRING, "rmcup" },
[TTYC_RMKX] = { TTYCODE_STRING, "rmkx" },