Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ncurses for openSUSE:Factory checked in at 2022-06-09 14:09:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ncurses (Old) and /work/SRC/openSUSE:Factory/.ncurses.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncurses" Thu Jun 9 14:09:48 2022 rev:216 rq:981121 version:6.3.MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes 2022-06-03 14:16:49.705329122 +0200 +++ /work/SRC/openSUSE:Factory/.ncurses.new.1548/ncurses.changes 2022-06-09 14:10:04.844390323 +0200 @@ -1,0 +2,8 @@ +Tue Jun 7 08:20:21 UTC 2022 - Dr. Werner Fink <wer...@suse.de> + +- Add ncurses patch +20220604 + + add note on portable memory-leak checking in man/curs_memleaks.3x + + remove u6-u9 from teken-2018 -TD + + set "xterm-new" to "xterm-p370", add "xterm-p371" -TD + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncurses-5.9-ibm327x.dif ++++++ --- /var/tmp/diff_new_pack.iK7vnq/_old 2022-06-09 14:10:05.848391668 +0200 +++ /var/tmp/diff_new_pack.iK7vnq/_new 2022-06-09 14:10:05.848391668 +0200 @@ -4,7 +4,7 @@ --- misc/terminfo.src +++ misc/terminfo.src 2018-10-29 10:23:47.271511864 +0000 -@@ -17903,8 +17903,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv +@@ -17905,8 +17905,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv # ibm327x|line mode IBM 3270 style, ++++++ ncurses-6.3-patches.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches/ncurses-6.3-20220604.patch new/patches/ncurses-6.3-20220604.patch --- old/patches/ncurses-6.3-20220604.patch 1970-01-01 01:00:00.000000000 +0100 +++ new/patches/ncurses-6.3-20220604.patch 2022-06-07 09:48:44.902992553 +0200 @@ -0,0 +1,825 @@ +# ncurses 6.3 - patch 20220604 - Thomas E. Dickey +# +# ------------------------------------------------------------------------------ +# +# Ncurses 6.3 is at +# https://invisible-island.net/archives/ncurses/ +# https://invisible-mirror.net/archives/ncurses/ +# ftp://ftp.invisible-island.net/ncurses/ +# https://ftp.gnu.org/gnu/ncurses/ +# +# Patches for ncurses 6.3 can be found at +# https://invisible-island.net/archives/ncurses/6.3 +# https://invisible-mirror.net/archives/ncurses/6.3 +# ftp://ftp.invisible-island.net/ncurses/6.3 +# +# ------------------------------------------------------------------------------ +# ftp://ftp.invisible-island.net/ncurses/6.3/ncurses-6.3-20220604.patch.gz +# patch by Thomas E. Dickey <dic...@invisible-island.net> +# created Sun Jun 5 00:13:01 UTC 2022 +# ------------------------------------------------------------------------------ +# NEWS | 7 ++- +# 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/curs_memleaks.3x.html | 18 +++++++- +# doc/html/man/curs_terminfo.3x.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 | 2 +# doc/html/man/tic.1m.html | 2 +# doc/html/man/toe.1m.html | 2 +# doc/html/man/tput.1.html | 2 +# doc/html/man/tset.1.html | 2 +# man/curs_memleaks.3x | 23 +++++++++- +# man/curs_terminfo.3x | 5 +- +# misc/terminfo.src | 14 ++++-- +# 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 +# test/README | 72 ++++++++++++++++---------------- +# 32 files changed, 124 insertions(+), 77 deletions(-) +# ------------------------------------------------------------------------------ +Index: NEWS +Prereq: 1.3813 +--- ncurses-6.3-20220529+/NEWS 2022-05-29 18:40:52.000000000 +0000 ++++ ncurses-6.3-20220604/NEWS 2022-06-04 23:17:01.000000000 +0000 +@@ -26,7 +26,7 @@ + -- sale, use or other dealings in this Software without prior written -- + -- authorization. -- + ------------------------------------------------------------------------------- +--- $Id: NEWS,v 1.3813 2022/05/29 18:40:52 tom Exp $ ++-- $Id: NEWS,v 1.3815 2022/06/04 23:17:01 tom Exp $ + ------------------------------------------------------------------------------- + + This is a log of changes that ncurses has gone through since Zeyd started +@@ -46,6 +46,11 @@ + Changes through 1.9.9e did not credit all contributions; + it is not possible to add this information. + ++20220604 ++ + add note on portable memory-leak checking in man/curs_memleaks.3x ++ + remove u6-u9 from teken-2018 -TD ++ + set "xterm-new" to "xterm-p370", add "xterm-p371" -TD ++ + 20220529 + + expanded notes for teken/syscons -TD + + fix overlooked copying of extended string-heap in copy_termtype +Index: VERSION +--- ncurses-6.3-20220529+/VERSION 2022-05-29 18:40:52.000000000 +0000 ++++ ncurses-6.3-20220604/VERSION 2022-06-04 10:24:10.000000000 +0000 +@@ -1 +1 @@ +-5:0:10 6.3 20220529 ++5:0:10 6.3 20220604 +Index: dist.mk +Prereq: 1.1483 +--- ncurses-6.3-20220529+/dist.mk 2022-05-29 18:40:52.000000000 +0000 ++++ ncurses-6.3-20220604/dist.mk 2022-06-04 10:24:10.000000000 +0000 +@@ -26,7 +26,7 @@ + # use or other dealings in this Software without prior written # + # authorization. # + ############################################################################## +-# $Id: dist.mk,v 1.1483 2022/05/29 18:40:52 tom Exp $ ++# $Id: dist.mk,v 1.1484 2022/06/04 10:24:10 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 = 3 +-NCURSES_PATCH = 20220529 ++NCURSES_PATCH = 20220604 + + # We don't append the patch to the version, since this only applies to releases + VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) +Index: doc/html/man/adacurses6-config.1.html +--- ncurses-6.3-20220529+/doc/html/man/adacurses6-config.1.html 2022-04-16 20:02:16.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/adacurses6-config.1.html 2022-06-04 23:27:37.000000000 +0000 +@@ -126,7 +126,7 @@ + </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE> + <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG> + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + +Index: doc/html/man/captoinfo.1m.html +--- ncurses-6.3-20220529+/doc/html/man/captoinfo.1m.html 2022-04-16 20:02:16.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/captoinfo.1m.html 2022-06-04 23:27:37.000000000 +0000 +@@ -199,7 +199,7 @@ + </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE> + <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG> + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE> +Index: doc/html/man/clear.1.html +--- ncurses-6.3-20220529+/doc/html/man/clear.1.html 2022-04-16 20:02:16.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/clear.1.html 2022-06-04 23:27:37.000000000 +0000 +@@ -150,7 +150,7 @@ + </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE> + <STRONG><A HREF="tput.1.html">tput(1)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>, <STRONG>xterm(1)</STRONG>. + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + +Index: doc/html/man/curs_memleaks.3x.html +--- ncurses-6.3-20220529+/doc/html/man/curs_memleaks.3x.html 2022-02-12 20:17:49.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/curs_memleaks.3x.html 2022-06-04 23:35:37.000000000 +0000 +@@ -27,7 +27,7 @@ + * sale, use or other dealings in this Software without prior written * + * authorization. * + **************************************************************************** +- * @Id: curs_memleaks.3x,v 1.13 2022/02/12 20:05:11 tom Exp @ ++ * @Id: curs_memleaks.3x,v 1.15 2022/06/04 23:33:48 tom Exp @ + --> + <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> + <HTML> +@@ -112,9 +112,23 @@ + These functions are not part of X/Open Curses; nor do other implementa- + tions of curses provide a similar feature. + ++ In any implementation of X/Open Curses, an application can free part of ++ the memory allocated by curses: ++ ++ <STRONG>o</STRONG> The portable part of <STRONG>exit_curses</STRONG> can be freed using <STRONG>delscreen</STRONG>, ++ passing the <STRONG>SCREEN*</STRONG> pointer returned by <STRONG>newterm</STRONG>. ++ ++ In some implementations, there is a global variable <STRONG>sp</STRONG> which could ++ be used, e.g., if the screen were only initialized using <STRONG>initscr</STRONG>. ++ ++ <STRONG>o</STRONG> The portable part of <STRONG>exit_terminfo</STRONG> can be freed using <STRONG>del_curterm</STRONG>. ++ ++ In this case, there is a global variable <STRONG>cur_term</STRONG> which can be used ++ as parameter. ++ + + </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE> +- <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>. ++ <STRONG><A HREF="curs_initscr.3x.html">curs_initscr(3x)</A></STRONG>, <STRONG><A HREF="curs_terminfo.3x.html">curs_terminfo(3x)</A></STRONG>. <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>. + + + +Index: doc/html/man/curs_terminfo.3x.html +--- ncurses-6.3-20220529+/doc/html/man/curs_terminfo.3x.html 2022-02-12 20:17:49.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/curs_terminfo.3x.html 2022-06-04 23:27:39.000000000 +0000 +@@ -27,7 +27,7 @@ + * sale, use or other dealings in this Software without prior written * + * authorization. * + **************************************************************************** +- * @Id: curs_terminfo.3x,v 1.81 2022/02/12 20:05:11 tom Exp @ ++ * @Id: curs_terminfo.3x,v 1.82 2022/06/04 22:47:05 tom Exp @ + * *************************************************************************** + * *************************************************************************** + * *************************************************************************** +Index: doc/html/man/form.3x.html +--- ncurses-6.3-20220529+/doc/html/man/form.3x.html 2022-04-16 20:02:19.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/form.3x.html 2022-06-04 23:27:40.000000000 +0000 +@@ -248,7 +248,7 @@ + <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG> and related pages whose names begin "form_" for detailed + descriptions of the entry points. + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + +Index: doc/html/man/infocmp.1m.html +--- ncurses-6.3-20220529+/doc/html/man/infocmp.1m.html 2022-04-16 20:02:20.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/infocmp.1m.html 2022-06-04 23:27:40.000000000 +0000 +@@ -514,7 +514,7 @@ + + https://invisible-island.net/ncurses/tctest.html + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE> +Index: doc/html/man/infotocap.1m.html +--- ncurses-6.3-20220529+/doc/html/man/infotocap.1m.html 2022-04-16 20:02:20.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/infotocap.1m.html 2022-06-04 23:27:40.000000000 +0000 +@@ -91,7 +91,7 @@ + </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE> + <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="tic.1m.html">tic(1m)</A></STRONG>, <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG> + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE> +Index: doc/html/man/menu.3x.html +--- ncurses-6.3-20220529+/doc/html/man/menu.3x.html 2022-04-16 20:02:20.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/menu.3x.html 2022-06-04 23:27:41.000000000 +0000 +@@ -223,7 +223,7 @@ + <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG> and related pages whose names begin "menu_" for detailed + descriptions of the entry points. + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + +Index: doc/html/man/ncurses.3x.html +--- ncurses-6.3-20220529+/doc/html/man/ncurses.3x.html 2022-04-16 20:02:21.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/ncurses.3x.html 2022-06-04 23:27:42.000000000 +0000 +@@ -60,7 +60,7 @@ + method of updating character screens with reasonable optimization. + This implementation is "new curses" (ncurses) and is the approved + replacement for 4.4BSD classic curses, which has been discontinued. +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + The <STRONG>ncurses</STRONG> library emulates the curses library of System V Release 4 + UNIX, and XPG4 (X/Open Portability Guide) curses (also known as XSI +Index: doc/html/man/ncurses6-config.1.html +--- ncurses-6.3-20220529+/doc/html/man/ncurses6-config.1.html 2022-04-16 20:02:21.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/ncurses6-config.1.html 2022-06-04 23:27:42.000000000 +0000 +@@ -113,7 +113,7 @@ + </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE> + <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG> + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + +Index: doc/html/man/panel.3x.html +--- ncurses-6.3-20220529+/doc/html/man/panel.3x.html 2022-04-16 20:02:21.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/panel.3x.html 2022-06-04 23:27:42.000000000 +0000 +@@ -281,7 +281,7 @@ + </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE> + <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="curs_variables.3x.html">curs_variables(3x)</A></STRONG>, + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE> +Index: doc/html/man/tabs.1.html +--- ncurses-6.3-20220529+/doc/html/man/tabs.1.html 2022-04-16 20:02:21.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/tabs.1.html 2022-06-04 23:27:42.000000000 +0000 +@@ -252,7 +252,7 @@ + </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE> + <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="tset.1.html">tset(1)</A></STRONG>, <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>. + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + +Index: doc/html/man/terminfo.5.html +--- ncurses-6.3-20220529+/doc/html/man/terminfo.5.html 2022-04-16 20:02:21.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/terminfo.5.html 2022-06-04 23:27:42.000000000 +0000 +@@ -106,7 +106,7 @@ + have, by specifying how to perform screen operations, and by specifying + padding requirements and initialization sequences. + +- This manual describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This manual describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + </PRE><H3><a name="h3-Terminfo-Entry-Syntax">Terminfo Entry Syntax</a></H3><PRE> +Index: doc/html/man/tic.1m.html +--- ncurses-6.3-20220529+/doc/html/man/tic.1m.html 2022-04-16 20:02:21.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/tic.1m.html 2022-06-04 23:27:42.000000000 +0000 +@@ -461,7 +461,7 @@ + <STRONG><A HREF="captoinfo.1m.html">captoinfo(1m)</A></STRONG>, <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="infotocap.1m.html">infotocap(1m)</A></STRONG>, <STRONG><A HREF="toe.1m.html">toe(1m)</A></STRONG>, <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, + <STRONG><A HREF="term.5.html">term(5)</A></STRONG>. <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>. <STRONG><A HREF="user_caps.5.html">user_caps(5)</A></STRONG>. + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE> +Index: doc/html/man/toe.1m.html +--- ncurses-6.3-20220529+/doc/html/man/toe.1m.html 2022-04-16 20:02:21.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/toe.1m.html 2022-06-04 23:27:42.000000000 +0000 +@@ -171,7 +171,7 @@ + <STRONG><A HREF="captoinfo.1m.html">captoinfo(1m)</A></STRONG>, <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="infotocap.1m.html">infotocap(1m)</A></STRONG>, <STRONG><A HREF="tic.1m.html">tic(1m)</A></STRONG>, <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, + <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>. + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + +Index: doc/html/man/tput.1.html +--- ncurses-6.3-20220529+/doc/html/man/tput.1.html 2022-04-16 20:02:22.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/tput.1.html 2022-06-04 23:27:42.000000000 +0000 +@@ -545,7 +545,7 @@ + </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE> + <STRONG><A HREF="clear.1.html">clear(1)</A></STRONG>, <STRONG>stty(1)</STRONG>, <STRONG><A HREF="tabs.1.html">tabs(1)</A></STRONG>, <STRONG><A HREF="tset.1.html">tset(1)</A></STRONG>, <STRONG><A HREF="curs_termcap.3x.html">curs_termcap(3x)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>. + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + +Index: doc/html/man/tset.1.html +--- ncurses-6.3-20220529+/doc/html/man/tset.1.html 2022-04-16 20:02:22.000000000 +0000 ++++ ncurses-6.3-20220604/doc/html/man/tset.1.html 2022-06-04 23:27:42.000000000 +0000 +@@ -391,7 +391,7 @@ + <STRONG>csh(1)</STRONG>, <STRONG>sh(1)</STRONG>, <STRONG>stty(1)</STRONG>, <STRONG><A HREF="curs_terminfo.3x.html">curs_terminfo(3x)</A></STRONG>, <STRONG>tty(4)</STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>, + <STRONG>ttys(5)</STRONG>, <STRONG>environ(7)</STRONG> + +- This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220416). ++ This describes <STRONG>ncurses</STRONG> version 6.3 (patch 20220604). + + + +Index: man/curs_memleaks.3x +Prereq: 1.13 +--- ncurses-6.3-20220529+/man/curs_memleaks.3x 2022-02-12 20:05:11.000000000 +0000 ++++ ncurses-6.3-20220604/man/curs_memleaks.3x 2022-06-04 23:33:48.000000000 +0000 +@@ -27,12 +27,16 @@ + .\" authorization. * + .\"*************************************************************************** + .\" +-.\" $Id: curs_memleaks.3x,v 1.13 2022/02/12 20:05:11 tom Exp $ ++.\" $Id: curs_memleaks.3x,v 1.15 2022/06/04 23:33:48 tom Exp $ + .TH curs_memleaks 3X "" + .ie \n(.g .ds `` \(lq + .el .ds `` `` + .ie \n(.g .ds '' \(rq + .el .ds '' '' ++.de bP ++.ie n .IP \(bu 4 ++.el .IP \(bu 2 ++.. + .na + .hy 0 + .SH NAME +@@ -102,5 +106,22 @@ + .SH PORTABILITY + These functions are not part of X/Open Curses; + nor do other implementations of curses provide a similar feature. ++.PP ++In any implementation of X/Open Curses, an application can free part ++of the memory allocated by curses: ++.bP ++The portable part of \fBexit_curses\fP can be freed using \fBdelscreen\fP, ++passing the \fBSCREEN*\fP pointer returned by \fBnewterm\fP. ++.IP ++In some implementations, there is a global variable \fBsp\fP ++which could be used, e.g., if the screen were only initialized ++using \fBinitscr\fP. ++.bP ++The portable part of \fBexit_terminfo\fP can be freed using \fBdel_curterm\fP. ++.IP ++In this case, there is a global variable \fBcur_term\fP which can be ++used as parameter. + .SH SEE ALSO ++\fBcurs_initscr\fP(3X), ++\fBcurs_terminfo\fP(3X). + \fBcurses\fP(3X). +Index: man/curs_terminfo.3x +Prereq: 1.81 +--- ncurses-6.3-20220529+/man/curs_terminfo.3x 2022-02-12 20:05:11.000000000 +0000 ++++ ncurses-6.3-20220604/man/curs_terminfo.3x 2022-06-04 22:47:05.000000000 +0000 +@@ -27,7 +27,7 @@ + .\" authorization. * + .\"*************************************************************************** + .\" +-.\" $Id: curs_terminfo.3x,v 1.81 2022/02/12 20:05:11 tom Exp $ ++.\" $Id: curs_terminfo.3x,v 1.82 2022/06/04 22:47:05 tom Exp $ + .TH curs_terminfo 3X "" + .ie \n(.g .ds `` \(lq + .el .ds `` `` +@@ -410,7 +410,8 @@ + .\" *************************************************************************** + .SS Releasing Memory + Each successful call to \fBsetupterm\fP allocates memory to hold the terminal +-description. As a side-effect, it sets \fBcur_term\fP to point to this memory. ++description. ++As a side-effect, it sets \fBcur_term\fP to point to this memory. + If an application calls + .sp + \fBdel_curterm(cur_term);\fP +Index: misc/terminfo.src +--- ncurses-6.3-20220529+/misc/terminfo.src 2022-05-28 20:05:41.000000000 +0000 ++++ ncurses-6.3-20220604/misc/terminfo.src 2022-06-04 23:14:19.000000000 +0000 +@@ -6,8 +6,8 @@ + # Report bugs and new terminal descriptions to + # bug-ncur...@gnu.org + # +-# $Revision: 1.1003 $ +-# $Date: 2022/05/28 20:05:41 $ ++# $Revision: 1.1005 $ ++# $Date: 2022/06/04 23:14:19 $ + # + # The original header is preserved below for reference. It is noted that there + # is a "newer" version which differs in some cosmetic details (but actually +@@ -2179,7 +2179,6 @@ + kf3=\EOR, kf4=\EOS, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, + kf8=\E[19~, kf9=\E[20~, khome=\E[H, kich1=\E[2~, knp=\E[6~, + kpp=\E[5~, rmir=\E[4l, smir=\E[4h, tbc=\E[3g, +- u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c, + vpa=\E[%i%p1%dd, use=vt220+cvis, use=cons25, + + teken-2022|teken as of 2022, +@@ -4916,9 +4915,12 @@ + use=ansi+rep, use=ecma+strikeout, use=xterm+pcfkeys, + use=xterm+nofkeys, + ++xterm-p371|xterm patch #371, ++ use=dec+sl, use=xterm-p370, ++ + # This version reflects the current xterm features. + xterm-new|modern xterm terminal emulator, +- use=dec+sl, use=xterm-p370, ++ use=xterm-p370, + + # This fragment is for people who cannot agree on what the backspace key + # should send. +@@ -27551,4 +27553,8 @@ + # 2022-05-28 + # + expanded notes for teken/syscons -TD + # ++# 2022-06-04 ++# + remove u6-u9 from teken-2018 -TD ++# + set "xterm-new" to "xterm-p370", add "xterm-p371" -TD ++# + ######## SHANTIH! SHANTIH! SHANTIH! +Index: package/debian-mingw/changelog +--- ncurses-6.3-20220529+/package/debian-mingw/changelog 2022-05-29 18:40:52.000000000 +0000 ++++ ncurses-6.3-20220604/package/debian-mingw/changelog 2022-06-04 10:24:10.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.3+20220529) unstable; urgency=low ++ncurses6 (6.3+20220604) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <dic...@invisible-island.net> Sun, 29 May 2022 14:40:52 -0400 ++ -- Thomas E. Dickey <dic...@invisible-island.net> Sat, 04 Jun 2022 06:24:10 -0400 + + ncurses6 (5.9-20131005) unstable; urgency=low + +Index: package/debian-mingw64/changelog +--- ncurses-6.3-20220529+/package/debian-mingw64/changelog 2022-05-29 18:40:52.000000000 +0000 ++++ ncurses-6.3-20220604/package/debian-mingw64/changelog 2022-06-04 10:24:10.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.3+20220529) unstable; urgency=low ++ncurses6 (6.3+20220604) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <dic...@invisible-island.net> Sun, 29 May 2022 14:40:52 -0400 ++ -- Thomas E. Dickey <dic...@invisible-island.net> Sat, 04 Jun 2022 06:24:10 -0400 + + ncurses6 (5.9-20131005) unstable; urgency=low + +Index: package/debian/changelog +--- ncurses-6.3-20220529+/package/debian/changelog 2022-05-29 18:40:52.000000000 +0000 ++++ ncurses-6.3-20220604/package/debian/changelog 2022-06-04 10:24:10.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.3+20220529) unstable; urgency=low ++ncurses6 (6.3+20220604) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <dic...@invisible-island.net> Sun, 29 May 2022 14:40:52 -0400 ++ -- Thomas E. Dickey <dic...@invisible-island.net> Sat, 04 Jun 2022 06:24:10 -0400 + + ncurses6 (5.9-20120608) unstable; urgency=low + +Index: package/mingw-ncurses.nsi +Prereq: 1.523 +--- ncurses-6.3-20220529+/package/mingw-ncurses.nsi 2022-05-29 18:40:52.000000000 +0000 ++++ ncurses-6.3-20220604/package/mingw-ncurses.nsi 2022-06-04 10:24:10.000000000 +0000 +@@ -1,4 +1,4 @@ +-; $Id: mingw-ncurses.nsi,v 1.523 2022/05/29 18:40:52 tom Exp $ ++; $Id: mingw-ncurses.nsi,v 1.524 2022/06/04 10:24:10 tom Exp $ + + ; TODO add examples + ; TODO bump ABI to 6 +@@ -10,7 +10,7 @@ + !define VERSION_MAJOR "6" + !define VERSION_MINOR "3" + !define VERSION_YYYY "2022" +-!define VERSION_MMDD "0529" ++!define VERSION_MMDD "0604" + !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} + + !define MY_ABI "5" +Index: package/mingw-ncurses.spec +--- ncurses-6.3-20220529+/package/mingw-ncurses.spec 2022-05-29 18:40:52.000000000 +0000 ++++ ncurses-6.3-20220604/package/mingw-ncurses.spec 2022-06-04 10:24:10.000000000 +0000 +@@ -3,7 +3,7 @@ + Summary: shared libraries for terminal handling + Name: mingw32-ncurses6 + Version: 6.3 +-Release: 20220529 ++Release: 20220604 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz +Index: package/ncurses.spec +--- ncurses-6.3-20220529+/package/ncurses.spec 2022-05-29 18:40:52.000000000 +0000 ++++ ncurses-6.3-20220604/package/ncurses.spec 2022-06-04 10:24:10.000000000 +0000 +@@ -1,7 +1,7 @@ + Summary: shared libraries for terminal handling + Name: ncurses6 + Version: 6.3 +-Release: 20220529 ++Release: 20220604 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz +Index: package/ncursest.spec +--- ncurses-6.3-20220529+/package/ncursest.spec 2022-05-29 18:40:52.000000000 +0000 ++++ ncurses-6.3-20220604/package/ncursest.spec 2022-06-04 10:24:10.000000000 +0000 +@@ -1,7 +1,7 @@ + Summary: Curses library with POSIX thread support. + Name: ncursest6 + Version: 6.3 +-Release: 20220529 ++Release: 20220604 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz +Index: test/README +Prereq: 1.75 +--- ncurses-6.3-20220529+/test/README 2022-04-16 18:25:47.000000000 +0000 ++++ ncurses-6.3-20220604/test/README 2022-06-04 23:25:37.000000000 +0000 +@@ -26,7 +26,7 @@ + -- sale, use or other dealings in this Software without prior written -- + -- authorization. -- + ------------------------------------------------------------------------------- +--- $Id: README,v 1.75 2022/04/16 18:25:47 tom Exp $ ++-- $Id: README,v 1.76 2022/06/04 23:25:37 tom Exp $ + ------------------------------------------------------------------------------- + + The programs in this directory are used to test and demonstrate ncurses. +@@ -86,12 +86,12 @@ + current_field test: demo_forms dup_field edit_field move_field ncurses + data_ahead test: demo_forms + data_behind test: demo_forms +-dup_field - ++dup_field test: dup_field + dynamic_field_info test: demo_forms + field_arg test: demo_forms + field_back test: demo_forms edit_field + field_buffer test: cardfile demo_forms ncurses +-field_count test: demo_forms move_field ++field_count test: demo_forms dup_field move_field + field_fore test: demo_forms + field_index test: demo_forms + field_info test: edit_field ncurses +@@ -107,7 +107,7 @@ + field_userptr test: dup_field edit_field move_field ncurses + form_driver test: cardfile demo_forms dup_field edit_field move_field ncurses + form_driver_w test: form_driver_w +-form_fields test: cardfile demo_forms move_field ++form_fields test: cardfile demo_forms dup_field move_field + form_init - + form_opts - + form_opts_off - +@@ -147,7 +147,7 @@ + set_field_userptr test: edit_field ncurses + set_fieldtype_arg - + set_fieldtype_choice - +-set_form_fields test: move_field ++set_form_fields test: dup_field move_field + set_form_init - + set_form_opts - + set_form_page - +@@ -163,7 +163,7 @@ + libmenu: + ------- + current_item test: demo_menus ncurses +-free_item test: ncurses ++free_item test: demo_menus ncurses + free_menu test: demo_menus ncurses + item_count test: demo_menus + item_description - +@@ -274,20 +274,20 @@ + bkgrndset test: back_ground ncurses + boolcodes test: demo_termcap test_arrays progs: dump_entry + boolfnames test: demo_terminfo test_arrays progs: dump_entry +-boolnames test: demo_termcap demo_terminfo test_arrays progs: dump_entry infocmp ++boolnames test: demo_terminfo test_arrays progs: dump_entry infocmp + border - + border_set - + box test: cardfile chgat clip_printw demo_forms demo_menus demo_panels ditto inch_wide inchs ins_wide insdelln inserts lrtest ncurses newdemo popup_msg redraw test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs + box_set test: ncurses + can_change_color test: color_content extended_color ncurses + can_change_color_sp test: extended_color +-cbreak test: back_ground background blue bs cardfile chgat clip_printw color_content color_set combine demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_new_pair demo_panels demo_tabs ditto dup_field extended_color filter firework foldkeys form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts knight lrtest move_field movewindow ncurses newdemo padview pair_content picsmap savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque test_unget_wch testcurs view worm xmas ++cbreak test: back_ground background blue bs cardfile chgat clip_printw color_content color_set combine demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_new_pair demo_panels demo_tabs ditto dup_field extended_color filter firework foldkeys form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts knight lrtest move_field movewindow ncurses newdemo padview pair_content picsmap savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_mouse test_opaque test_unget_wch testcurs view worm xmas + cbreak_sp test: sp_tinfo + chgat test: chgat + clear test: blue bs filter gdc ncurses padview testcurs xmas + clearok test: bs knight + clrtobot test: demo_menus move_field ncurses view +-clrtoeol test: blue bs demo_altkeys filter foldkeys form_driver_w hanoi hashtest movewindow ncurses padview view ++clrtoeol test: blue bs demo_altkeys filter foldkeys form_driver_w hanoi hashtest movewindow ncurses padview test_mouse view + color_content test: color_content ncurses picsmap + color_content_sp - + color_set test: color_set dots_xcurses extended_color ncurses +@@ -311,7 +311,7 @@ + delch - + deleteln test: insdelln + delscreen test: ditto dots_mvcur +-delwin test: cardfile chgat clip_printw demo_forms demo_panels dup_field inch_wide inchs ins_wide insdelln inserts move_field ncurses newdemo popup_msg redraw test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs view ++delwin test: cardfile chgat clip_printw demo_forms demo_panels dup_field inch_wide inchs ins_wide insdelln inserts move_field ncurses newdemo padview popup_msg redraw test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs view + derwin test: cardfile chgat clip_printw demo_forms demo_menus ditto inch_wide inchs ins_wide insdelln inserts movewindow ncurses test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque + doupdate test: cardfile demo_menus demo_panels ditto ins_wide inserts knight movewindow ncurses padview popup_msg redraw savescreen test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr + doupdate_sp lib: ncurses +@@ -320,15 +320,15 @@ + echo_sp lib: ncurses + echo_wchar test: ncurses + echochar test: echochar ncurses +-endwin test: back_ground background blue bs cardfile chgat clip_printw color_content color_set combine demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_new_pair demo_panels demo_tabs ditto dots_curses dots_mvcur dots_xcurses dup_field echochar extended_color filter firework firstlast foldkeys form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts key_names keynames knight lrtest move_field movewindow ncurses newdemo padview pair_content picsmap rain redraw savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque test_unget_wch testaddch testcurs testscanw view worm xmas ++endwin test: back_ground background blue bs cardfile chgat clip_printw color_content color_set combine demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_new_pair demo_panels demo_tabs ditto dots_curses dots_mvcur dots_xcurses dup_field echochar extended_color filter firework firstlast foldkeys form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts key_names keynames knight lrtest move_field movewindow ncurses newdemo padview pair_content picsmap rain redraw savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_mouse test_opaque test_unget_wch testaddch testcurs testscanw view worm xmas + endwin_sp lib: ncurses + erase test: cardfile demo_menus filter firework firstlast hanoi lrtest ncurses picsmap tclock test_opaque testcurs + erasechar test: ncurses + erasechar_sp test: sp_tinfo + erasewchar test: ncurses + erasewchar_sp lib: ncurses +-exit_curses test: back_ground background blue bs cardfile chgat clip_printw color_content color_set combine demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_new_pair demo_panels ditto dots_curses dots_xcurses dup_field echochar extended_color filter firework firstlast foldkeys form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts key_names keynames knight lrtest move_field movewindow ncurses newdemo padview pair_content picsmap rain redraw savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque test_setupterm test_unget_wch testaddch testcurs testscanw view worm xmas +-exit_terminfo test: demo_tabs demo_termcap demo_terminfo dots dots_mvcur dots_termcap list_keys railroad sp_tinfo test_arrays test_sgr test_termattrs test_tparm test_vid_puts test_vidputs ++exit_curses test: back_ground background blue bs cardfile chgat clip_printw color_content color_set combine demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_new_pair demo_panels demo_tabs ditto dots_curses dots_xcurses dup_field echochar extended_color filter firework firstlast foldkeys form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts key_names keynames knight lrtest move_field movewindow ncurses newdemo padview pair_content picsmap rain redraw savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_mouse test_opaque test_setupterm test_termattrs test_unget_wch testaddch testcurs testscanw view worm xmas ++exit_terminfo test: demo_termcap demo_terminfo dots dots_mvcur dots_termcap list_keys railroad sp_tinfo test_arrays test_sgr test_tparm test_vid_puts test_vidputs + extended_color_content test: color_content extended_color + extended_color_content_sp test: extended_color + extended_pair_content test: extended_color pair_content +@@ -355,12 +355,12 @@ + getbkgd test: ncurses + getbkgrnd test: ncurses + getcchar test: demo_new_pair ncurses savescreen view +-getch test: back_ground background blue bs chgat color_content color_set combine demo_altkeys demo_new_pair demo_tabs extended_color filter firework firstlast foldkeys hanoi hashtest insdelln lrtest padview pair_content picsmap savescreen tclock test_opaque test_unget_wch testaddch testcurs view xmas ++getch test: back_ground background blue bs chgat color_content color_set combine demo_altkeys demo_new_pair demo_tabs extended_color filter firework firstlast foldkeys hanoi hashtest insdelln lrtest padview pair_content picsmap savescreen tclock test_mouse test_opaque test_unget_wch testaddch testcurs view xmas + getcurx test: bs chgat clip_printw combine demo_altkeys demo_defkey demo_panels dump_window extended_color filter firstlast foldkeys insdelln move_field movewindow ncurses redraw savescreen test_get_wstr test_getstr test_opaque testcurs view +-getcury test: bs chgat clip_printw demo_altkeys demo_defkey demo_panels dump_window extended_color filter firstlast foldkeys insdelln move_field movewindow ncurses popup_msg redraw savescreen test_opaque testcurs view ++getcury test: bs chgat clip_printw demo_altkeys demo_defkey demo_panels dump_window extended_color filter firstlast foldkeys insdelln move_field movewindow ncurses popup_msg redraw savescreen test_mouse test_opaque testcurs view + getmaxx test: chgat clip_printw demo_panels dump_window firstlast inch_wide inchs insdelln movewindow ncurses newdemo popup_msg redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs +-getmaxy test: chgat clip_printw demo_forms demo_panels dump_window firstlast inch_wide inchs insdelln movewindow ncurses newdemo popup_msg redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs +-getmouse test: bs demo_menus knight movewindow ncurses testcurs ++getmaxy test: chgat clip_printw demo_forms demo_panels dump_window firstlast inch_wide inchs insdelln movewindow ncurses newdemo popup_msg redraw test_get_wstr test_getstr test_instr test_inwstr test_mouse test_opaque testcurs ++getmouse test: bs demo_menus knight movewindow ncurses test_mouse testcurs + getmouse_sp - + getn_wstr test: test_get_wstr + getnstr test: filter ncurses test_getstr +@@ -396,11 +396,11 @@ + init_color_sp - + init_extended_color test: color_content extended_color + init_extended_color_sp test: extended_color +-init_extended_pair test: extended_color ncurses pair_content picsmap savescreen ++init_extended_pair test: extended_color ncurses pair_content picsmap + init_extended_pair_sp test: extended_color + init_pair test: back_ground background blue bs cardfile chgat clip_printw color_set demo_forms demo_menus demo_new_pair demo_panels dots_curses dots_xcurses dup_field echochar filter firework gdc hanoi ins_wide insdelln inserts knight move_field ncurses newdemo padview pair_content picsmap rain savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr testaddch testcurs view worm xmas + init_pair_sp lib: ncurses +-initscr test: back_ground background blue bs cardfile chgat clip_printw color_content color_set combine demo_defkey demo_forms demo_keyok demo_menus demo_panels demo_tabs dots_curses dots_xcurses dup_field echochar filter firework firstlast form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts knight lrtest move_field movewindow ncurses newdemo padview pair_content picsmap rain savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque test_unget_wch testaddch testcurs testscanw view worm xmas ++initscr test: back_ground background blue bs cardfile chgat clip_printw color_content color_set combine demo_defkey demo_forms demo_keyok demo_menus demo_panels demo_tabs dots_curses dots_xcurses dup_field echochar filter firework firstlast form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts knight lrtest move_field movewindow ncurses newdemo padview pair_content picsmap rain savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_mouse test_opaque test_unget_wch testaddch testcurs testscanw view worm xmas + innstr test: test_instr + innwstr test: test_inwstr + ins_nwstr test: ins_wide +@@ -442,7 +442,7 @@ + keyname_sp test: sp_tinfo + keyok test: demo_keyok foldkeys + keyok_sp test: sp_tinfo +-keypad test: bs cardfile chgat clip_printw combine demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_new_pair demo_panels ditto dup_field filter firework foldkeys form_driver_w hashtest inch_wide inchs ins_wide insdelln inserts key_names keynames knight lrtest move_field movewindow ncurses padview popup_msg redraw savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque test_unget_wch testcurs testscanw view ++keypad test: bs cardfile chgat clip_printw combine demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_new_pair demo_panels ditto dup_field filter firework foldkeys form_driver_w hashtest inch_wide inchs ins_wide insdelln inserts key_names keynames knight lrtest move_field movewindow ncurses padview popup_msg redraw savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_mouse test_opaque test_unget_wch testcurs testscanw view + killchar test: ncurses + killchar_sp test: sp_tinfo + killwchar test: ncurses +@@ -454,9 +454,9 @@ + mcprint_sp - + meta test: key_names keynames ncurses + mouse_trafo lib: form +-mouseinterval - ++mouseinterval test: test_mouse + mouseinterval_sp - +-mousemask test: bs demo_forms demo_menus knight movewindow ncurses testcurs ++mousemask test: bs demo_forms demo_menus knight movewindow ncurses test_mouse testcurs + mousemask_sp - + move test: blue bs cardfile chgat combine demo_altkeys demo_menus demo_new_pair demo_tabs dots_curses dots_xcurses echochar filter foldkeys gdc hanoi hashtest inch_wide inchs ins_wide inserts knight lrtest move_field movewindow ncurses picsmap savescreen test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque testscanw view xmas + mvadd_wch test: ncurses test_add_wchstr test_addwstr +@@ -558,11 +558,11 @@ + nocbreak test: testcurs + nocbreak_sp test: sp_tinfo + nodelay test: demo_new_pair ditto extended_color firework gdc lrtest ncurses newdemo padview rain tclock test_opaque view worm xmas +-noecho test: back_ground background bs cardfile chgat clip_printw color_content color_set combine demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_new_pair demo_panels demo_tabs ditto dup_field extended_color firework firstlast foldkeys form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts knight lrtest move_field movewindow ncurses padview pair_content picsmap rain redraw savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque test_unget_wch testcurs view worm xmas ++noecho test: back_ground background bs cardfile chgat clip_printw color_content color_set combine demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_new_pair demo_panels demo_tabs ditto dup_field extended_color firework firstlast foldkeys form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts knight lrtest move_field movewindow ncurses padview pair_content picsmap rain redraw savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_mouse test_opaque test_unget_wch testcurs view worm xmas + noecho_sp lib: ncurses + nofilter - + nofilter_sp - +-nonl test: bs demo_forms dup_field hashtest move_field movewindow ncurses padview view worm xmas ++nonl test: bs demo_forms dup_field hashtest move_field movewindow ncurses padview test_mouse view worm xmas + nonl_sp lib: ncurses + noqiflush - + noqiflush_sp test: sp_tinfo +@@ -571,7 +571,7 @@ + notimeout test: ncurses test_opaque + numcodes test: demo_termcap test_arrays progs: dump_entry + numfnames test: demo_terminfo test_arrays progs: dump_entry +-numnames test: demo_termcap demo_terminfo test_arrays progs: dump_entry infocmp ++numnames test: demo_terminfo test_arrays progs: dump_entry infocmp + ospeed test: demo_termcap progs: tset + overlay test: ncurses testcurs xmas + overwrite test: ncurses savescreen +@@ -582,7 +582,7 @@ + pnoutrefresh test: ncurses padview popup_msg + prefresh test: testcurs + printw test: back_ground background blue bs color_content color_set combine demo_altkeys demo_defkey demo_keyok demo_tabs extended_color filter foldkeys ncurses pair_content savescreen test_unget_wch testcurs testscanw view +-putp test: filter test_sgr progs: tput ++putp test: filter test_mouse test_sgr progs: tput + putp_sp test: sp_tinfo + putwin test: ncurses + qiflush - +@@ -590,7 +590,7 @@ + raw test: demo_forms dup_field move_field ncurses redraw testcurs + raw_sp test: sp_tinfo + redrawwin test: combine padview redraw view +-refresh test: blue bs color_content demo_defkey demo_forms demo_keyok demo_menus demo_panels demo_tabs dots_curses dots_mvcur dots_xcurses dup_field echochar filter firstlast form_driver_w gdc hanoi hashtest lrtest move_field movewindow ncurses pair_content picsmap savescreen tclock testcurs view xmas ++refresh test: blue bs color_content demo_defkey demo_forms demo_keyok demo_menus demo_panels demo_tabs dots_curses dots_mvcur dots_xcurses dup_field echochar filter firstlast form_driver_w gdc hanoi hashtest lrtest move_field movewindow ncurses pair_content picsmap savescreen tclock test_mouse testcurs view xmas + reset_color_pairs test: picsmap + reset_color_pairs_sp - + reset_prog_mode test: filter ncurses +@@ -629,7 +629,7 @@ + set_term lib: ncurses + setcchar test: back_ground combine demo_new_pair demo_panels ins_wide ncurses picsmap savescreen test_add_wchstr test_addwstr + setscrreg test: view +-setupterm test: demo_terminfo dots list_keys sp_tinfo test_setupterm test_sgr test_termattrs test_tparm test_vid_puts test_vidputs progs: clear tabs tput tset ++setupterm test: demo_terminfo dots list_keys sp_tinfo test_mouse test_setupterm test_sgr test_termattrs test_tparm test_vid_puts test_vidputs progs: clear tabs tput tset + slk_attr - + slk_attr_off - + slk_attr_on - +@@ -665,10 +665,10 @@ + standout test: blue ncurses + start_color test: back_ground background blue bs cardfile chgat clip_printw color_content color_set demo_forms demo_menus demo_new_pair demo_panels dots_curses dots_xcurses dup_field echochar extended_color filter firework gdc hanoi ins_wide insdelln inserts knight move_field ncurses newdemo padview pair_content picsmap rain savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr testaddch testcurs view worm xmas + start_color_sp - +-stdscr test: back_ground background bs chgat clip_printw color_content combine demo_altkeys demo_forms demo_menus demo_new_pair demo_panels ditto dup_field edit_field extended_color filter firework foldkeys form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts key_names keynames knight lrtest move_field movewindow ncurses padview pair_content picsmap rain redraw savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque test_unget_wch testcurs testscanw view worm xmas ++stdscr test: back_ground background bs chgat clip_printw color_content combine demo_altkeys demo_forms demo_menus demo_new_pair demo_panels ditto dup_field edit_field extended_color filter firework foldkeys form_driver_w gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts key_names keynames knight lrtest move_field movewindow ncurses padview pair_content picsmap rain redraw savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_mouse test_opaque test_unget_wch testcurs testscanw view worm xmas + strcodes test: demo_termcap test_arrays progs: dump_entry + strfnames test: demo_terminfo list_keys test_arrays progs: dump_entry +-strnames test: demo_termcap demo_terminfo foldkeys list_keys test_arrays test_tparm progs: dump_entry infocmp tic ++strnames test: demo_terminfo foldkeys list_keys test_arrays test_tparm progs: dump_entry infocmp tic + subpad test: testcurs + subwin test: movewindow ncurses newdemo testcurs + syncok test: test_opaque +@@ -691,20 +691,20 @@ + tigetflag_sp test: sp_tinfo + tigetnum test: demo_tabs demo_terminfo dots dots_mvcur ncurses savescreen progs: tput + tigetnum_sp test: sp_tinfo +-tigetstr test: blue demo_defkey demo_new_pair demo_terminfo foldkeys list_keys savescreen test_sgr test_tparm testcurs progs: clear_cmd tic tput ++tigetstr test: blue demo_defkey demo_new_pair demo_terminfo foldkeys list_keys savescreen test_mouse test_sgr test_tparm testcurs progs: clear_cmd tic tput + tigetstr_sp test: sp_tinfo + timeout test: filter rain savescreen + tiparm - + touchline test: chgat clip_printw insdelln + touchwin test: chgat clip_printw demo_menus filter firstlast inch_wide inchs ins_wide insdelln inserts movewindow ncurses popup_msg redraw test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque xmas +-tparm test: dots dots_mvcur test_sgr test_tparm progs: tic tput ++tparm test: dots dots_mvcur test_mouse test_sgr test_tparm progs: tic tput + tputs test: dots dots_mvcur dots_termcap railroad test_tparm test_vid_puts test_vidputs progs: clear_cmd reset_cmd tabs + tputs_sp test: sp_tinfo + trace - + ttytype test: demo_terminfo test_sgr + typeahead test: testcurs + typeahead_sp test: sp_tinfo +-unctrl test: ncurses redraw test_add_wchstr test_addchstr testcurs ++unctrl test: ncurses redraw test_add_wchstr test_addchstr test_mouse testcurs + unctrl_sp test: sp_tinfo + unget_wch test: test_unget_wch + unget_wch_sp - +@@ -734,7 +734,7 @@ + vidputs_sp - + vline test: gdc ncurses + vline_set - +-vw_printw test: clip_printw movewindow ++vw_printw test: clip_printw movewindow test_mouse + vw_scanw - + vwprintw - + vwscanw - +@@ -804,9 +804,9 @@ + winstr test: test_instr + winwstr test: test_inwstr + wmouse_trafo test: ncurses +-wmove test: chgat clip_printw demo_altkeys demo_defkey demo_keyok demo_menus demo_panels dump_window extended_color firstlast foldkeys inch_wide inchs ins_wide insdelln inserts knight movewindow ncurses newdemo padview picsmap redraw savescreen test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs view worm ++wmove test: chgat clip_printw demo_altkeys demo_defkey demo_keyok demo_menus demo_panels dump_window extended_color firstlast foldkeys inch_wide inchs ins_wide insdelln inserts knight movewindow ncurses newdemo padview picsmap redraw savescreen test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_mouse test_opaque testcurs view worm + wnoutrefresh test: demo_menus ditto inch_wide inchs ins_wide inserts knight movewindow ncurses padview popup_msg redraw test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque +-wprintw test: chgat clip_printw demo_defkey demo_forms demo_keyok demo_menus demo_panels inch_wide inchs ins_wide insdelln inserts knight ncurses test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs ++wprintw test: chgat clip_printw demo_defkey demo_forms demo_keyok demo_menus demo_panels inch_wide inchs ins_wide insdelln inserts knight ncurses test_add_wchstr test_addchstr test_addstr test_addwstr test_get_wstr test_getstr test_instr test_inwstr test_mouse test_opaque testcurs + wredrawln test: redraw + wrefresh test: chgat clip_printw demo_forms demo_keyok demo_menus demo_panels dup_field firstlast ins_wide insdelln inserts knight lrtest move_field movewindow ncurses newdemo popup_msg redraw savescreen tclock test_add_wchstr test_addchstr test_addstr test_addwstr testcurs worm xmas + wresize test: cardfile demo_menus ncurses ++++++ ncurses-6.3.dif ++++++ --- /var/tmp/diff_new_pack.iK7vnq/_old 2022-06-09 14:10:06.752392880 +0200 +++ /var/tmp/diff_new_pack.iK7vnq/_new 2022-06-09 14:10:06.760392890 +0200 @@ -484,7 +484,7 @@ sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5 %t;2%;%?%p6%t;1%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, use=linux2.2, -@@ -5302,7 +5311,7 @@ xterm+88color2|xterm 88-color feature, +@@ -5304,7 +5313,7 @@ xterm+88color2|xterm 88-color feature, # These variants of XFree86 3.9.16 xterm are built as a configure option. xterm-256color|xterm with 256 colors, @@ -493,7 +493,7 @@ xterm-88color|xterm with 88 colors, use=xterm+osc104, use=xterm+88color, use=xterm-256color, -@@ -5580,8 +5589,26 @@ xterm-noapp|xterm with cursor keys in no +@@ -5582,8 +5591,26 @@ xterm-noapp|xterm with cursor keys in no xterm-24|vs100|xterms|xterm terminal emulator 24-line (X Window System), lines#24, use=xterm-old, @@ -520,7 +520,7 @@ use=xterm-new, # This entry assumes that xterm's handling of VT100 SI/SO is disabled by -@@ -5982,7 +6009,7 @@ xterms-sun|small (80x24) xterm with sunF +@@ -5984,7 +6011,7 @@ xterms-sun|small (80x24) xterm with sunF #### GNOME (VTE) # this describes the alpha-version of GNOME terminal shipped with Redhat 6.0 @@ -529,7 +529,7 @@ bce, kdch1=^?, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, use=xterm-color, -@@ -6269,10 +6296,14 @@ mgt|Multi GNOME Terminal, +@@ -6271,10 +6298,14 @@ mgt|Multi GNOME Terminal, #### KDE # This is kvt 0-18.7, shipped with Redhat 6.0 (though whether it supports bce # or not is debatable). @@ -545,7 +545,7 @@ # Konsole 1.0.1 (2001/11/25) # (formerly known as kvt) # -@@ -6524,7 +6555,7 @@ mlterm3|multi lingual terminal emulator +@@ -6526,7 +6557,7 @@ mlterm3|multi lingual terminal emulator mlterm2|multi lingual terminal emulator 2.x, am, eslok, km, mc5i, mir, msgr, npc, xenl, XT, colors#8, cols#80, it#8, lines#24, pairs#64, @@ -554,7 +554,7 @@ bel=^G, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, cr=\r, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\n, cuf=\E[%p1%dC, cuf1=\E[C, -@@ -6601,7 +6632,7 @@ rxvt-basic|rxvt terminal base (X Window +@@ -6603,7 +6634,7 @@ rxvt-basic|rxvt terminal base (X Window enacs=\E(B\E)0, flash=\E[?5h$<100/>\E[?5l, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\n, is1=\E[?47l\E=\E[?1l, @@ -563,7 +563,7 @@ kcbt=\E[Z, kmous=\E[M, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E>, rmso=\E[27m, rmul=\E[24m, -@@ -6696,8 +6727,8 @@ rxvt-basic|rxvt terminal base (X Window +@@ -6698,8 +6729,8 @@ rxvt-basic|rxvt terminal base (X Window # Removed kDN6, etc (control+shift) since rxvt does not implement this -TD rxvt+pcfkeys|rxvt fragment for PC-style fkeys, kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d, @@ -574,7 +574,7 @@ kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, -@@ -6785,6 +6816,38 @@ rxvt-cygwin-native|rxvt terminal emulato +@@ -6787,6 +6818,38 @@ rxvt-cygwin-native|rxvt terminal emulato \302x\263y\363z\362{\343|\330~\376, use=rxvt-cygwin, @@ -613,7 +613,7 @@ # This variant is supposed to work with rxvt 2.7.7 when compiled with # NO_BRIGHTCOLOR defined. rxvt needs more work... rxvt-16color|rxvt with 16 colors like aixterm, -@@ -6849,7 +6912,7 @@ Eterm|Eterm-color|Eterm with xterm-style +@@ -6851,7 +6914,7 @@ Eterm|Eterm-color|Eterm with xterm-style home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\n, is1=\E[?47l\E>\E[?1l, is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kNXT@, @@ -622,7 +622,7 @@ kc1=\E[8~, kc3=\E[6~, kent=\EOM, khlp=\E[28~, kmous=\E[M, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=, -@@ -7963,7 +8026,7 @@ pty|4bsd pseudo teletype, +@@ -7965,7 +8028,7 @@ pty|4bsd pseudo teletype, # https://github.com/emacs-mirror/emacs/blob/master/lisp/term.el # # The codes supported by the term.el terminal emulation in GNU Emacs 19.30 @@ -631,7 +631,7 @@ am, mir, xenl, cols#80, lines#24, bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=\r, -@@ -7976,6 +8039,13 @@ eterm|GNU Emacs term.el terminal emulati +@@ -7978,6 +8041,13 @@ eterm|GNU Emacs term.el terminal emulati rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smcup=\E7\E[?47h, smir=\E[4h, smso=\E[7m, smul=\E[4m, @@ -645,7 +645,7 @@ # The codes supported by the term.el terminal emulation in GNU Emacs 22.2 eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, -@@ -8103,7 +8173,7 @@ screen|VT 100/ANSI X3.64 virtual termina +@@ -8105,7 +8175,7 @@ screen|VT 100/ANSI X3.64 virtual termina dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, flash=\Eg, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, @@ -654,7 +654,7 @@ kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, -@@ -8220,9 +8290,16 @@ screen.xterm-xfree86|screen.xterm-new|sc +@@ -8222,9 +8292,16 @@ screen.xterm-xfree86|screen.xterm-new|sc sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%| %t;7%;%?%p4%t;5%;%?%p5%t;2%;m, E3@, use=screen+italics, use=screen+fkeys, @@ -672,7 +672,7 @@ # xterm-r6 does not really support khome/kend unless it is propped up by # the translations resource. screen.xterm-r6|screen customized for X11R6 xterm, -@@ -8310,7 +8387,7 @@ screen2|VT 100/ANSI X3.64 virtual termin +@@ -8312,7 +8389,7 @@ screen2|VT 100/ANSI X3.64 virtual termin cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=, il=\E[%p1%dL, @@ -681,7 +681,7 @@ kcuu1=\EA, kf0=\E~, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\E0I, khome=\EH, nel=\r\n, rc=\E8, ri=\EM, rmir=\E[4l, rmso=\E[23m, -@@ -10267,7 +10344,7 @@ hp700-wy|HP 700/41 emulating Wyse30, +@@ -10269,7 +10346,7 @@ hp700-wy|HP 700/41 emulating Wyse30, ri=\Ej, rmir=\Er, rmso=\EG0$<10/>, rmul=\EG0$<10/>, sgr0=\EG0$<10/>, smir=\Eq, smso=\EG4$<10/>, smul=\EG8$<10/>, tbc=\E0, vpa=\E[%p1%{32}%+%c, @@ -690,7 +690,7 @@ am, da, db, xhp, cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, acsc=0cjgktlrmfn/q\,t5u6v8w7x., bel=^G, blink=\E&dA, -@@ -17913,7 +17990,7 @@ ibm3101|i3101|IBM 3101-10, +@@ -17915,7 +17992,7 @@ ibm3101|i3101|IBM 3101-10, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EI, home=\EH, hts=\E0, ind=\n, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, nel=\r\n, tbc=\EH, @@ -699,7 +699,7 @@ is2=\E S, rmacs=\E>B, rmcup=\E>B, rs2=\E S, s0ds=\E>B, sgr=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%; %?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t -@@ -18171,7 +18248,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De +@@ -18173,7 +18250,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De tbc=\E[3g, use=ecma+index, # "Megapel" refers to the display adapter, which was used with the IBM RT # aka IBM 6150.