bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.4-20040710.patch.gz


From: Thomas Dickey
Subject: ncurses-5.4-20040710.patch.gz
Date: Sat, 10 Jul 2004 20:05:55 -0400
User-agent: Mutt/1.5.4i

 ncurses 5.4 - patch 20040710 - 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

 ------------------------------------------------------------------------------
 INSTALL                        |   16 ---
 NEWS                           |   22 ++++
 c++/Makefile.in                |    6 -
 dist.mk                        |    4 
 include/term_entry.h           |   13 +-
 man/captoinfo.1m               |   20 +--
 man/curs_extend.3x             |    6 -
 man/infocmp.1m                 |  136 +++++++++++++-------------
 man/infotocap.1m               |   18 +--
 man/ncurses.3x                 |    4 
 man/term.5                     |   10 -
 man/terminfo.tail              |    8 -
 man/tic.1m                     |   98 +++++++++----------
 man/toe.1m                     |   16 +--
 man/tput.1                     |   48 ++++-----
 man/tset.1                     |   67 ++++++-------
 misc/terminfo.src              |  172 ++++++++++++++++++++++++++-------
 ncurses/base/lib_addstr.c      |   13 +-
 ncurses/tinfo/comp_parse.c     |   44 ++++++--
 ncurses/tinfo/lib_termcap.c    |  119 +++++++++++++++++------
 ncurses/tinfo/read_termcap.c   |    6 -
 ncurses/widechar/lib_get_wch.c |   15 ++
 progs/infocmp.c                |   14 +-
 progs/tic.c                    |  194 +++++++++++++++++++++++--------------
 test/cardfile.c                |   45 ++++++++
 test/ncurses.c                 |  200 +++++++++++++++++++++------------------
 26 files changed, 816 insertions(+), 498 deletions(-)
 ------------------------------------------------------------------------------

20040710
        + add check in wget_wch() for printable bytes that are not part of a
          multibyte character.
        + modify wadd_wchnstr() to render text using window's background
          attributes.
        + improve tic's check to compare sgr and sgr0.
        + fix c++ directory's .cc.i rule.
        + modify logic in tgetent() which adjusts the termcap "me" string
          to work with ISO-2022 string used in xterm-new (cf: 20010908).
        + modify tic's check for conflicting function keys to omit that if
          converting termcap to termcap format.
        + add -U option to tic and infocmp.
        + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
        > terminfo updates -TD
        + minor fixes for emu
        + add emu-220
        + change wyse acsc strings to use 'i' map rather than 'I'
        + fixes for avatar0
        + fixes for vp3a+

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