bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.7-20091031.patch.gz


From: Thomas Dickey
Subject: ncurses-5.7-20091031.patch.gz
Date: Sat, 31 Oct 2009 21:11:33 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.7 - patch 20091031 - 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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20091031.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Nov  1 01:07:09 UTC 2009
 ------------------------------------------------------------------------------
 MANIFEST                                     |    1 
 NEWS                                         |   15 +
 dist.mk                                      |    4 
 man/ncurses.3x                               |    8 
 misc/terminfo.src                            |   65 ++++-
 ncurses-5.7-20091031/test/xterm-256color.dat |  293 +++++++++++++++++++++++++
 ncurses/base/lib_set_term.c                  |   46 ++-
 ncurses/base/lib_slk.c                       |    4 
 ncurses/base/lib_slkinit.c                   |    3 
 ncurses/curses.priv.h                        |    3 
 ncurses/tinfo/lib_setup.c                    |   35 +-
 ncurses/tinfo/tinfo_driver.c                 |   35 --
 test/xterm-88color.dat                       |    6 
 13 files changed, 422 insertions(+), 96 deletions(-)
 ------------------------------------------------------------------------------

20091031
        + modify use of $CC environment variable which is defined by X/Open
          as a curses feature, to ignore it if it is not a single character
          (prompted by discussion with Benjamin C W Sittler).
        + add START_TRACE in slk_init
        + fix a regression in _nc_ripoffline which made test/ncurses.c not show
          soft-keys, broken in 20090927 merging.
        + change initialization of "hidden" flag for soft-keys from true to
          false, broken in 20090704 merging (Ubuntu #464274).
        + update nsterm entries (patch by Benjamin C W Sittler, prompted by
          discussion with Fabian Groffen in GenToo #206201).
        + add test/xterm-256color.dat

-- 
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]