1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-11 20:31:11 +01:00

Document side-effects of TERM assignment.

This commit is contained in:
Bart Schaefer 2001-09-24 16:22:30 +00:00
parent 63ecd0332b
commit f81cb06361
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2001-09-24 Bart Schaefer <schaefer@zsh.org>
* 15864: Doc/Zsh/params.yo: Document that assignment to TERM
is necessary to re-initialize the terminal.
* users/4269: Src/hist.c: Detect and reject corrupted history
files ('\0' bytes) rather than consuming all available memory.

View file

@ -993,7 +993,12 @@ window size specifications; these will not be local to the command.
)
vindex(TERM)
item(tt(TERM) <S>)(
The type of terminal in use. This is used when looking up termcap sequences.
The type of terminal in use. This is used when looking up termcap
sequences. An assignment to tt(TERM) causes zsh to re-initialize the
terminal, even if the value does not change (e.g., `tt(TERM=$TERM)'). It
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(TIMEFMT)
item(tt(TIMEFMT))(