bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.7-20081206.patch.gz


From: Thomas Dickey
Subject: ncurses-5.7-20081206.patch.gz
Date: Sat, 06 Dec 2008 20:45:28 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.7 - patch 20081206 - Thomas E. Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.7 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.7 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.7

 ------------------------------------------------------------------------------
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Dec  7 01:42:58 UTC 2008
 ------------------------------------------------------------------------------
 NEWS                       |   15 ++++++++++++++-
 dist.mk                    |    4 ++--
 form/frm_driver.c          |    3 ++-
 ncurses/base/lib_freeall.c |    4 +---
 ncurses/base/lib_mouse.c   |   12 +++++++++---
 ncurses/tinfo/entries.c    |    5 ++++-
 test/filter.c              |   42 ++++++++++++++++++++++++++++++++++++++----
 7 files changed, 70 insertions(+), 15 deletions(-)
 ------------------------------------------------------------------------------

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).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]