bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.2-20211009


From: Thomas Dickey
Subject: ANN: ncurses-6.2-20211009
Date: Sun, 10 Oct 2021 01:32:29 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

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

 ncurses 6.2 - patch 20211009 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20211009.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sun Oct 10 01:24:57 UTC 2021
 ------------------------------------------------------------------------------
 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/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              |   47 +
 doc/html/man/terminfo.5.html          | 1235 ++++++++++++++---------------
 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 
 include/Caps                          |    4 
 include/Caps.aix4                     |    4 
 include/Caps.hpux11                   |    4 
 include/Caps.keys                     |    4 
 include/Caps.osf1r5                   |    4 
 include/Caps.uwin                     |    4 
 man/tabs.1                            |   52 +
 man/terminfo.tail                     |   11 
 misc/terminfo.src                     | 1335 ++++++++++++++++----------------
 ncurses/tinfo/comp_scan.c             |    9 
 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 
 package/ncursest.spec                 |    2 
 progs/tabs.c                          |  193 ++++
 progs/tic.c                           |   83 +
 progs/toe.c                           |   19 
 progs/tty_settings.c                  |   12 
 40 files changed, 1694 insertions(+), 1401 deletions(-)
 ------------------------------------------------------------------------------
 
20211009
        + implement "+m" option in tabs program.
        + fill in some details for infoton -TD
        + fix spelling/consistency in several descriptions -TD
        + use vt420+lrmm in vt420 -TD
        + modify save_tty_settings() to avoid opening /dev/tty for cases other
          than reset/init, e.g., for clear.
        + modify output of "toe -as" to show first description found rather
          than the last.
        + improve tic checks for number of parameters of smglp, smgrp, smgtp,
          and smgbp (cf: 20020525).
        + correct off-by-one comparison in last_char(), which did not allow
          special case of ":" in a terminfo description field (cf: 20120407).
        + remove check in tic that assumes that none or both parameterized and
          non-parameterized margin-setting capabilities are present
          (cf: 20101002).


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

Attachment: signature.asc
Description: PGP signature


reply via email to

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