aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-04-18 20:01:12 +0100
committerThomas Adam <thomas@xteddy.org>2017-04-18 20:01:12 +0100
commitde4f817bd61d60ac4310052d51ba437826016df0 (patch)
treedfa37d48dea949f9dd3d7321a77f3c850c77b8f5 /tmux.h
parenta54309147dc4085a312d18d0c5421fbe14d85764 (diff)
parent623e35f5946498d0e89127756fb49258f768a6d0 (diff)
downloadrtmux-de4f817bd61d60ac4310052d51ba437826016df0.tar.gz
rtmux-de4f817bd61d60ac4310052d51ba437826016df0.tar.bz2
rtmux-de4f817bd61d60ac4310052d51ba437826016df0.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 79601e1f..4ee6904b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1075,6 +1075,7 @@ struct tty {
TTY_VT220,
TTY_VT320,
TTY_VT420,
+ TTY_ITERM2,
TTY_UNKNOWN
} term_type;
@@ -1089,7 +1090,8 @@ struct tty {
struct tty_key *key_tree;
};
#define TTY_TYPES \
- { "VT100", "VT101", "VT102", "VT220", "VT320", "VT420", "UNKNOWN" }
+ { "VT100", "VT101", "VT102", "VT220", "VT320", "VT420", "iTerm2", \
+ "Unknown" }
/* TTY command context. */
struct tty_ctx {