Files: https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20251115.tgz https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20251115.tgz.asc https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20251115.tgz https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20251115.tgz.asc https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20251115.tgz https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20251115.tgz.asc https://invisible-island.net/archives/ncurses/6.5/MD5sums https://invisible-island.net/archives/ncurses/6.5/dev-patches.zip https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20251115.patch.gz https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20251115.patch.gz.asc https://invisible-island.net/archives/ncurses/current/ncurses-6.5-20251115.tgz https://invisible-island.net/archives/ncurses/current/ncurses-6.5-20251115.tgz.asc https://invisible-island.net/archives/ncurses/win32/mingw32-20251115.zip https://invisible-island.net/archives/ncurses/win32/mingw64-20251115.zip ncurses 6.5 - patch 20251115 - Thomas E. Dickey
------------------------------------------------------------------------------ Ncurses 6.5 is at https://invisible-island.net/archives/ncurses/ https://invisible-mirror.net/archives/ncurses/ https://ftp.gnu.org/gnu/ncurses/ Patches for ncurses 6.5 can be found at https://invisible-island.net/archives/ncurses/6.5 https://invisible-mirror.net/archives/ncurses/6.5 ------------------------------------------------------------------------------ https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20251115.patch.gz patch by Thomas E. Dickey <[email protected]> created Sun Nov 16 02:23:07 UTC 2025 ------------------------------------------------------------------------------ AUTHORS | 6 Ada95/aclocal.m4 | 6 Ada95/gen/adacurses-config.in | 10 Ada95/gen/gen.c | 4 INSTALL | 6 NEWS | 47 + VERSION | 2 aclocal.m4 | 92 ++- configure | 287 ++++++------ configure.in | 5 dist.mk | 6 doc/html/ada/terminal_interface-curses_constants__ads.htm | 2 doc/html/man/captoinfo.1m.html | 10 doc/html/man/curs_add_wch.3x.html | 8 doc/html/man/curs_addch.3x.html | 29 - doc/html/man/curs_attr.3x.html | 12 doc/html/man/curs_extend.3x.html | 14 doc/html/man/curs_getch.3x.html | 8 doc/html/man/curs_mouse.3x.html | 8 doc/html/man/curs_outopts.3x.html | 10 doc/html/man/curs_terminfo.3x.html | 8 doc/html/man/curs_util.3x.html | 8 doc/html/man/form.3x.html | 8 doc/html/man/infocmp.1m.html | 10 doc/html/man/menu.3x.html | 8 doc/html/man/ncurses.3x.html | 14 doc/html/man/term_variables.3x.html | 10 doc/html/man/terminfo.5.html | 2 doc/html/man/tic.1m.html | 8 doc/html/man/toe.1m.html | 8 doc/html/man/tput.1.html | 8 doc/html/man/user_caps.5.html | 8 form/fty_enum.c | 5 include/Caps | 27 - include/Caps.aix4 | 26 - include/Caps.hpux11 | 26 - include/Caps.keys | 26 - include/Caps.osf1r5 | 20 include/Caps.uwin | 16 man/MKterminfo.sh | 14 man/captoinfo.1m | 19 man/curs_add_wch.3x | 10 man/curs_addch.3x | 30 - man/curs_attr.3x | 10 man/curs_extend.3x | 15 man/curs_getch.3x | 6 man/curs_mouse.3x | 8 man/curs_outopts.3x | 6 man/curs_terminfo.3x | 20 man/curs_util.3x | 8 man/form.3x | 11 man/infocmp.1m | 6 man/make_sed.sh | 6 man/manhtml.aliases | 4 man/manlinks.sed | 8 man/menu.3x | 50 +- man/ncurses.3x | 143 +++-- man/term_variables.3x | 10 man/terminfo.tail | 26 - man/tic.1m | 6 man/toe.1m | 16 man/tput.1 | 28 - man/user_caps.5 | 11 misc/gen_edit.sh | 4 misc/ncurses-config.in | 48 +- misc/terminfo.src | 40 - ncurses/base/lib_mouse.c | 19 ncurses/base/lib_set_term.c | 4 ncurses/base/resizeterm.c | 6 ncurses/curses.priv.h | 10 ncurses/tinfo/lib_acs.c | 8 ncurses/tinfo/lib_termcap.c | 6 ncurses/trace/lib_traceatr.c | 9 ncurses/tty/tty_update.c | 4 package/debian-mingw/changelog | 4 package/debian-mingw64/changelog | 4 package/debian/changelog | 4 package/mingw-ncurses.nsi | 4 package/mingw-ncurses.spec | 6 package/ncurses.spec | 6 package/ncursest.spec | 6 progs/infocmp.c | 4 test/aclocal.m4 | 12 83 files changed, 777 insertions(+), 720 deletions(-) ------------------------------------------------------------------------------ 20251115 + check for special case of wcrtomb() converting a single byte code to a different single byte code, which glibc does for code 160 in the KOI8-R encoding (report by Yury V Zaytsev). + improve formatting/style of manpages (patches by Branden Robinson). + amend recent changes to mouse handling to avoid a case which caused a loop in wgetch until additional input is provided (htop #1769, cf: 20250913). -- Thomas E. Dickey <[email protected]> https://invisible-island.net
signature.asc
Description: PGP signature
