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