# ncurses 6.5 - patch 20250405 - 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-20250405.patch.gz # patch by Thomas E. Dickey # created Sun Apr 6 00:25:52 UTC 2025 # ------------------------------------------------------------------------------ # NEWS | 13 # VERSION | 2 # dist.mk | 4 # doc/html/man/adacursesw6-config.1.html | 10 # doc/html/man/clear.1.html | 8 # doc/html/man/curs_add_wch.3x.html | 10 # doc/html/man/curs_addch.3x.html | 14 # doc/html/man/curs_attr.3x.html | 8 # doc/html/man/curs_color.3x.html | 316 +++++++-------- # doc/html/man/curs_delch.3x.html | 21 - # doc/html/man/curs_deleteln.3x.html | 10 # doc/html/man/curs_extend.3x.html | 10 # doc/html/man/curs_get_wch.3x.html | 59 +- # doc/html/man/curs_get_wstr.3x.html | 127 +++--- # doc/html/man/curs_getch.3x.html | 207 +++++----- # doc/html/man/curs_getstr.3x.html | 30 - # doc/html/man/curs_inopts.3x.html | 10 # doc/html/man/curs_mouse.3x.html | 115 ++--- # doc/html/man/curs_move.3x.html | 19 # doc/html/man/curs_outopts.3x.html | 92 ++-- # doc/html/man/curs_printw.3x.html | 39 + # doc/html/man/curs_scanw.3x.html | 61 +- # doc/html/man/curs_scroll.3x.html | 27 - # doc/html/man/curs_terminfo.3x.html | 266 ++++++------ # doc/html/man/curs_util.3x.html | 38 - # doc/html/man/curs_variables.3x.html | 48 +- # doc/html/man/ncurses.3x.html | 639 +++++++++++++++---------------- # doc/html/man/resizeterm.3x.html | 15 # doc/html/man/scr_dump.5.html | 8 # doc/html/man/tabs.1.html | 8 # doc/html/man/term.5.html | 10 # doc/html/man/terminfo.5.html | 2 # doc/html/man/tput.1.html | 8 # doc/html/man/user_caps.5.html | 6 # man/MKada_config.in | 8 # man/clear.1 | 6 # man/curs_add_wch.3x | 8 # man/curs_addch.3x | 17 # man/curs_attr.3x | 8 # man/curs_color.3x | 52 +- # man/curs_delch.3x | 25 - # man/curs_deleteln.3x | 6 # man/curs_extend.3x | 8 # man/curs_get_wch.3x | 42 +- # man/curs_get_wstr.3x | 48 +- # man/curs_getch.3x | 125 +++--- # man/curs_getstr.3x | 36 + # man/curs_inopts.3x | 6 # man/curs_mouse.3x | 25 - # man/curs_move.3x | 34 + # man/curs_outopts.3x | 111 +++-- # man/curs_printw.3x | 111 +++-- # man/curs_scanw.3x | 118 +++-- # man/curs_scroll.3x | 7 # man/curs_terminfo.3x | 94 ++-- # man/curs_util.3x | 51 +- # man/curs_variables.3x | 27 - # man/ncurses.3x | 139 ++++-- # man/resizeterm.3x | 7 # man/scr_dump.5 | 18 # man/tabs.1 | 6 # man/term.5 | 8 # man/terminfo.tail | 8 # man/tput.1 | 6 # man/user_caps.5 | 8 # misc/terminfo.src | 106 +++-- # 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/infocmp.c | 140 +++++- # 74 files changed, 2121 insertions(+), 1580 deletions(-) # ------------------------------------------------------------------------------ Index: NEWS Prereq: 1.4267 --- ncurses-6.5-20250329+/NEWS 2025-03-29 22:52:37.000000000 +0000 +++ ncurses-6.5-20250405/NEWS 2025-04-05 22:31:28.000000000 +0000 @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.4267 2025/03/29 22:52:37 tom Exp $ +-- $Id: NEWS,v 1.4271 2025/04/05 22:31:28 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,17 @@ Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20250405 + + improve formatting/style of manpages (patches by Branden Robinson). + + improve infocmp -E/-e fallback feature (report by Ville Rissanen): + + prefix names with "ti_" if they begin with a digit, e.g., 9term + + escape backslashes and double-quotes in description fields + + modify infocmp -E/-e fallback feature to reduce stricter compiler + warnings for the extended capability data. + + add sclp -TD + + add op to vt525 -TD + + update contour -TD + 20250329 + add XM/xm to ms-terminal, to enable mouse with experimental Windows driver -TD Index: VERSION --- ncurses-6.5-20250329+/VERSION 2025-03-29 11:09:16.000000000 +0000 +++ ncurses-6.5-20250405/VERSION 2025-04-05 09:48:54.000000000 +0000 @@ -1 +1 @@ -5:0:10 6.5 20250329 +5:0:10 6.5 20250405 Index: dist.mk Prereq: 1.1662 --- ncurses-6.5-20250329+/dist.mk 2025-03-29 11:09:16.000000000 +0000 +++ ncurses-6.5-20250405/dist.mk 2025-04-05 09:48:54.000000000 +0000 @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1662 2025/03/29 11:09:16 tom Exp $ +# $Id: dist.mk,v 1.1663 2025/04/05 09:48:54 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -38,7 +38,7 @@ # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 5 -NCURSES_PATCH = 20250329 +NCURSES_PATCH = 20250405 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) Index: doc/html/man/adacursesw6-config.1.html --- ncurses-6.5-20250329+/doc/html/man/adacursesw6-config.1.html 2024-04-27 18:38:45.000000000 +0000 +++ ncurses-6.5-20250405/doc/html/man/adacursesw6-config.1.html 2025-04-05 22:33:03.000000000 +0000 @@ -1,6 +1,6 @@ -adacursesw6\-config 1 2024-04-20 ncurses 6.5 User commands +adacursesw6\-config 1 2025-04-05 ncurses 6.5 User commands -

adacursesw6\-config 1 2024-04-20 ncurses 6.5 User commands

+

adacursesw6\-config 1 2025-04-05 ncurses 6.5 User commands

 adacursesw6-config(1)            User commands           adacursesw6-config(1)
 
@@ -128,7 +128,7 @@
 
 
 
-ncurses 6.5                       2024-04-20             adacursesw6-config(1)
+ncurses 6.5                       2025-04-05             adacursesw6-config(1)