diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-05-06 16:43:17 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-05-06 16:43:17 +0000 |
commit | 2fdeca5e6f71a47354a6ec06fb2c1707f9059be4 (patch) | |
tree | ebfc0558b07df5b4ce93a65a44734a2498a5b59a | |
parent | 0e49f665962e717fafd11e77d8eb20e19c3227f7 (diff) | |
download | zsh-2fdeca5e6f71a47354a6ec06fb2c1707f9059be4.tar.gz zsh-2fdeca5e6f71a47354a6ec06fb2c1707f9059be4.tar.xz zsh-2fdeca5e6f71a47354a6ec06fb2c1707f9059be4.zip |
zsh-users/6049: fix for failed ioctl TIOCGWINSZ already present, document it
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ce8045689..389fbe23a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2003-05-06 Peter Stephenson <pws@csr.com> + * zsh-users/6049: Src/utils.c: actually in 4.1.1-test-2 but not + documented: don't make terminal window size invalid on failed + ioctl TIOCGIWNSZ (typically following SIGWINCH) since it doesn't + do anyone any good. + * unposted: Config/version.mk: version 4.1.1-test-2. 2003-05-05 Andrey Borzenkov <bor@zsh.org> |