mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
39900: Add TERMINFO_DIRS special like TERMINFO.
Although this is a colon-separated array there is no tied array.
This commit is contained in:
parent
368884a3aa
commit
dae21874d4
3 changed files with 49 additions and 4 deletions
|
@ -1493,10 +1493,20 @@ take effect.
|
|||
)
|
||||
vindex(TERMINFO)
|
||||
item(tt(TERMINFO) <S>)(
|
||||
A reference to a compiled description of the terminal, used by the
|
||||
`terminfo' library when the system has it; see manref(terminfo)(5).
|
||||
If set, this causes the shell to reinitialise the terminal, making
|
||||
the workaround `tt(TERM=$TERM)' unnecessary.
|
||||
A reference to your terminfo database, used by the `terminfo' library when the
|
||||
system has it; see manref(terminfo)(5).
|
||||
If set, this causes the shell to reinitialise the terminal, making the
|
||||
workaround `tt(TERM=$TERM)' unnecessary.
|
||||
)
|
||||
vindex(TERMINFO_DIRS)
|
||||
item(tt(TERMINFO_DIRS) <S>)(
|
||||
A colon-seprarated list of terminfo databases, used by the `terminfo' library
|
||||
when the system has it; see manref(terminfo)(5). This variable is only
|
||||
used by certain terminal libraries, in particular ncurses; see
|
||||
manref(terminfo)(5) to check support on your system. If set, this
|
||||
causes the shell to reinitialise the terminal, making the workaround
|
||||
`tt(TERM=$TERM)' unnecessary. Note that unlike other colon-separated
|
||||
arrays this is not tied to a zsh array.
|
||||
)
|
||||
vindex(TIMEFMT)
|
||||
item(tt(TIMEFMT))(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue