diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-12 12:16:50 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-12 12:16:50 +0000 |
commit | 1ff856951ba649b21fb6c8d9dbe5e12a5b736a33 (patch) | |
tree | 612c24466dfba233c98cdbd6e9ee0383ea81eddd /ChangeLog | |
parent | bd6f46103aacc67c3fffa9c096070a05fa3f0812 (diff) | |
download | zsh-1ff856951ba649b21fb6c8d9dbe5e12a5b736a33.tar.gz zsh-1ff856951ba649b21fb6c8d9dbe5e12a5b736a33.tar.xz zsh-1ff856951ba649b21fb6c8d9dbe5e12a5b736a33.zip |
24089 plus tweak: fix curses on older systems
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 052e9e7da..f712e8283 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-11-12 Peter Stephenson <pws@csr.com> + * 24089: Doc/Zsh/mod_curses.yo, Src/Modules/curses.c: + compilation on non-curses system; also (unposted) avoid crash + decoding color when not supported. + * Vin Shelton: 24088: Src/Modules/curses.c: 24083 error with no multibyte. |