diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2008-02-18 03:30:22 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2008-02-18 03:30:22 +0000 |
commit | 00e6c6e0f5bd48d730d77e76379cfd0b17325a70 (patch) | |
tree | 48faefaffd9a9d53ae55834699d6b1048cc91b29 /ChangeLog | |
parent | f27887653831a3014473e188a8ae54956b6bbf91 (diff) | |
download | zsh-00e6c6e0f5bd48d730d77e76379cfd0b17325a70.tar.gz zsh-00e6c6e0f5bd48d730d77e76379cfd0b17325a70.tar.xz zsh-00e6c6e0f5bd48d730d77e76379cfd0b17325a70.zip |
unposted: Functions/Misc/xtermctl: update uses of "read" to take advantage
of users/12600.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e69bf5ccd..9d7134884 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ so that terminal input modes are set before attempting a read-poll. Also display any prompt before read-polling. + * unposted: Functions/Misc/xtermctl: update uses of "read" to + take advantage of users/12600. + 2008-02-17 Peter Stephenson <p.w.stephenson@ntlworld.com> * 24566: Doc/Zsh/prompt.yo, Src/prompt.c: fallout: |