bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20130112.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20130112.patch.gz
Date: Sat, 12 Jan 2013 21:07:41 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.9 - patch 20130112 - 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-20130112.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jan 13 02:00:14 UTC 2013
 ------------------------------------------------------------------------------
 MANIFEST                                  |    4 
 NEWS                                      |   13 ++
 dist.mk                                   |    4 
 man/curs_terminfo.3x                      |    6 -
 ncurses-5.9-20130112/test/test_vid_puts.c |  148 ++++++++++++++++++++++++++++
 ncurses-5.9-20130112/test/test_vidputs.c  |  148 ++++++++++++++++++++++++++++
 ncurses/base/lib_beep.c                   |   11 --
 ncurses/base/lib_color.c                  |   24 ++--
 ncurses/base/lib_flash.c                  |   12 --
 ncurses/base/lib_mouse.c                  |    8 -
 ncurses/base/lib_slkrefr.c                |   16 +--
 ncurses/curses.priv.h                     |   37 +++----
 ncurses/tinfo/lib_acs.c                   |    7 -
 ncurses/tinfo/lib_options.c               |   37 ++-----
 ncurses/tinfo/lib_tputs.c                 |   50 +++++++--
 ncurses/tinfo/tinfo_driver.c              |   49 +++------
 ncurses/tty/lib_mvcur.c                   |   93 +++++++++++++----
 ncurses/tty/lib_vidattr.c                 |    6 -
 ncurses/tty/tty_update.c                  |  142 ++++++++++----------------
 ncurses/widechar/lib_vid_attr.c           |    6 -
 package/debian/changelog                  |    4 
 package/ncurses.spec                      |    2 
 test/blue.c                               |    8 -
 test/firework.c                           |   14 +-
 test/knight.c                             |   10 -
 test/modules                              |    6 -
 test/ncurses.c                            |    6 -
 test/programs                             |    6 -
 test/testaddch.c                          |    8 -
 test/view.c                               |    4 
 test/worm.c                               |    4 
 31 files changed, 612 insertions(+), 281 deletions(-)
 ------------------------------------------------------------------------------

rm -f ncurses/tty/tty_display.h
rm -f ncurses/tty/tty_input.h
 
20130112
        + correct prototype in manpage for vid_puts.
        + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
          are unused in the current driver model.
        + modify mvcur to use stdout except when called within the ncurses
          library.
        + modify vidattr and vid_attr to use stdout as documented in manpage.
        + amend changes made to buffering in 20120825 so that the low-level
          putp() call uses stdout rather than ncurses' internal buffering.
          The putp_sp() call does the same, for consistency (Redhat #892674).

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