diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-01-29 12:01:16 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-01-29 12:01:16 +0000 |
commit | 8cf1504ba67307ee885c19c12d63a6a22016a582 (patch) | |
tree | 168042ba3854675033e003e06452cc58869c8eb1 /tty-term.c | |
parent | 1d6bd50343f4395879169868e47bb59f5b2f3811 (diff) | |
parent | 427b8204268af5548d09b830e101c59daa095df9 (diff) | |
download | rtmux-8cf1504ba67307ee885c19c12d63a6a22016a582.tar.gz rtmux-8cf1504ba67307ee885c19c12d63a6a22016a582.tar.bz2 rtmux-8cf1504ba67307ee885c19c12d63a6a22016a582.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
@@ -254,6 +254,7 @@ const struct tty_term_code_entry tty_term_codes[] = { [TTYC_SMSO] = { TTYCODE_STRING, "smso" }, [TTYC_SMUL] = { TTYCODE_STRING, "smul" }, [TTYC_SS] = { TTYCODE_STRING, "Ss" }, + [TTYC_TC] = { TTYCODE_FLAG, "Tc" }, [TTYC_TSL] = { TTYCODE_STRING, "tsl" }, [TTYC_VPA] = { TTYCODE_STRING, "vpa" }, [TTYC_XENL] = { TTYCODE_FLAG, "xenl" }, |