summaryrefslogtreecommitdiffstats
path: root/tty-term.c
diff options
context:
space:
mode:
authornicm <nicm>2022-11-11 08:37:55 +0000
committernicm <nicm>2022-11-11 08:37:55 +0000
commitfe475bd856ff1f98bf8a4cd9b6aedd5da81a7e3c (patch)
treeba0e97250decc80f35884724c7cbf57b980aa935 /tty-term.c
parent079f48e8a6131b2ef46b370c0905252d29d9d815 (diff)
Parse primary device attributes as well as secondary and add a SIXEL
flag (not used yet), from Anindya Mukherjee.
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 e3167f19..23abccf5 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -265,6 +265,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_SETRGBF] = { TTYCODE_STRING, "setrgbf" },
[TTYC_SETULC] = { TTYCODE_STRING, "Setulc" },
[TTYC_SE] = { TTYCODE_STRING, "Se" },
+ [TTYC_SXL] = { TTYCODE_FLAG, "Sxl" },
[TTYC_SGR0] = { TTYCODE_STRING, "sgr0" },
[TTYC_SITM] = { TTYCODE_STRING, "sitm" },
[TTYC_SMACS] = { TTYCODE_STRING, "smacs" },