aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-03-22 08:46:12 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-03-22 08:46:12 +0000
commit9c0520f2c52548d0949db172662015a75926ff89 (patch)
tree1f1850fad2ed521e5b2e3d75a17e0581539f6260 /tty-term.c
parentc3dbbdaadff396bf25e2a99740dde9da8248ce02 (diff)
parent843e605b89b2da163c60739adaa48d885abfe2b3 (diff)
downloadrtmux-9c0520f2c52548d0949db172662015a75926ff89.tar.gz
rtmux-9c0520f2c52548d0949db172662015a75926ff89.tar.bz2
rtmux-9c0520f2c52548d0949db172662015a75926ff89.zip
Merge branch 'master' of github.com:tmux/tmux
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 525f03d6..b8a25de5 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -252,6 +252,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_SMKX] = { TTYCODE_STRING, "smkx" },
[TTYC_SMSO] = { TTYCODE_STRING, "smso" },
[TTYC_SMUL] = { TTYCODE_STRING, "smul" },
+ [TTYC_SMXX] = { TTYCODE_STRING, "smxx" },
[TTYC_SS] = { TTYCODE_STRING, "Ss" },
[TTYC_TC] = { TTYCODE_FLAG, "Tc" },
[TTYC_TSL] = { TTYCODE_STRING, "tsl" },