about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-09-24 16:22:30 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-09-24 16:22:30 +0000
commitf81cb06361d945f10cc5f239874bd72e8f52922a (patch)
tree465750c59df21fe5aea1c4e6b29aff36db40633a /ChangeLog
parent63ecd0332bd295d4c8bdb9e6ba064df5547942fa (diff)
downloadzsh-f81cb06361d945f10cc5f239874bd72e8f52922a.tar.gz
zsh-f81cb06361d945f10cc5f239874bd72e8f52922a.tar.xz
zsh-f81cb06361d945f10cc5f239874bd72e8f52922a.zip
Document side-effects of TERM assignment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc7dcc647..53eb3079c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.