bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20110723.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20110723.patch.gz
Date: Sat, 23 Jul 2011 20:40:47 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.9 - patch 20110723 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20110723.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jul 24 00:36:27 UTC 2011
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4             |   10 +-
 Ada95/configure              |    4 -
 NEWS                         |   19 ++++-
 aclocal.m4                   |   10 +-
 configure                    |    4 -
 dist.mk                      |    4 -
 misc/terminfo.src            |   18 +++-
 ncurses/base/lib_color.c     |    9 ++
 ncurses/tinfo/captoinfo.c    |  148 +++++++++++++++++++++--------------------
 ncurses/widechar/lib_cchar.c |    4 -
 10 files changed, 134 insertions(+), 96 deletions(-)
 ------------------------------------------------------------------------------
 
20110723
        + add a check in start_color() to limit color-pairs to 256 when
          extended colors are not supported (patch by David Benjamin).
        + modify setcchar to omit no-longer-needed OR'ing of color pair in
          the SetAttr() macro (patch by David Benjamin).
        + add kich1 to sun terminfo entry (Yuri Pankov)
        + use bold rather than reverse for smso in sun-color terminfo entry
          (Yuri Pankov).
        + improve generation of termcap using tic/infocmp -C option, e.g.,
          to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
          regarding Schilling's test program):
          + translate %02 and %03 to %2 and %3 respectively.
          + suppress string capabilities which use %s, not supported by tgoto
          + use \040 rather than \s
          + expand null characters as \200 rather than \0
        + modify configure script to support shared libraries for DragonFlyBSD.


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