aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-13 23:02:26 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-13 23:02:26 +0100
commit1eefbd28e83d6031a50b7afe44e77b391ad215eb (patch)
treea19aa5ed6cd51ec50803d790abcdff5c51501dab /tty-term.c
parentb5b5d35eee1890daa7627556425ed32b5e4491fa (diff)
parent1ee944a19def82cb62abf6ab92c17eb30df77a41 (diff)
downloadrtmux-1eefbd28e83d6031a50b7afe44e77b391ad215eb.tar.gz
rtmux-1eefbd28e83d6031a50b7afe44e77b391ad215eb.tar.bz2
rtmux-1eefbd28e83d6031a50b7afe44e77b391ad215eb.zip
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 c458752d..b3fc8e0d 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -255,6 +255,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_SMACS] = { TTYCODE_STRING, "smacs" },
[TTYC_SMCUP] = { TTYCODE_STRING, "smcup" },
[TTYC_SMKX] = { TTYCODE_STRING, "smkx" },
+ [TTYC_SMOL] = { TTYCODE_STRING, "Smol" },
[TTYC_SMSO] = { TTYCODE_STRING, "smso" },
[TTYC_SMULX] = { TTYCODE_STRING, "Smulx" },
[TTYC_SMUL] = { TTYCODE_STRING, "smul" },