mirror of
https://github.com/neovim/neovim.git
synced 2026-05-05 05:25:10 +00:00
Merge branch 'master' into colored-cmdline
This commit is contained in:
@@ -309,13 +309,10 @@ example, 'guicursor' sets the terminal cursor style if possible.
|
||||
*'term'* *E529* *E530* *E531*
|
||||
The 'term' option has a fixed value, present only for script compatibility and
|
||||
intentionally not the same as any known terminal type name. It should be a
|
||||
rare case in Nvim where one needs |term-dependent-settings|, for which use the
|
||||
|TERM| environment variable.
|
||||
rare case in Nvim where one needs |term-dependent-settings|.
|
||||
|
||||
*termcap*
|
||||
Nvim never uses the termcap database and only uses |terminfo|. See
|
||||
|builtin-terms| for what happens on operating systems without a terminfo
|
||||
database.
|
||||
Nvim never uses the termcap database, only |terminfo| and |builtin-terms|.
|
||||
|
||||
*xterm-8bit* *xterm-8-bit*
|
||||
Xterm can be run in a mode where it uses true 8-bit CSI. Supporting this
|
||||
|
||||
Reference in New Issue
Block a user