diff options
author | Leonardo Brondani Schenkel <leonardo@schenkel.net> | 2017-08-24 12:48:32 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-26 17:11:56 +0200 |
commit | e1628fab0062c96b5211213f3e990cfd6dc4c1d2 (patch) | |
tree | 2f7aedd973f8e2c97d825ce1d333001c16a28bf8 /runtime | |
parent | 6e7a8c3fe282a0a2991be49dc388e5e484f88387 (diff) | |
download | rneovim-e1628fab0062c96b5211213f3e990cfd6dc4c1d2.tar.gz rneovim-e1628fab0062c96b5211213f3e990cfd6dc4c1d2.tar.bz2 rneovim-e1628fab0062c96b5211213f3e990cfd6dc4c1d2.zip |
tui: support new iterm2, iTerm2.app terminfo entries
iTerm2 got its own entry in Thomas Dickey's terminfo.src on 2017-08-16.
Make sure that the new entry is handled in the same way as the old entry.
closes #7209
closes #7214
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/term.txt | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index d99f9b7160..39eb0673c4 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -41,16 +41,17 @@ $TERM is also important because it is mirrored by SSH to the remote session, unlike other common client-end environment variables ($COLORTERM, $XTERM_VERSION, $VTE_VERSION, $KONSOLE_PROFILE_NAME, $TERM_PROGRAM, ...). - For this terminal Set $TERM to |builtin-terms|? - - iTerm.app "iterm" or "iTerm.app" Y - anything libvte based "vte" or "vte-256color" Y - (e.g. GNOME Terminal) (aliases: "gnome", "gnome-256color") - tmux "tmux" or "tmux-256color" Y - screen "screen" or "screen-256color" Y - PuTTY "putty" or "putty-256color" Y - Terminal.app "nsterm" N - Linux virtual terminal "linux" or "linux-256color" Y + For this terminal Set $TERM to |builtin-terms| + ------------------------------------------------------------------------- + iTerm (original) iterm, iTerm.app N + iTerm2 (new capabilities) iterm2, iTerm2.app Y + anything libvte-based vte, vte-256color Y + (e.g. GNOME Terminal) (aliases: gnome, gnome-256color) + tmux tmux, tmux-256color Y + screen screen, screen-256color Y + PuTTY putty, putty-256color Y + Terminal.app nsterm N + Linux virtual terminal linux, linux-256color Y *builtin-terms* *builtin_terms* If a |terminfo| database is not available, or no entry for the terminal type is |