diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-01 19:38:18 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-01-01 20:30:30 +0100 |
commit | 60716371e97dae916c6525e9ba840aae562069bb (patch) | |
tree | 56343a8deb75e3cd9c8cb815c41d140b0813a50b /runtime | |
parent | 95a8af093fdd543f8617f7fee27740eedd7c811a (diff) | |
download | rneovim-60716371e97dae916c6525e9ba840aae562069bb.tar.gz rneovim-60716371e97dae916c6525e9ba840aae562069bb.tar.bz2 rneovim-60716371e97dae916c6525e9ba840aae562069bb.zip |
tui: support TERM=konsole-256color
TERM=konsole-256color is recognized by ncurses.
TERM=konsole-xterm might be more clever, but should not be necessary
(for Nvim at least), we already special-case Konsole in various places.
We may need to clean up some areas that currently assume Konsole always
"pretends xterm" (`TERM=xterm-256color`), though I didn't find any such
cases.
ref #6403
ref https://github.com/neovim/neovim/issues/6403#issuecomment-348713346
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/term.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index a694185fc9..6cf62f9bb5 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -38,13 +38,13 @@ Otherwise Nvim cannot know what sequences your terminal expects, and weird or sub-optimal behavior will result (scrolling quirks, wrong colors, etc.). $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, ...). +unlike most other environment variables. For this terminal Set $TERM to |builtin-terms| ------------------------------------------------------------------------- iTerm (original) iterm, iTerm.app N iTerm2 (new capabilities) iterm2, iTerm2.app Y + Konsole konsole-256color N anything libvte-based vte, vte-256color Y (e.g. GNOME Terminal) (aliases: gnome, gnome-256color) tmux tmux, tmux-256color Y |