summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2003-09-14 05:10:05 +0000
committerClint Adams <clint@users.sourceforge.net>2003-09-14 05:10:05 +0000
commitcd89b92a0de7c2ef66c8aeec260377a1643a18d7 (patch)
tree04fa2484f7c6400dc8b03be8cdde9b2f244a402f /ChangeLog
parent19059: add -v, -V and -p flags required by POSIX to the command builtin (diff)
downloadzsh-cd89b92a0de7c2ef66c8aeec260377a1643a18d7.tar
zsh-cd89b92a0de7c2ef66c8aeec260377a1643a18d7.tar.gz
zsh-cd89b92a0de7c2ef66c8aeec260377a1643a18d7.tar.bz2
zsh-cd89b92a0de7c2ef66c8aeec260377a1643a18d7.tar.lz
zsh-cd89b92a0de7c2ef66c8aeec260377a1643a18d7.tar.xz
zsh-cd89b92a0de7c2ef66c8aeec260377a1643a18d7.tar.zst
zsh-cd89b92a0de7c2ef66c8aeec260377a1643a18d7.zip
19076: don't call setupterm with NULL as last argument as that causes
the shell to exit when the terminal is unknown.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a73aa012..849e62793 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-14 Clint Adams <clint@zsh.org>
+
+ * 19076: Src/Modules/terminfo.c: don't call setupterm
+ with NULL as last argument as that causes the shell to
+ exit when the terminal is unknown.
+
2003-09-11 Oliver Kiddle <opk@zsh.org>
* 19059: acconfig.h, zshconfig.ac, Src/builtin.c, Src/exec.c,