mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(term): use tic -x for better compatibility with old ncurses (#25421)
Use `tic -x` instead of `tic` to include any unknown capabilities in a modern `terminfo.src` as user-defined ones, instead of dropping them. Modern ncurses behavior with `tic -x` will not change.
This commit is contained in:
parent
dd872cbb44
commit
54daf022ce
@ -31,7 +31,7 @@ a non-superuser:
|
|||||||
>
|
>
|
||||||
curl -LO https://invisible-island.net/datafiles/current/terminfo.src.gz
|
curl -LO https://invisible-island.net/datafiles/current/terminfo.src.gz
|
||||||
gunzip terminfo.src.gz
|
gunzip terminfo.src.gz
|
||||||
tic terminfo.src
|
tic -x terminfo.src
|
||||||
<
|
<
|
||||||
*$TERM*
|
*$TERM*
|
||||||
The $TERM environment variable must match the terminal you are using!
|
The $TERM environment variable must match the terminal you are using!
|
||||||
|
Loading…
Reference in New Issue
Block a user