bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.4-20050226.patch.gz


From: Thomas Dickey
Subject: ncurses-5.4-20050226.patch.gz
Date: Sat, 26 Feb 2005 19:20:56 -0500
User-agent: Mutt/1.5.6+20040907i

 ncurses 5.4 - patch 20050226 - T.Dickey

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

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

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

 ------------------------------------------------------------------------------
 NEWS                           |   19 
 dist.mk                        |    4 
 form/frm_driver.c              |    6 
 form/fty_alpha.c               |    3 
 misc/terminfo.src              |   18 
 ncurses/base/lib_addch.c       |  101 ++--
 ncurses/base/lib_insch.c       |   25 -
 ncurses/curses.priv.h          |   45 +
 ncurses/tinfo/lib_termcap.c    |   56 +-
 ncurses/widechar/lib_ins_wch.c |   36 -
 test/aclocal.m4                |  393 ++++++++++++++--
 test/configure                 |  942 ++++++++++++++++++++++++++-------------
 test/configure.in              |    9 
 13 files changed, 1218 insertions(+), 439 deletions(-)
 ------------------------------------------------------------------------------

20050226
        + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
          from lynx.
        + add aixterm-16color terminfo entry -TD
        + modified xterm-new terminfo entry to work with tgetent() changes -TD
        + extended changes in tgetent() from 20040710 to allow the substring of
          sgr0 which matches rmacs to be at the beginning of the sgr0 string
          (request by Thomas Wolff, who says the visual effect in combination
          with pre-20040710 ncurses is improved).
        + fix off-by-one in winnstr() call which caused form field validation
          of multibyte characters to ignore the last character in a field.
        + correct logic in winsch() for inserting multibyte strings; the code
          would clear cells after the insertion rather than push them to the
          right (cf: 20040228).
        + fix an inconsistency in Check_Alpha_Field() between normal and wide
          character logic (report by Wolfgang Gutjahr).

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