summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-05-10 15:40:32 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-05-10 15:40:32 +0000
commitc59e19cd774a9c5fb658a4b538ab505d608820a5 (patch)
tree379b7f49e3737284960bf3c9c9624a6baa2c46b3 /Doc/Zsh/params.yo
parent29195: Separate nameddir hash to avoid clash of (diff)
downloadzsh-c59e19cd774a9c5fb658a4b538ab505d608820a5.tar
zsh-c59e19cd774a9c5fb658a4b538ab505d608820a5.tar.gz
zsh-c59e19cd774a9c5fb658a4b538ab505d608820a5.tar.bz2
zsh-c59e19cd774a9c5fb658a4b538ab505d608820a5.tar.lz
zsh-c59e19cd774a9c5fb658a4b538ab505d608820a5.tar.xz
zsh-c59e19cd774a9c5fb658a4b538ab505d608820a5.tar.zst
zsh-c59e19cd774a9c5fb658a4b538ab505d608820a5.zip
29191 (Danek) and 29203 (with fixes): make TERMINFO variable special.
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index d0255af5a..fbaf018d3 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1273,6 +1273,13 @@ is necessary to make such an assignment upon any change to the terminal
definition database or terminal type in order for the new settings to
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.
+)
vindex(TIMEFMT)
item(tt(TIMEFMT))(
The format of process time reports with the tt(time) keyword.