bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.4-20040327.patch.gz


From: Thomas Dickey
Subject: ncurses-5.4-20040327.patch.gz
Date: Sat, 27 Mar 2004 19:49:08 -0500
User-agent: Mutt/1.5.4i

 ncurses 5.4 - patch 20040327 - T.Dickey

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

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

 Patches for ncurses 5.4 are in the subdirectory
        ftp://dickey.his.com/ncurses/5.4

 ------------------------------------------------------------------------------
 NEWS                      |   15 +++++-
 dist.mk                   |    4 -
 include/tic.h             |    8 +--
 man/terminfo.tail         |   28 +++++++----
 misc/terminfo.src         |  105 +++++++++++++++++++++++---------------------
 ncurses/tinfo/lib_setup.c |   20 ++++++--
 progs/tic.c               |    6 +-
 test/test.priv.h          |    6 +-
 8 files changed, 117 insertions(+), 75 deletions(-)
 ------------------------------------------------------------------------------

20040327
        + modify _nc_get_locale() to use setlocale() to query the program's
          current locale rather than using getenv().  This fixes a case in tin
          which relies on legacy treatment of 8-bit characters when the locale
          is not initialized (reported by Urs Jansen).
        + add sgr string to screen's and rxvt's terminfo entries -TD.
        + add a check in tic for terminfo entries having an sgr0 but no sgr
          string.  This confuses Tru64 and HPUX curses when combined with
          color, e.g., making them leave line-drawing characters in odd places.
        + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
          original definitions used in Debian package to fix PowerPC bug before
          20030802 (Debian #237629).

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