mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
Drop SGI IRIS support. #1006
This commit is contained in:
committed by
Justin M. Keyes
parent
3599a834d5
commit
e6edfa9617
@ -3988,9 +3988,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
currently being edited. Only the last part of the name is used.
|
||||
Overridden by the 'iconstring' option.
|
||||
Only works if the terminal supports setting window icons (currently
|
||||
only X11 GUI and terminals with a non-empty 't_IS' option - these are
|
||||
Unix xterm and iris-ansi by default, where 't_IS' is taken from the
|
||||
builtin termcap).
|
||||
only X11 GUI and terminals with a non-empty 't_IS' option - this is
|
||||
Unix xterm by default, where 't_IS' is taken from the builtin termcap).
|
||||
When Vim was compiled with HAVE_X11 defined, the original icon will be
|
||||
restored if possible |X11|. See |X11-icon| for changing the icon on
|
||||
X11.
|
||||
@ -7359,8 +7358,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
- VIM the server name |v:servername| or "VIM"
|
||||
Only works if the terminal supports setting window titles
|
||||
(currently Amiga console, Win32 console, all GUI versions and
|
||||
terminals with a non- empty 't_ts' option - these are Unix xterm and
|
||||
iris-ansi by default, where 't_ts' is taken from the builtin termcap).
|
||||
terminals with a non- empty 't_ts' option - this is Unix xterm
|
||||
by default, where 't_ts' is taken from the builtin termcap).
|
||||
*X11*
|
||||
When Vim was compiled with HAVE_X11 defined, the original title will
|
||||
be restored if possible. The output of ":version" will include "+X11"
|
||||
@ -7492,9 +7491,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
|
||||
*'ttyfast'* *'tf'* *'nottyfast'* *'notf'*
|
||||
'ttyfast' 'tf' boolean (default off, on when 'term' is xterm, hpterm,
|
||||
sun-cmd, screen, rxvt, dtterm or
|
||||
iris-ansi; also on when running Vim in
|
||||
a DOS console)
|
||||
sun-cmd, screen, rxvt or dtterm; also
|
||||
on when running Vim in a DOS console)
|
||||
global
|
||||
{not in Vi}
|
||||
Indicates a fast terminal connection. More characters will be sent to
|
||||
|
@ -437,7 +437,6 @@ Terminal entry not found in termcap
|
||||
builtin_pcansi
|
||||
builtin_win32
|
||||
builtin_xterm
|
||||
builtin_iris-ansi
|
||||
builtin_debug
|
||||
builtin_dumb
|
||||
defaulting to 'vt320'
|
||||
|
@ -453,8 +453,7 @@ allows title setting via sending strings. They are sent before and after the
|
||||
title string, respectively. Similar 't_IS' and 't_IE' are used to set the
|
||||
icon text. These are Vim-internal extensions of the Unix termcap, so they
|
||||
cannot be obtained from an external termcap. However, the builtin termcap
|
||||
contains suitable entries for xterm and iris-ansi, so you don't need to set
|
||||
them here.
|
||||
contains suitable entries for xterm, so you don't need to set them here.
|
||||
*hpterm*
|
||||
If inversion or other highlighting does not work correctly, try setting the
|
||||
't_xs' option to a non-empty string. This makes the 't_ce' code be used to
|
||||
|
Reference in New Issue
Block a user