From 67327e4e3b2121f8273fb73ec14ef234ed01231e Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 31 Dec 2023 01:40:02 +0000 Subject: [PATCH] ncurses 6.4 - patch 20231230 + improve formatting/style of manpages (patches by Branden Robinson). + add ms-vt100-16color, winconsole -TD + add rio, rio-direct -TD + add mostlike -TD + add wezterm, contour -TD --- NEWS | 9 +- VERSION | 2 +- announce.html.in | 11 +- dist.mk | 4 +- doc/html/man/curs_color.3x.html | 10 +- doc/html/man/curs_inwstr.3x.html | 21 +- doc/html/man/curs_scr_dump.3x.html | 72 ++-- doc/html/man/curs_termcap.3x.html | 67 ++-- doc/html/man/curs_terminfo.3x.html | 311 ++++++++--------- doc/html/man/infocmp.1m.html | 12 +- doc/html/man/ncurses.3x.html | 441 ++++++++++++----------- doc/html/man/scr_dump.5.html | 151 ++++---- doc/html/man/term.5.html | 32 +- doc/html/man/terminfo.5.html | 32 +- doc/html/man/tic.1m.html | 10 +- doc/html/man/tput.1.html | 253 +++++++------- doc/html/man/user_caps.5.html | 20 +- include/Caps | 6 +- include/Caps.aix4 | 6 +- include/Caps.hpux11 | 8 +- include/Caps.keys | 6 +- include/Caps.osf1r5 | 6 +- include/Caps.uwin | 6 +- man/curs_color.3x | 6 +- man/curs_inwstr.3x | 9 +- man/curs_scr_dump.3x | 103 ++++-- man/curs_termcap.3x | 9 +- man/curs_terminfo.3x | 539 ++++++++++++++++++----------- man/infocmp.1m | 8 +- man/man_db.renames.in | 11 +- man/manhtml.aliases | 9 +- man/ncurses.3x | 300 +++++++++------- man/scr_dump.5 | 194 ++++++----- man/term.5 | 28 +- man/terminfo.head | 8 +- man/terminfo.tail | 16 +- man/tic.1m | 6 +- man/tput.1 | 33 +- man/user_caps.5 | 16 +- misc/terminfo.src | 249 ++++++++++++- 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 +- 47 files changed, 1784 insertions(+), 1278 deletions(-) diff --git a/NEWS b/NEWS index ccaddc43..8f115f89 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.4055 2023/12/23 21:00:43 tom Exp $ +-- $Id: NEWS,v 1.4057 2023/12/31 00:17:55 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,13 @@ 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. +20231230 + + improve formatting/style of manpages (patches by Branden Robinson). + + add ms-vt100-16color, winconsole -TD + + add rio, rio-direct -TD + + add mostlike -TD + + add wezterm, contour -TD + 20231223 + improve formatting/style of manpages (patches by Branden Robinson). diff --git a/VERSION b/VERSION index a9e6b8e0..d7b54615 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:10 6.4 20231223 +5:0:10 6.4 20231230 diff --git a/announce.html.in b/announce.html.in index da2b2fc5..9da51191 100644 --- a/announce.html.in +++ b/announce.html.in @@ -1,5 +1,5 @@ -curs_color 3x 2023-12-23 ncurses 6.4 Library calls +curs_color 3x 2023-12-30 ncurses 6.4 Library calls -

curs_color 3x 2023-12-23 ncurses 6.4 Library calls

+

curs_color 3x 2023-12-30 ncurses 6.4 Library calls

 curs_color(3x)                   Library calls                  curs_color(3x)
 
@@ -114,7 +114,7 @@
 
        o   window attributes, as from wattrset(3x) or wattr_set(3x)
 
-       o   window  background  character  atttributes, as from wbkgdset(3x) or
+       o   window  background  character  attributes,  as from wbkgdset(3x) or
            wbkgrndset(3x)
 
        Per-character and window attributes are usually set through a  function
@@ -539,7 +539,7 @@
 
 
 
-ncurses 6.4                       2023-12-23                    curs_color(3x)
+ncurses 6.4                       2023-12-30                    curs_color(3x)