From 159cd0555e0efc14be66c9c3a1548f58908b6a1d Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 24 Dec 2023 01:20:29 +0000 Subject: [PATCH] ncurses 6.4 - patch 20231223 + improve formatting/style of manpages (patches by Branden Robinson). --- NEWS | 5 +- VERSION | 2 +- dist.mk | 4 +- doc/html/man/captoinfo.1m.html | 14 +- doc/html/man/curs_add_wch.3x.html | 8 +- doc/html/man/curs_addch.3x.html | 20 +- doc/html/man/curs_attr.3x.html | 24 +- doc/html/man/curs_bkgd.3x.html | 10 +- doc/html/man/curs_bkgrnd.3x.html | 10 +- doc/html/man/curs_color.3x.html | 155 ++++----- doc/html/man/curs_extend.3x.html | 19 +- doc/html/man/curs_get_wch.3x.html | 12 +- doc/html/man/curs_getch.3x.html | 86 ++--- doc/html/man/curs_initscr.3x.html | 50 +-- doc/html/man/curs_inopts.3x.html | 243 +++++++------- doc/html/man/curs_ins_wch.3x.html | 56 ++-- doc/html/man/curs_insch.3x.html | 46 +-- doc/html/man/curs_legacy.3x.html | 22 +- doc/html/man/curs_memleaks.3x.html | 10 +- doc/html/man/curs_mouse.3x.html | 107 ++++--- doc/html/man/curs_print.3x.html | 20 +- doc/html/man/curs_printw.3x.html | 10 +- doc/html/man/curs_scanw.3x.html | 14 +- doc/html/man/curs_sp_funcs.3x.html | 24 +- doc/html/man/curs_termcap.3x.html | 133 ++++---- doc/html/man/curs_terminfo.3x.html | 87 +++-- doc/html/man/curs_threads.3x.html | 8 +- doc/html/man/curs_trace.3x.html | 8 +- doc/html/man/curs_util.3x.html | 12 +- doc/html/man/curs_variables.3x.html | 186 ++++++----- doc/html/man/form.3x.html | 8 +- doc/html/man/form_driver.3x.html | 24 +- doc/html/man/infocmp.1m.html | 8 +- doc/html/man/menu.3x.html | 8 +- doc/html/man/menu_driver.3x.html | 16 +- doc/html/man/ncurses.3x.html | 54 ++-- doc/html/man/ncursesw6-config.1.html | 26 +- doc/html/man/panel.3x.html | 8 +- doc/html/man/scr_dump.5.html | 30 +- doc/html/man/tabs.1.html | 12 +- doc/html/man/term.5.html | 40 ++- doc/html/man/term_variables.3x.html | 16 +- doc/html/man/terminfo.5.html | 22 +- doc/html/man/tic.1m.html | 20 +- doc/html/man/tput.1.html | 384 +++++++++++----------- doc/html/man/tset.1.html | 213 ++++++------- doc/html/man/user_caps.5.html | 16 +- man/MKncu_config.in | 16 +- man/captoinfo.1m | 13 +- man/curs_add_wch.3x | 10 +- man/curs_addch.3x | 16 +- man/curs_attr.3x | 12 +- man/curs_bkgd.3x | 8 +- man/curs_bkgrnd.3x | 6 +- man/curs_color.3x | 114 ++++--- man/curs_extend.3x | 21 +- man/curs_get_wch.3x | 8 +- man/curs_getch.3x | 85 +++-- man/curs_initscr.3x | 49 +-- man/curs_inopts.3x | 461 +++++++++++++++++---------- man/curs_ins_wch.3x | 77 +++-- man/curs_insch.3x | 74 +++-- man/curs_legacy.3x | 39 ++- man/curs_memleaks.3x | 6 +- man/curs_mouse.3x | 181 +++++++---- man/curs_print.3x | 23 +- man/curs_printw.3x | 6 +- man/curs_scanw.3x | 10 +- man/curs_sp_funcs.3x | 16 +- man/curs_termcap.3x | 69 ++-- man/curs_terminfo.3x | 115 ++++--- man/curs_threads.3x | 6 +- man/curs_trace.3x | 8 +- man/curs_util.3x | 8 +- man/curs_variables.3x | 150 +++++---- man/form.3x | 8 +- man/form_driver.3x | 12 +- man/infocmp.1m | 16 +- man/man_db.renames.in | 11 +- man/manhtml.aliases | 6 +- man/manhtml.externs | 12 +- man/menu.3x | 8 +- man/menu_driver.3x | 8 +- man/ncurses.3x | 49 +-- man/panel.3x | 8 +- man/scr_dump.5 | 30 +- man/tabs.1 | 12 +- man/term.5 | 20 +- man/term_variables.3x | 14 +- man/terminfo.head | 12 +- man/terminfo.tail | 4 +- man/tic.1m | 10 +- man/tput.1 | 284 ++++++++++------- man/tset.1 | 36 ++- man/user_caps.5 | 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 +- 102 files changed, 2535 insertions(+), 1972 deletions(-) diff --git a/NEWS b/NEWS index e598e3ea..ccaddc43 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.4053 2023/12/17 23:18:40 tom Exp $ +-- $Id: NEWS,v 1.4055 2023/12/23 21:00:43 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,9 @@ See the AUTHORS file for the corresponding full names. Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20231223 + + improve formatting/style of manpages (patches by Branden Robinson). + 20231217 + improve formatting/style of manpages (patches by Branden Robinson). + correct an assignment in infocmp "-u" for detecting if a boolean diff --git a/VERSION b/VERSION index 8ff8be90..a9e6b8e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:10 6.4 20231217 +5:0:10 6.4 20231223 diff --git a/dist.mk b/dist.mk index 08ff1690..a8501b02 100644 --- a/dist.mk +++ b/dist.mk @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1584 2023/12/17 23:18:40 tom Exp $ +# $Id: dist.mk,v 1.1585 2023/12/23 11:35:00 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -38,7 +38,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 4 -NCURSES_PATCH = 20231217 +NCURSES_PATCH = 20231223 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/doc/html/man/captoinfo.1m.html b/doc/html/man/captoinfo.1m.html index 281372a1..634df2ec 100644 --- a/doc/html/man/captoinfo.1m.html +++ b/doc/html/man/captoinfo.1m.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: captoinfo.1m,v 1.57 2023/12/16 21:34:23 tom Exp @ + * @Id: captoinfo.1m,v 1.58 2023/12/23 16:28:31 tom Exp @ * TODO: There are about 40 box drawing code points in CCSID 437; * were there no XENIX capabilities for the mixed single- and double- * line intersections? @@ -39,12 +39,12 @@ -captoinfo 1m 2023-12-16 ncurses 6.4 User commands +captoinfo 1m 2023-12-23 ncurses 6.4 User commands -

captoinfo 1m 2023-12-16 ncurses 6.4 User commands

+

captoinfo 1m 2023-12-23 ncurses 6.4 User commands

 captoinfo(1m)                    User commands                   captoinfo(1m)
 
@@ -71,7 +71,7 @@
        environment  variable  TERMCAP  as  a  file name, and extracts only the
        entry for the terminal named in the environment variable TERM from  it.
        If  the  environment  variable  TERMCAP  is  not  set,  captoinfo reads
-       /etc/termcap.
+       /etc/termcap.
 
        This utility is implemented as a link to tic(1m), with the latter's  -I
        option  implied.  You can use other tic options such as -1, -f, -v, -w,
@@ -79,7 +79,7 @@
        this program and exits with a successful status.
 
 
-

Translations from nonstandard capabilities

+

Translations from Nonstandard Capabilities

        captoinfo  translates  some  obsolete,  nonstandard  capabilities  into
        standard  (SVr4/XSI  Curses)  terminfo  capabilities.   It   issues   a
        diagnostic  to the standard error stream for each, inviting the user to
@@ -198,7 +198,7 @@
 
 
 
-ncurses 6.4                       2023-12-16                     captoinfo(1m)
+ncurses 6.4                       2023-12-23                     captoinfo(1m)