[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.2-20211002
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.2-20211002 |
Date: |
Sun, 3 Oct 2021 00:40:01 +0000 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20211002.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20211002.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20211002.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20211002.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20211002.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20211002.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-20211002.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20211002.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.2-20211002.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.2-20211002.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20211002.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20211002.zip
ncurses 6.2 - patch 20211002 - 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-20211002.patch.gz
patch by Thomas E. Dickey <dickey@invisible-island.net>
created Sun Oct 3 00:30:14 UTC 2021
------------------------------------------------------------------------------
NEWS | 17 ++++
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 | 2
doc/html/man/terminfo.5.html | 109 ++++++++++++++++++++++++++++-
doc/html/man/tic.1m.html | 2
doc/html/man/toe.1m.html | 2
doc/html/man/tput.1.html | 65 ++++++++---------
doc/html/man/tset.1.html | 2
man/terminfo.tail | 119 +++++++++++++++++++++++++++++++-
man/tput.1 | 7 +
ncurses/base/MKlib_gen.sh | 8 +-
ncurses/base/lib_color.c | 5 -
ncurses/base/safe_sprintf.c | 29 +++++--
ncurses/term.priv.h | 8 +-
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/reset_cmd.c | 8 +-
progs/reset_cmd.h | 6 -
progs/tic.c | 15 ++--
progs/toe.c | 32 +++++++-
progs/tput.c | 38 ++++++----
progs/tset.c | 6 -
38 files changed, 410 insertions(+), 118 deletions(-)
------------------------------------------------------------------------------
20211002
+ use return-value from vsnprintf to reallocate as needed to allow for
buffers larger than the screen size (report by "_RuRo_").
+ modify tset "-q" option to refrain from modifying terminal modes, to
match the documentation.
+ add section on margins to terminfo.5, adapted from X/Open Curses.
+ make tput/tset warning messages consistently using alias names when
those are used, rather than the underlying program's name.
+ improve tput usage message for aliases such as clear, by eliminating
tput-specific portions.
+ add a check in toe to ensure that a "termcap file" is text rather
than binary.
+ further build-fixes for OpenBSD 6.9, whose header files differ from
the other BSDs.
--
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-6.2-20211002,
Thomas Dickey <=