aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-01-29 12:01:16 +0000
committerThomas Adam <thomas@xteddy.org>2016-01-29 12:01:16 +0000
commit8cf1504ba67307ee885c19c12d63a6a22016a582 (patch)
tree168042ba3854675033e003e06452cc58869c8eb1 /tty-term.c
parent1d6bd50343f4395879169868e47bb59f5b2f3811 (diff)
parent427b8204268af5548d09b830e101c59daa095df9 (diff)
downloadrtmux-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tty-term.c b/tty-term.c
index 4d41fd8a..a3a26369 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -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" },