diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-26 10:27:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-26 10:27:59 +0000 |
commit | 0d04d4c31248fe58c67660bbde07ebb892f874a6 (patch) | |
tree | b34f8c9e904914db256a1a90c046db38288a248c /ChangeLog | |
parent | 0c59f29ddc5d9adb41b1f0f950ae8862b1595ff5 (diff) | |
download | zsh-0d04d4c31248fe58c67660bbde07ebb892f874a6.tar.gz zsh-0d04d4c31248fe58c67660bbde07ebb892f874a6.tar.xz zsh-0d04d4c31248fe58c67660bbde07ebb892f874a6.zip |
24120: termcap string memory allocation was screwy
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index afd3085a6..13bb6d5ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-11-26 Peter Stephenson <pws@csr.com> + * 24120: Src/init.c: memory allocation for termcap strings + was screwy, in particular when terminal couldn't move left. + * c.f. users/12248: Doc/Zsh/.distfiles: zshcalsys.1 was missing from distribution. |