diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2007-10-15 Clint Adams <clint@zsh.org> + * 23964: Src/Modules/curses.c: call endwin() in curses module cleanup. + * 23962: Doc/Zsh/mod_curses.yo, Src/Modules/curses.c: store windows in a linked list instead of a static array, and use strings as window identifiers instead of integers. |