diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-05-13 23:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-05-13 23:02:26 +0100 |
commit | 1eefbd28e83d6031a50b7afe44e77b391ad215eb (patch) | |
tree | a19aa5ed6cd51ec50803d790abcdff5c51501dab /tty-term.c | |
parent | b5b5d35eee1890daa7627556425ed32b5e4491fa (diff) | |
parent | 1ee944a19def82cb62abf6ab92c17eb30df77a41 (diff) | |
download | rtmux-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" }, |