diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-10-15 16:57:48 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-10-15 16:57:48 +0000 |
commit | 857d147b5bb1415d008acb5ed6fce941df6c7949 (patch) | |
tree | f17bece21b30591d1f8e0888647b9cfde7157720 /ChangeLog | |
parent | bf762680f3cab91c8d30c03984cc263636a38c8c (diff) | |
download | zsh-857d147b5bb1415d008acb5ed6fce941df6c7949.tar.gz zsh-857d147b5bb1415d008acb5ed6fce941df6c7949.tar.xz zsh-857d147b5bb1415d008acb5ed6fce941df6c7949.zip |
23964: call endwin() in curses module cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b09cf2b6e..dceb2ba4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. |