diff options
author | nicm <nicm> | 2017-04-18 21:41:42 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-04-18 21:41:42 +0000 |
commit | f731ae4a2dc6aca565b20dffd6ddf661e585cbb5 (patch) | |
tree | a76fe1ffcb324ce0723b653234db7e0191864cb7 /tmux.h | |
parent | 8c8ce08d7927e6a83f0cb09388b2d1068fded529 (diff) | |
download | rtmux-f731ae4a2dc6aca565b20dffd6ddf661e585cbb5.tar.gz rtmux-f731ae4a2dc6aca565b20dffd6ddf661e585cbb5.tar.bz2 rtmux-f731ae4a2dc6aca565b20dffd6ddf661e585cbb5.zip |
Revert use of DECSLRM on iTerm2, it doesn't help as much as we throught,
and there are some question marks about it's support.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1071,7 +1071,6 @@ struct tty { TTY_VT220, TTY_VT320, TTY_VT420, - TTY_ITERM2, TTY_UNKNOWN } term_type; @@ -1086,8 +1085,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 { |