]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20081206
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 7 Dec 2008 01:42:58 +0000 (01:42 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 7 Dec 2008 01:42:58 +0000 (01:42 +0000)
commit879fd5bd9d5139bcf96c9188cbc3858014fceb4d
tree375febd94d854d3705d91084e5d3d3859ccf3ffd
parent86b23c4fe3179cfe3308ef5952cabc613d168c96
ncurses 5.7 - patch 20081206

+ move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
  work for progs/clear, progs/tabs, etc.
+ correct buffer-size after internal resizing of wide-character
  set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
+ add "-i" option to test/filter.c to tell it to use initscr() rather
  than newterm(), to investigate report on comp.unix.programmer that
  ncurses would clear the screen in that case (it does not - the issue
  was xterm's alternate screen feature).
+ add check in mouse-driver to disable connection if GPM returns a
  zero, indicating that the connection is closed (Debian #506717,
  adapted from patch by Samuel Thibault).
NEWS
dist.mk
form/frm_driver.c
ncurses/base/lib_freeall.c
ncurses/base/lib_mouse.c
ncurses/tinfo/entries.c
test/filter.c