bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.0-20161022


From: Thomas Dickey
Subject: ANN: ncurses-6.0-20161022
Date: Sun, 23 Oct 2016 02:04:06 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

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

 ncurses 6.0 - patch 20161022 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20161022.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Oct 23 01:59:31 UTC 2016
 ------------------------------------------------------------------------------
 MANIFEST                                                   |    6 
 NEWS                                                       |   14 
 VERSION                                                    |    2 
 dist.mk                                                    |    4 
 doc/html/man/captoinfo.1m.html                             |    2 
 doc/html/man/clear.1.html                                  |    2 
 doc/html/man/curs_inopts.3x.html                           |    4 
 doc/html/man/form.3x.html                                  |    2 
 doc/html/man/infocmp.1m.html                               |    8 
 doc/html/man/infotocap.1m.html                             |    2 
 doc/html/man/menu.3x.html                                  |    2 
 doc/html/man/ncurses.3x.html                               |    2 
 doc/html/man/panel.3x.html                                 |    2 
 doc/html/man/tabs.1.html                                   |    6 
 doc/html/man/term.5.html                                   |    2 
 doc/html/man/terminfo.5.html                               |    8 
 doc/html/man/tic.1m.html                                   |    2 
 doc/html/man/toe.1m.html                                   |    2 
 doc/html/man/tput.1.html                                   |  207 +++++------
 doc/html/man/tset.1.html                                   |    2 
 man/curs_inopts.3x                                         |    4 
 man/infocmp.1m                                             |    6 
 man/tabs.1                                                 |    4 
 man/term.5                                                 |    8 
 man/terminfo.tail                                          |    9 
 man/tput.1                                                 |   29 -
 ncurses-6.0-20161022/doc/html/man/adacurses6-config.1.html |  151 ++++++++
 ncurses-6.0-20161022/doc/html/man/ncurses6-config.1.html   |  133 +++++++
 ncurses-6.0-20161022/progs/clear_cmd.c                     |   59 +++
 ncurses-6.0-20161022/progs/clear_cmd.h                     |   44 ++
 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/Makefile.in                                          |    8 
 progs/clear.c                                              |   23 -
 progs/modules                                              |    3 
 progs/reset_cmd.c                                          |   24 -
 progs/reset_cmd.h                                          |    4 
 progs/tput.c                                               |   43 +-
 progs/tset.c                                               |    4 
 43 files changed, 639 insertions(+), 218 deletions(-)
 ------------------------------------------------------------------------------
 Please remove the following files before applying this patch.
 (You can feed this patch to 'sh' to do so.)

rm -f doc/html/man/adacurses-config.1.html
rm -f doc/html/man/ncurses5-config.1.html
exit

 
20161022
        + modify tset -w (and tput reset) to update the program's copy of the
          screensize if it was already set in the system, to improve tabstop
          setting which relies upon knowing the actual screensize.
        + add functionality of tset -w to tput, like the "-c" feature this is
          not optional in tput.
        + add "clear" as a possible link/alias to tput.
        + improve tput's check for being called as "init" or "reset" to allow
          for transformed names.
        + split-out the "clear" function from progs/clear.c, share with
          tput to get the same behavior, e.g., the E3 extension.


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