1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 22:51:42 +02:00

zsh-users/6049: fix for failed ioctl TIOCGWINSZ already present, document it

This commit is contained in:
Peter Stephenson 2003-05-06 16:43:17 +00:00
parent 0e49f66596
commit 2fdeca5e6f

View file

@ -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>