From f731ae4a2dc6aca565b20dffd6ddf661e585cbb5 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 18 Apr 2017 21:41:42 +0000 Subject: 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. --- tmux.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 8933d356..3387798f 100644 --- a/tmux.h +++ b/tmux.h @@ -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 { -- cgit