summaryrefslogtreecommitdiffstats
path: root/tty-term.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-03-24 12:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2022-03-24 12:01:11 +0000
commit5e491e79475425ca58316eac30a76038756a6499 (patch)
treec7e4318f1574fddb1541f3b75d9e09d58c2f37db /tty-term.c
parent964deae422e4127a64f60fa3b54e2bf47b8e074c (diff)
parent792d13af49f2550a9a8d11b0099528628957a1a0 (diff)
Merge branch 'obsd-master' into 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 8e07da05..fdf0c4fa 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -277,6 +277,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_SMUL] = { TTYCODE_STRING, "smul" },
[TTYC_SMXX] = { TTYCODE_STRING, "smxx" },
[TTYC_SS] = { TTYCODE_STRING, "Ss" },
+ [TTYC_SWD] = { TTYCODE_STRING, "Swd" },
[TTYC_SYNC] = { TTYCODE_STRING, "Sync" },
[TTYC_TC] = { TTYCODE_FLAG, "Tc" },
[TTYC_TSL] = { TTYCODE_STRING, "tsl" },