bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20080105.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20080105.patch.gz
Date: Sat, 05 Jan 2008 21:07:18 -0500
User-agent: Mutt/1.5.17 (2007-11-01)

 ncurses 5.6 - patch 20080105 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jan  6 02:04:59 UTC 2008
 ------------------------------------------------------------------------------
 NEWS                        |   18 ++++++-
 dist.mk                     |    4 -
 man/curs_clear.3x           |   10 +++
 man/toe.1m                  |   42 +++++++++++-----
 misc/terminfo.src           |  106 +++++++++++++++++++++++++++++++-----------
 ncurses/base/MKlib_gen.sh   |    5 +
 ncurses/base/lib_set_term.c |   12 ++--
 ncurses/base/lib_slkclear.c |   33 +++++++------
 ncurses/base/resizeterm.c   |  106 +++++++++++++++++++++++++++++++++++++++---
 ncurses/curses.priv.h       |    6 +-
 ncurses/tinfo/lib_data.c    |    4 -
 progs/infocmp.c             |    6 +-
 progs/toe.c                 |   17 +++---
 test/ncurses.c              |   55 +++++++++++++--------
 14 files changed, 315 insertions(+), 109 deletions(-)
 ------------------------------------------------------------------------------

20080105
        + several improvements to terminfo entries based on xterm #230 -TD
        + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
          "link_test" builds properly.
        + fix for toe command-line options -u/-U to ensure filename is given.
        + fix allocation-size for command-line parsing in infocmp from 20070728
          (report by Miroslav Lichvar)
        + improve resizeterm() by moving ripped-off lines, and repainting the
          soft-keys (report by Katarina Machalkova)
        + add clarification in wclear's manpage noting that the screen will be
          cleared even if a subwindow is cleared (prompted by Christer Enfors
          question).
        + change test/ncurses.c soft-key tests to work with KEY_RESIZE.

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