diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-23 20:55:42 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-23 20:55:42 +0000 |
commit | 7ee95573ff775722428cca4d09a7b702b604d1d3 (patch) | |
tree | 2cde84fa7682884e150d0fbe2ad85193d68ecbd3 /ChangeLog | |
parent | 2ab16a2cd9cb461b56278d1359521418db092f1c (diff) | |
download | zsh-7ee95573ff775722428cca4d09a7b702b604d1d3.tar.gz zsh-7ee95573ff775722428cca4d09a7b702b604d1d3.tar.xz zsh-7ee95573ff775722428cca4d09a7b702b604d1d3.zip |
24011: various tweaks to zcurses commands including rearrangement to dispatching
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3a3f69311..469b4dfb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-10-23 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 24011 (tweaked to include 24010 and to remove unneeded + #define's): Src/Modules/curses.c: fix attr/endwin argument + counts; verbose errors for wrong arguments; one cchar_t + should be a wchar_t; dispatch straight to subcommands; + attr passes back status from setting attributes. + 2007-10-23 Clint Adams <clint@zsh.org> * 24010: Src/Modules/curses.c: fix max arguments for 'zcurses |