bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.0-20171014


From: Thomas Dickey
Subject: ANN: ncurses-6.0-20171014
Date: Sun, 15 Oct 2017 01:30:18 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Files:
        ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20171014.tgz
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20171014.tgz.asc
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20171014.tgz
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20171014.tgz.asc
        
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20171014.tgz
        
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20171014.tgz.asc
        ftp://ftp.invisible-island.net/ncurses/6.0/MD5sums
        ftp://ftp.invisible-island.net/ncurses/6.0/dev-patches.zip
        ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20171014.patch.gz
        
ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20171014.patch.gz.asc
        ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20171014.tgz
        
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20171014.tgz.asc
        ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20171014.zip
        ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20171014.zip

 ncurses 6.0 - patch 20171014 - Thomas E. Dickey

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

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

 Patches for ncurses 6.0 can be found at
        ftp://ftp.invisible-island.net/ncurses/6.0
        http://invisible-mirror.net/archives/ncurses/6.0 

 ------------------------------------------------------------------------------
 ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20171014.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Oct 15 01:25:24 UTC 2017
 ------------------------------------------------------------------------------
 MANIFEST                                 |    1 
 NEWS                                     |   19 +
 VERSION                                  |    2 
 dist.mk                                  |    4 
 doc/html/man/adacurses6-config.1.html    |    2 
 doc/html/man/captoinfo.1m.html           |    2 
 doc/html/man/clear.1.html                |    2 
 doc/html/man/curs_attr.3x.html           |  154 +++++++++
 doc/html/man/curs_inch.3x.html           |   42 ++
 doc/html/man/form.3x.html                |    2 
 doc/html/man/infocmp.1m.html             |    2 
 doc/html/man/infotocap.1m.html           |    2 
 doc/html/man/menu.3x.html                |    2 
 doc/html/man/ncurses.3x.html             |    2 
 doc/html/man/ncurses6-config.1.html      |    2 
 doc/html/man/panel.3x.html               |    2 
 doc/html/man/tabs.1.html                 |    2 
 doc/html/man/terminfo.5.html             |    2 
 doc/html/man/tic.1m.html                 |    2 
 doc/html/man/toe.1m.html                 |    2 
 doc/html/man/tput.1.html                 |    2 
 doc/html/man/tset.1.html                 |    2 
 man/curs_attr.3x                         |  161 +++++++++
 man/curs_inch.3x                         |   48 ++
 ncurses-6.0-20171014/test/dots_xcurses.c |  237 ++++++++++++++
 package/debian-mingw/changelog           |    4 
 package/debian-mingw64/changelog         |    4 
 package/debian/changelog                 |    4 
 package/mingw-ncurses.nsi                |    4 
 package/mingw-ncurses.spec               |    2 
 package/ncurses.spec                     |    2 
 progs/progs.priv.h                       |    4 
 progs/tabs.c                             |    4 
 progs/tic.c                              |   16 
 progs/tput.c                             |    7 
 test/demo_new_pair.c                     |    6 
 test/dots.c                              |   18 -
 test/dots_curses.c                       |    6 
 test/dots_mvcur.c                        |   18 -
 test/dots_termcap.c                      |   18 -
 test/echochar.c                          |    6 
 test/modules                             |    3 
 test/programs                            |    3 
 test/test.priv.h                         |   76 ++--
 test/test_termattrs.c                    |    4 
 test/test_vid_puts.c                     |    6 
 test/test_vidputs.c                      |    6 
 test/view.c                              |  469 ++++++++++++++++-------------
 48 files changed, 1047 insertions(+), 343 deletions(-)
 ------------------------------------------------------------------------------
 
20171014
        + minor cleanup to test/view.c:
          + eliminate "-n" option by simply reading the whole file.
          + implement page up/down commands.
        + add check in tput for init/reset operands to ensure those use a
          terminal.
        + improve manual pages which discuss chtype, cchar_t types and the
          attribute values which can be stored in those types.
        + correct array-index when parsing "-T" command-line option in tabs
          program.
        + modify demo_new_pair.c to pass extended pairs to setcchar().
        + add test/dots_xcurses.c to illustrate a different approach used for
          extended colors which can be contrasted with dots_curses.c.
        + add a check in tic to note when a description uses non-mandatory
          delays without xon_xoff.  This is not an error, but some descriptions
          for a terminal emulator may use the combination incorrectly.


-- 
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]