summaryrefslogtreecommitdiffstats
path: root/tty-term.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-03-22 08:01:17 +0000
committerThomas Adam <thomas@xteddy.org>2017-03-22 08:01:17 +0000
commit843e605b89b2da163c60739adaa48d885abfe2b3 (patch)
tree078d555321d0742d8c917a1180e832b3b70aa9ab /tty-term.c
parent223ed4a98962c088aee84ca6ceb33798e92ac473 (diff)
parentdf3ab87964fc52c6f44b2bbe014c8bec202d0528 (diff)
Merge branch 'obsd-master'
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 525f03d6..b8a25de5 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -252,6 +252,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_SMKX] = { TTYCODE_STRING, "smkx" },
[TTYC_SMSO] = { TTYCODE_STRING, "smso" },
[TTYC_SMUL] = { TTYCODE_STRING, "smul" },
+ [TTYC_SMXX] = { TTYCODE_STRING, "smxx" },
[TTYC_SS] = { TTYCODE_STRING, "Ss" },
[TTYC_TC] = { TTYCODE_FLAG, "Tc" },
[TTYC_TSL] = { TTYCODE_STRING, "tsl" },