Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2020-05-11 13:25:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Mon May 11 13:25:39 2020 rev:173 rq:799983 version:6.2.MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2020-04-25 
20:08:43.643597604 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new.2738/ncurses.changes        
2020-05-11 13:25:42.963150744 +0200
@@ -1,0 +2,16 @@
+Mon May  4 06:35:31 UTC 2020 - Dr. Werner Fink <[email protected]>
+
+- Add ncurses patch 20200502
+  + add details on the change to Linux SGR 21 in 2018 -TD
+  + add xterm-direct16 and xterm-direct256 -TD
+  + modify lib_mouse.c to check for out-of-range button numbers, convert
+    those to position reports.
+
+-------------------------------------------------------------------
+Mon Apr 27 08:55:40 UTC 2020 - Dr. Werner Fink <[email protected]>
+
+- Add ncurses patch 20200425
+  + use vt100+fnkeys in putty -TD
+  + fix a typo in tput.1; "columns" should be "cols".
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ncurses-5.9-ibm327x.dif ++++++
--- /var/tmp/diff_new_pack.Hv8lW2/_old  2020-05-11 13:25:44.027152974 +0200
+++ /var/tmp/diff_new_pack.Hv8lW2/_new  2020-05-11 13:25:44.027152974 +0200
@@ -4,7 +4,7 @@
 
 --- misc/terminfo.src
 +++ misc/terminfo.src  2018-10-29 10:23:47.271511864 +0000
-@@ -17058,8 +17058,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
+@@ -17104,8 +17104,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
  #
  
  ibm327x|line mode IBM 3270 style,

++++++ ncurses-6.2-patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.2-20200425.patch 
new/patches/ncurses-6.2-20200425.patch
--- old/patches/ncurses-6.2-20200425.patch      1970-01-01 01:00:00.000000000 
+0100
+++ new/patches/ncurses-6.2-20200425.patch      2020-04-27 10:54:39.082156132 
+0200
@@ -0,0 +1,531 @@
+# ncurses 6.2 - patch 20200425 - Thomas E. Dickey
+#
+# 
------------------------------------------------------------------------------
+#
+# Ncurses 6.2 is at
+#      ftp.gnu.org:/pub/gnu
+#
+# Patches for ncurses 6.2 can be found at
+#      ftp://ftp.invisible-island.net/ncurses/6.2
+#      http://invisible-mirror.net/archives/ncurses/6.2 
+#
+# 
------------------------------------------------------------------------------
+# ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20200425.patch.gz
+# patch by Thomas E. Dickey <[email protected]>
+# created  Sun Apr 26 01:15:23 UTC 2020
+# 
------------------------------------------------------------------------------
+# NEWS                                  |    6 ++++
+# 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_variables.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              |    8 +++---
+# doc/html/man/tset.1.html              |    2 -
+# man/tput.1                            |    4 +--
+# misc/terminfo.src                     |   39 +++++++++++++++++++-------------
+# 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 -
+# 29 files changed, 65 insertions(+), 52 deletions(-)
+# 
------------------------------------------------------------------------------
+Index: NEWS
+Prereq:  1.3477 
+--- ncurses-6.2-20200418+/NEWS 2020-04-18 23:57:32.000000000 +0000
++++ ncurses-6.2-20200425/NEWS  2020-04-26 00:40:38.000000000 +0000
+@@ -26,7 +26,7 @@
+ -- sale, use or other dealings in this Software without prior written        
--
+ -- authorization.                                                            
--
+ 
-------------------------------------------------------------------------------
+--- $Id: NEWS,v 1.3477 2020/04/18 23:57:32 tom Exp $
++-- $Id: NEWS,v 1.3479 2020/04/26 00:40:38 tom Exp $
+ 
-------------------------------------------------------------------------------
+ 
+ This is a log of changes that ncurses has gone through since Zeyd started
+@@ -46,6 +46,10 @@
+ Changes through 1.9.9e did not credit all contributions;
+ it is not possible to add this information.
+ 
++20200425
++      + use vt100+fnkeys in putty -TD
++      + fix a typo in tput.1; "columns" should be "cols".
++
+ 20200418
+       + improve tracemunch logic for "RUN" compaction.
+       + fix a special case in wresize() where copying the old text did not
+Index: VERSION
+--- ncurses-6.2-20200418+/VERSION      2020-04-18 09:00:18.000000000 +0000
++++ ncurses-6.2-20200425/VERSION       2020-04-25 09:36:39.000000000 +0000
+@@ -1 +1 @@
+-5:0:10        6.2     20200418
++5:0:10        6.2     20200425
+Index: dist.mk
+Prereq:  1.1346 
+--- ncurses-6.2-20200418+/dist.mk      2020-04-18 09:00:18.000000000 +0000
++++ ncurses-6.2-20200425/dist.mk       2020-04-25 09:36:39.000000000 +0000
+@@ -26,7 +26,7 @@
+ # use or other dealings in this Software without prior written               #
+ # authorization.                                                             #
+ ##############################################################################
+-# $Id: dist.mk,v 1.1346 2020/04/18 09:00:18 tom Exp $
++# $Id: dist.mk,v 1.1347 2020/04/25 09:36:39 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 = 2
+-NCURSES_PATCH = 20200418
++NCURSES_PATCH = 20200425
+ 
+ # 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.2-20200418+/doc/html/man/adacurses6-config.1.html        
2020-04-18 09:36:12.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/adacurses6-config.1.html 2020-04-26 
00:47:10.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.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ 
+Index: doc/html/man/captoinfo.1m.html
+--- ncurses-6.2-20200418+/doc/html/man/captoinfo.1m.html       2020-04-18 
09:36:12.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/captoinfo.1m.html        2020-04-26 
00:47:10.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.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>
+Index: doc/html/man/clear.1.html
+--- ncurses-6.2-20200418+/doc/html/man/clear.1.html    2020-04-18 
09:36:12.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/clear.1.html     2020-04-26 
00:47:10.000000000 +0000
+@@ -149,7 +149,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>
+ 
+-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ 
+Index: doc/html/man/curs_variables.3x.html
+--- ncurses-6.2-20200418+/doc/html/man/curs_variables.3x.html  2020-02-03 
01:26:26.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/curs_variables.3x.html   2020-04-26 
00:47:12.000000000 +0000
+@@ -27,7 +27,7 @@
+   * sale, use or other dealings in this Software without prior written       *
+   * authorization.                                                           *
+   ****************************************************************************
+-  * @Id: curs_variables.3x,v 1.14 2020/02/02 23:34:34 tom Exp @
++  * @Id: curs_variables.3x,v 1.15 2020/04/18 14:29:07 tom Exp @
+ -->
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+ <HTML>
+Index: doc/html/man/form.3x.html
+--- ncurses-6.2-20200418+/doc/html/man/form.3x.html    2020-04-18 
09:36:16.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/form.3x.html     2020-04-26 
00:47:13.000000000 +0000
+@@ -247,7 +247,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.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ 
+Index: doc/html/man/infocmp.1m.html
+--- ncurses-6.2-20200418+/doc/html/man/infocmp.1m.html 2020-04-18 
09:36:17.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/infocmp.1m.html  2020-04-26 
00:47:13.000000000 +0000
+@@ -513,7 +513,7 @@
+ 
+        https://invisible-island.net/ncurses/tctest.html
+ 
+-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>
+Index: doc/html/man/infotocap.1m.html
+--- ncurses-6.2-20200418+/doc/html/man/infotocap.1m.html       2020-04-18 
09:36:17.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/infotocap.1m.html        2020-04-26 
00:47:14.000000000 +0000
+@@ -91,7 +91,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="tic.1m.html">tic(1m)</A></STRONG>, <STRONG><A 
HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A 
HREF="terminfo.5.html">terminfo(5)</A></STRONG>
+ 
+-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>
+Index: doc/html/man/menu.3x.html
+--- ncurses-6.2-20200418+/doc/html/man/menu.3x.html    2020-04-18 
09:36:17.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/menu.3x.html     2020-04-26 
00:47:14.000000000 +0000
+@@ -222,7 +222,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.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ 
+Index: doc/html/man/ncurses.3x.html
+--- ncurses-6.2-20200418+/doc/html/man/ncurses.3x.html 2020-04-18 
14:32:34.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/ncurses.3x.html  2020-04-26 
00:47:15.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.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+        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.2-20200418+/doc/html/man/ncurses6-config.1.html  2020-04-18 
09:36:18.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/ncurses6-config.1.html   2020-04-26 
00:47:15.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.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ 
+Index: doc/html/man/panel.3x.html
+--- ncurses-6.2-20200418+/doc/html/man/panel.3x.html   2020-04-18 
09:36:18.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/panel.3x.html    2020-04-26 
00:47:15.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.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>
+Index: doc/html/man/tabs.1.html
+--- ncurses-6.2-20200418+/doc/html/man/tabs.1.html     2020-04-18 
09:36:19.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/tabs.1.html      2020-04-26 
00:47:15.000000000 +0000
+@@ -206,7 +206,7 @@
+ </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
+        <STRONG><A HREF="tset.1.html">tset(1)</A></STRONG>, <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.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ 
+Index: doc/html/man/terminfo.5.html
+--- ncurses-6.2-20200418+/doc/html/man/terminfo.5.html 2020-04-18 
09:36:19.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/terminfo.5.html  2020-04-26 
00:47:15.000000000 +0000
+@@ -105,7 +105,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.2 (patch 
20200418).
++       This manual describes <STRONG>ncurses</STRONG> version 6.2 (patch 
20200425).
+ 
+ 
+ </PRE><H3><a name="h3-Terminfo-Entry-Syntax">Terminfo Entry 
Syntax</a></H3><PRE>
+Index: doc/html/man/tic.1m.html
+--- ncurses-6.2-20200418+/doc/html/man/tic.1m.html     2020-04-18 
09:36:19.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/tic.1m.html      2020-04-26 
00:47:15.000000000 +0000
+@@ -461,7 +461,7 @@
+        <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>,   
<STRONG><A HREF="captoinfo.1m.html">captoinfo(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.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>
+Index: doc/html/man/toe.1m.html
+--- ncurses-6.2-20200418+/doc/html/man/toe.1m.html     2020-04-18 
09:36:19.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/toe.1m.html      2020-04-26 
00:47:15.000000000 +0000
+@@ -171,7 +171,7 @@
+        <STRONG><A HREF="tic.1m.html">tic(1m)</A></STRONG>, <STRONG><A 
HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A 
HREF="captoinfo.1m.html">captoinfo(1m)</A></STRONG>,  <STRONG><A 
HREF="infotocap.1m.html">infotocap(1m)</A></STRONG>,  <STRONG><A 
HREF="ncurses.3x.html">curses(3x)</A></STRONG>,  <STRONG>ter-</STRONG>
+        <STRONG><A HREF="terminfo.5.html">minfo(5)</A></STRONG>.
+ 
+-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ 
+Index: doc/html/man/tput.1.html
+--- ncurses-6.2-20200418+/doc/html/man/tput.1.html     2020-04-18 
09:36:19.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/tput.1.html      2020-04-26 
00:47:15.000000000 +0000
+@@ -28,7 +28,7 @@
+   * sale, use or other dealings in this Software without prior written       *
+   * authorization.                                                           *
+   ****************************************************************************
+-  * @Id: tput.1,v 1.63 2020/02/02 23:34:34 tom Exp @
++  * @Id: tput.1,v 1.64 2020/04/25 21:52:49 tom Exp @
+ -->
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+ <HTML>
+@@ -248,8 +248,8 @@
+ 
+ </PRE><H3><a name="h3-Terminal-Size">Terminal Size</a></H3><PRE>
+        Besides  the  special  commands (e.g., <STRONG>clear</STRONG>), tput 
treats certain ter-
+-       minfo  capabilities  specially:  <STRONG>lines</STRONG>   and   
<STRONG>columns</STRONG>.    tput   calls
+-       <STRONG><A HREF="curs_terminfo.3x.html">setupterm(3x)</A></STRONG> to 
obtain the terminal size:
++       minfo capabilities specially: <STRONG>lines</STRONG> and 
<STRONG>cols</STRONG>.  tput calls <STRONG><A 
HREF="curs_terminfo.3x.html">setupterm(3x)</A></STRONG>
++       to obtain the terminal size:
+ 
+        <STRONG>o</STRONG>   first, it gets the size from the terminal 
database (which generally
+            is not provided for terminal emulators which do not  have  a  fixed
+@@ -523,7 +523,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="terminfo.5.html">terminfo(5)</A></STRONG>, <STRONG><A 
HREF="curs_termcap.3x.html">curs_termcap(3x)</A></STRONG>.
+ 
+-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ 
+Index: doc/html/man/tset.1.html
+--- ncurses-6.2-20200418+/doc/html/man/tset.1.html     2020-04-18 
09:36:19.000000000 +0000
++++ ncurses-6.2-20200425/doc/html/man/tset.1.html      2020-04-26 
00:47:15.000000000 +0000
+@@ -390,7 +390,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.2 (patch 20200418).
++       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
+ 
+ 
+ 
+Index: man/tput.1
+Prereq:  1.63 
+--- ncurses-6.2-20200418+/man/tput.1   2020-02-02 23:34:34.000000000 +0000
++++ ncurses-6.2-20200425/man/tput.1    2020-04-25 21:52:49.000000000 +0000
+@@ -28,7 +28,7 @@
+ .\" authorization.                                                           *
+ .\"***************************************************************************
+ .\"
+-.\" $Id: tput.1,v 1.63 2020/02/02 23:34:34 tom Exp $
++.\" $Id: tput.1,v 1.64 2020/04/25 21:52:49 tom Exp $
+ .TH @TPUT@ 1 ""
+ .ds d @TERMINFO@
+ .ds n 1
+@@ -276,7 +276,7 @@
+ .PP
+ Besides the special commands (e.g., \fBclear\fP),
+ @TPUT@ treats certain terminfo capabilities specially:
+-\fBlines\fP and \fBcolumns\fP.
++\fBlines\fP and \fBcols\fP.
+ @TPUT@ calls \fBsetupterm\fP(3X) to obtain the terminal size:
+ .bP
+ first, it gets the size from the terminal database
+Index: misc/terminfo.src
+--- ncurses-6.2-20200418+/misc/terminfo.src    2020-04-18 16:46:32.000000000 
+0000
++++ ncurses-6.2-20200425/misc/terminfo.src     2020-04-26 00:38:36.000000000 
+0000
+@@ -6,8 +6,8 @@
+ # Report bugs and new terminal descriptions to
+ #     [email protected]
+ #
+-#     $Revision: 1.788 $
+-#     $Date: 2020/04/18 16:46:32 $
++#     $Revision: 1.790 $
++#     $Date: 2020/04/26 00:38:36 $
+ #
+ # 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
+@@ -3864,16 +3864,22 @@
+ #     Control responses, wrapping and tabs are buggy, failing a couple of
+ #     screens in vttest.
+ #
+-#     xterm mouse support is not implemented (unrelease version may).
++#     xterm mouse support is not implemented (unreleased version may).
+ #
+ # Several features such as backspace/delete are optional; this entry documents
+-# the default behavior -TD
++# the default behavior.  None of the combinations of keyboard settings match
++# those used for xterm -TD
+ #
+ # PuTTY recognizes xterm's 1049 mode for switching to/from alternate screen,
+ # but implements it incorrectly as mentioned here:
+ #     
http://stackoverflow.com/questions/24613237/terminal-retains-bg-color-after-closing-vim-using-color-scheme-and-putty-256co/37869114#37869114
+-# PuTTY recognized xterm's 1006 mode since late 2015; subsequent release was
++#
++# PuTTY recognized xterm's 1006 mouse mode in late 2015; subsequent release 
was
+ # in 2017 (0.70) -TD
++#
++# PuTTY 0.71 (March 2019) provided a workable "rep" capability.  It also
++# changed longstanding keypad assignments, so that these no longer apply:
++#     kLFT=\E[D, kRIT=\E[C, kb2=\E[G,
+ putty|PuTTY terminal emulator,
+       am, bce, bw, ccc, mir, msgr, xenl, xon, XT,
+       colors#8, it#8, ncv#22, pairs#64, U8#1,
+@@ -3897,13 +3903,13 @@
+       initc=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/
+             %02x%p4%{255}%*%{1000}%/%02x,
+       is2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>\E]R,
+-      kLFT=\E[D, kRIT=\E[C, kb2=\E[G, kbs=^?, kcbt=\E[Z,
+-      kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
+-      kdch1=\E[3~, kend=\E[4~, khome=\E[1~, kich1=\E[2~,
+-      kind=\E[B, knp=\E[6~, kpp=\E[5~, kri=\E[A, kspd=^Z, nel=\r\n,
+-      oc=\E]R, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
+-      rmam=\E[?7l, rmcup=\E[2J\E[?47l, rmir=\E[4l,
+-      rmkx=\E[?1l\E>, rmpch=\E[10m, rmso=\E[27m, rmul=\E[24m,
++      kbs=^?, kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC,
++      kcuu1=\EOA, kdch1=\E[3~, kend=\E[4~, khome=\E[1~,
++      kich1=\E[2~, kind=\E[B, knp=\E[6~, kpp=\E[5~, kri=\E[A,
++      kspd=^Z, nel=\r\n, oc=\E]R, op=\E[39;49m, rc=\E8, rev=\E[7m,
++      ri=\EM, rmacs=^O, rmam=\E[?7l, rmcup=\E[2J\E[?47l,
++      rmir=\E[4l, rmkx=\E[?1l\E>, rmpch=\E[10m, rmso=\E[27m,
++      rmul=\E[24m,
+       rs2=\E<\E["p\E[50;6"p\Ec\E[?3l\E]R\E[?1000l,
+       s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, sc=\E7,
+       setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
+@@ -3913,7 +3919,7 @@
+       smir=\E[4h, smkx=\E[?1h\E=, smpch=\E[11m, smso=\E[7m,
+       smul=\E[4m, tbc=\E[3g, vpa=\E[%i%p1%dd, E3=\E[3J,
+       use=ecma+index, use=xterm+sm+1006, use=putty+fnkeys,
+-      use=vt102+enq, use=xterm+sl,
++      use=vt102+enq, use=xterm+sl, use=vt100+fnkeys,
+ vt100-putty|Reset PuTTY to pure vt100,
+       rs2=\E<\E["p\Ec\E[?3l\E]R\E[40"p\E[61"p\E[50;1;2"p,
+       use=vt100,
+@@ -3996,8 +4002,8 @@
+ # https://github.com/mintty/mintty
+ #
+ # Originally a fork (and reduction) of PuTTY, this has grown from 15ksloc in
+-# 2013 to 38ksloc in 2019.  That is still smaller than PuTTY (160ksloc), but
+-# larger than rxvt (31ksloc).
++# 2013 to 41ksloc in 2020.  That is still smaller than PuTTY (160ksloc), but
++# larger than rxvt (31ksloc) and slightly smaller than rxvt-unicode (42ksloc).
+ #
+ # Version 3.0 responds to DA as a VT400, however it does not implement the
+ # application keypad.  The assignment of cursor-keys versus modifiers differs
+@@ -26479,4 +26485,7 @@
+ # 2020-04-18
+ #     + use vt52+keypad in xterm-vt52, from xterm #354 -TD
+ #
++# 2020-04-25
++#     + use vt100+fnkeys in putty -TD
++#
+ ######## SHANTIH!  SHANTIH!  SHANTIH!
+Index: package/debian-mingw/changelog
+--- ncurses-6.2-20200418+/package/debian-mingw/changelog       2020-04-18 
09:00:18.000000000 +0000
++++ ncurses-6.2-20200425/package/debian-mingw/changelog        2020-04-25 
09:36:39.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.2+20200418) unstable; urgency=low
++ncurses6 (6.2+20200425) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <[email protected]>  Sat, 18 Apr 2020 05:00:18 
-0400
++ -- Thomas E. Dickey <[email protected]>  Sat, 25 Apr 2020 05:36:39 
-0400
+ 
+ ncurses6 (5.9-20131005) unstable; urgency=low
+ 
+Index: package/debian-mingw64/changelog
+--- ncurses-6.2-20200418+/package/debian-mingw64/changelog     2020-04-18 
09:00:18.000000000 +0000
++++ ncurses-6.2-20200425/package/debian-mingw64/changelog      2020-04-25 
09:36:39.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.2+20200418) unstable; urgency=low
++ncurses6 (6.2+20200425) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <[email protected]>  Sat, 18 Apr 2020 05:00:18 
-0400
++ -- Thomas E. Dickey <[email protected]>  Sat, 25 Apr 2020 05:36:39 
-0400
+ 
+ ncurses6 (5.9-20131005) unstable; urgency=low
+ 
+Index: package/debian/changelog
+--- ncurses-6.2-20200418+/package/debian/changelog     2020-04-18 
09:00:18.000000000 +0000
++++ ncurses-6.2-20200425/package/debian/changelog      2020-04-25 
09:36:39.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.2+20200418) unstable; urgency=low
++ncurses6 (6.2+20200425) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <[email protected]>  Sat, 18 Apr 2020 05:00:18 
-0400
++ -- Thomas E. Dickey <[email protected]>  Sat, 25 Apr 2020 05:36:39 
-0400
+ 
+ ncurses6 (5.9-20120608) unstable; urgency=low
+ 
+Index: package/mingw-ncurses.nsi
+Prereq:  1.390 
+--- ncurses-6.2-20200418+/package/mingw-ncurses.nsi    2020-04-18 
09:00:18.000000000 +0000
++++ ncurses-6.2-20200425/package/mingw-ncurses.nsi     2020-04-25 
09:36:39.000000000 +0000
+@@ -1,4 +1,4 @@
+-; $Id: mingw-ncurses.nsi,v 1.390 2020/04/18 09:00:18 tom Exp $
++; $Id: mingw-ncurses.nsi,v 1.391 2020/04/25 09:36:39 tom Exp $
+ 
+ ; TODO add examples
+ ; TODO bump ABI to 6
+@@ -10,7 +10,7 @@
+ !define VERSION_MAJOR "6"
+ !define VERSION_MINOR "2"
+ !define VERSION_YYYY  "2020"
+-!define VERSION_MMDD  "0418"
++!define VERSION_MMDD  "0425"
+ !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
+ 
+ !define MY_ABI   "5"
+Index: package/mingw-ncurses.spec
+--- ncurses-6.2-20200418+/package/mingw-ncurses.spec   2020-04-18 
09:00:18.000000000 +0000
++++ ncurses-6.2-20200425/package/mingw-ncurses.spec    2020-04-25 
09:36:39.000000000 +0000
+@@ -3,7 +3,7 @@
+ Summary: shared libraries for terminal handling
+ Name: mingw32-ncurses6
+ Version: 6.2
+-Release: 20200418
++Release: 20200425
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz
+Index: package/ncurses.spec
+--- ncurses-6.2-20200418+/package/ncurses.spec 2020-04-18 09:00:18.000000000 
+0000
++++ ncurses-6.2-20200425/package/ncurses.spec  2020-04-25 09:36:39.000000000 
+0000
+@@ -1,7 +1,7 @@
+ Summary: shared libraries for terminal handling
+ Name: ncurses6
+ Version: 6.2
+-Release: 20200418
++Release: 20200425
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz
+Index: package/ncursest.spec
+--- ncurses-6.2-20200418+/package/ncursest.spec        2020-04-18 
09:00:18.000000000 +0000
++++ ncurses-6.2-20200425/package/ncursest.spec 2020-04-25 09:36:39.000000000 
+0000
+@@ -1,7 +1,7 @@
+ Summary: Curses library with POSIX thread support.
+ Name: ncursest6
+ Version: 6.2
+-Release: 20200418
++Release: 20200425
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.2-20200502.patch 
new/patches/ncurses-6.2-20200502.patch
--- old/patches/ncurses-6.2-20200502.patch      1970-01-01 01:00:00.000000000 
+0100
+++ new/patches/ncurses-6.2-20200502.patch      2020-05-04 08:31:24.502206694 
+0200
@@ -0,0 +1,419 @@
+# ncurses 6.2 - patch 20200502 - Thomas E. Dickey
+#
+# 
------------------------------------------------------------------------------
+#
+# Ncurses 6.2 is at
+#      ftp.gnu.org:/pub/gnu
+#
+# Patches for ncurses 6.2 can be found at
+#      ftp://ftp.invisible-island.net/ncurses/6.2
+#      http://invisible-mirror.net/archives/ncurses/6.2 
+#
+# 
------------------------------------------------------------------------------
+# ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20200502.patch.gz
+# patch by Thomas E. Dickey <[email protected]>
+# created  Sun May  3 02:00:56 UTC 2020
+# 
------------------------------------------------------------------------------
+# NEWS                             |    8 ++++-
+# VERSION                          |    2 -
+# dist.mk                          |    4 +-
+# include/Caps-ncurses             |    3 +
+# misc/terminfo.src                |   58 +++++++++++++++++++++++++++++++++----
+# ncurses/base/lib_mouse.c         |   43 ++++++++++++++++++++++++---
+# 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 -
+# 13 files changed, 114 insertions(+), 26 deletions(-)
+# 
------------------------------------------------------------------------------
+Index: NEWS
+Prereq:  1.3479 
+--- ncurses-6.2-20200425+/NEWS 2020-04-26 00:40:38.000000000 +0000
++++ ncurses-6.2-20200502/NEWS  2020-05-02 23:42:21.000000000 +0000
+@@ -26,7 +26,7 @@
+ -- sale, use or other dealings in this Software without prior written        
--
+ -- authorization.                                                            
--
+ 
-------------------------------------------------------------------------------
+--- $Id: NEWS,v 1.3479 2020/04/26 00:40:38 tom Exp $
++-- $Id: NEWS,v 1.3482 2020/05/02 23:42:21 tom Exp $
+ 
-------------------------------------------------------------------------------
+ 
+ This is a log of changes that ncurses has gone through since Zeyd started
+@@ -46,6 +46,12 @@
+ Changes through 1.9.9e did not credit all contributions;
+ it is not possible to add this information.
+ 
++20200502
++      + add details on the change to Linux SGR 21 in 2018 -TD
++      + add xterm-direct16 and xterm-direct256 -TD
++      + modify lib_mouse.c to check for out-of-range button numbers, convert
++        those to position reports.
++
+ 20200425
+       + use vt100+fnkeys in putty -TD
+       + fix a typo in tput.1; "columns" should be "cols".
+Index: VERSION
+--- ncurses-6.2-20200425+/VERSION      2020-04-25 09:36:39.000000000 +0000
++++ ncurses-6.2-20200502/VERSION       2020-05-02 09:32:34.000000000 +0000
+@@ -1 +1 @@
+-5:0:10        6.2     20200425
++5:0:10        6.2     20200502
+Index: dist.mk
+Prereq:  1.1347 
+--- ncurses-6.2-20200425+/dist.mk      2020-04-25 09:36:39.000000000 +0000
++++ ncurses-6.2-20200502/dist.mk       2020-05-02 09:32:34.000000000 +0000
+@@ -26,7 +26,7 @@
+ # use or other dealings in this Software without prior written               #
+ # authorization.                                                             #
+ ##############################################################################
+-# $Id: dist.mk,v 1.1347 2020/04/25 09:36:39 tom Exp $
++# $Id: dist.mk,v 1.1348 2020/05/02 09:32:34 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 = 2
+-NCURSES_PATCH = 20200425
++NCURSES_PATCH = 20200502
+ 
+ # We don't append the patch to the version, since this only applies to 
releases
+ VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
+Index: include/Caps-ncurses
+Prereq:  1.8 
+--- ncurses-6.2-20200425+/include/Caps-ncurses 2020-02-02 23:34:34.000000000 
+0000
++++ ncurses-6.2-20200502/include/Caps-ncurses  2020-05-02 23:35:12.000000000 
+0000
+@@ -28,7 +28,7 @@
+ #
+ # Author: Thomas E. Dickey
+ #
+-# $Id: Caps-ncurses,v 1.8 2020/02/02 23:34:34 tom Exp $
++# $Id: Caps-ncurses,v 1.9 2020/05/02 23:35:12 tom Exp $
+ #
+ #############################################################################
+ #
+@@ -342,6 +342,7 @@
+ # are not listed here.
+ #
+ used_by ncurses
++userdef       CO      num     n       number of indexed colors overlaying RGB 
space
+ userdef       E3      str     -       clears the terminal's scrollback buffer.
+ userdef       RGB     bool    -       use direct colors with 1/3 of 
color-pair bits per color.
+ userdef       RGB     num     n       use direct colors with given number of 
bits per color.
+Index: misc/terminfo.src
+--- ncurses-6.2-20200425+/misc/terminfo.src    2020-04-26 00:38:36.000000000 
+0000
++++ ncurses-6.2-20200502/misc/terminfo.src     2020-05-02 23:39:49.000000000 
+0000
+@@ -6,8 +6,8 @@
+ # Report bugs and new terminal descriptions to
+ #     [email protected]
+ #
+-#     $Revision: 1.790 $
+-#     $Date: 2020/04/26 00:38:36 $
++#     $Revision: 1.795 $
++#     $Date: 2020/05/02 23:39:49 $
+ #
+ # 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
+@@ -1131,7 +1131,17 @@
+ # (but nonstandard) SGR 21, which was supported in the Linux console since 
1992
+ # as an equivalent for SGR 22.  Long after (early 2018), someone modified the
+ # console driver to make it ignore SGR 21 because the ECMA-48 standard
+-# suggested a different use for that particular code.
++# suggested a different use for that particular code:
++#
++# 
https://github.com/torvalds/linux/commit/65d9982d7e523a1a8e7c9af012da0d166f72fc56#diff-7da3c215d12c9f6b88e1a37d38b116f0
++#
++# Two years later, someone (unfamiliar with ECMA-48 this time) documented it:
++#
++# 
https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/man4/console_codes.4?id=a133a6bc03d751a424fe0a4adea2198757599615
++#
++# For background, refer to the report on bug-ncurses:
++#
++# https://lists.gnu.org/archive/html/bug-ncurses/2019-10/msg00059.html
+ linux-16color|linux console with 16 colors,
+       colors#16, ncv#42, pairs#0x100,
+       setab=\E[4%p1%{8}%m%d%?%p1%{7}%>%t;5%e;25%;m,
+@@ -4873,7 +4883,7 @@
+ # for numeric capabilities provided in ncurses 6.1:
+ xterm+direct2|xterm with direct-color indexing,
+       RGB,
+-      colors#0x1000000, pairs#0x10000,
++      colors#0x1000000, pairs#0x10000, CO#8,
+       initc@, op=\E[39;49m,
+       setab=\E[%?%p1%{8}%<%t4%p1%d%e48\:2\:%p1%{65536}%/%d\:%p1
+             %{256}%/%{255}%&%d\:%p1%{255}%&%d%;m,
+@@ -4888,7 +4898,7 @@
+ # identifier" parameter.  This version provides for that parameter:
+ xterm+direct|xterm with direct-color indexing,
+       RGB,
+-      colors#0x1000000, pairs#0x10000,
++      colors#0x1000000, pairs#0x10000, CO#8,
+       initc@, op=\E[39;49m,
+       setab=\E[%?%p1%{8}%<%t4%p1%d%e48\:2\:\:%p1%{65536}%/%d\:%p1
+             %{256}%/%{255}%&%d\:%p1%{255}%&%d%;m,
+@@ -4927,7 +4937,7 @@
+ nsterm-direct|nsterm with direct-color indexing,
+       use=xterm+indirect, use=nsterm,
+ 
+-# As for others:
++# As for others (commenting at the time of release for ncurses 6.1):
+ # + Apple's Terminal.app does not recognize either form of the direct-color
+ #   sequences.
+ # + Cygwin's mintty recognizes xterm's original implementation, does okay with
+@@ -4939,6 +4949,36 @@
+ # + terminology 0.91 recognizes xterm's original implementation, but does
+ #   nothing useful with it.
+ 
++# Other variants are possible, e.g., by using more of xterm's indexed color
++# palette, though the intrusion of indexed colors on the direct-color space
++# would be more noticeable.
++
++xterm+direct16|xterm with direct-color indexing,
++      CO#16,
++      setab=\E[%?%p1%{8}%<%t4%p1%d%e%?%p1%{16}%<%t%p1%{92}%+%e48\:
++            2\:\:%p1%{65536}%/%d\:%p1%{256}%/%{255}%&%d\:%p1%{255}
++            %&%d%;%;m,
++      setaf=\E[%?%p1%{8}%<%t3%p1%d%e%?%p1%{16}%<%t%p1%'R'%+%e38\:2
++            \:\:%p1%{65536}%/%d\:%p1%{256}%/%{255}%&%d\:%p1%{255}
++            %&%d%;%;m,
++      setb@, setf@, use=xterm+direct,
++
++xterm-direct16|xterm with direct-colors and 16 indexed colors,
++      use=xterm, use=xterm+direct16,
++
++xterm+direct256|xterm with direct-color indexing,
++      CO#0x100,
++      setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e%?
++            %p1%{256}%<%t48;5;%p1%d%e48\:2\:\:%p1%{65536}%/%d\:%p1
++            %{256}%/%{255}%&%d\:%p1%{255}%&%d%;%;m,
++      setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e%?
++            %p1%{256}%<%t38;5;%p1%d%e38\:2\:\:%p1%{65536}%/%d\:%p1
++            %{256}%/%{255}%&%d\:%p1%{255}%&%d%;%;m,
++      setb@, setf@, use=xterm+direct,
++
++xterm-direct256|xterm with direct-colors and 256 indexed colors,
++      use=xterm, use=xterm+direct256,
++
+ #### XTERM Features
+ 
+ # This chunk is based on suggestions by Ailin Nemui and Nicholas Marriott, who
+@@ -24545,6 +24585,8 @@
+ #    This was implemented for the Hurd.
+ # rmxx/smxx describes the ECMA-48 strikeout/crossed-out attributes, as an
+ #    experimental feature of tmux.
++# CO gives the number of indexed ("ANSI") colors which overlay an RGB color
++#    space.
+ # E3 clears the terminal's scrollback buffer.  This was implemented in the
+ #    Linux 3.0 kernel as a security feature.  It matches a feature which was
+ #    added in xterm patch #107.
+@@ -26488,4 +26530,8 @@
+ # 2020-04-25
+ #     + use vt100+fnkeys in putty -TD
+ #
++# 2020-05-02
++#     + add details on the change to Linux SGR 21 in 2018 -TD
++#     + add xterm-direct16 and xterm-direct256 -TD
++#
+ ######## SHANTIH!  SHANTIH!  SHANTIH!
+Index: ncurses/base/lib_mouse.c
+Prereq:  1.184 
+--- ncurses-6.2-20200425+/ncurses/base/lib_mouse.c     2020-02-02 
23:34:34.000000000 +0000
++++ ncurses-6.2-20200502/ncurses/base/lib_mouse.c      2020-05-02 
21:13:04.000000000 +0000
+@@ -85,7 +85,7 @@
+ #define CUR SP_TERMTYPE
+ #endif
+ 
+-MODULE_ID("$Id: lib_mouse.c,v 1.184 2020/02/02 23:34:34 tom Exp $")
++MODULE_ID("$Id: lib_mouse.c,v 1.186 2020/05/02 21:13:04 tom Exp $")
+ 
+ #include <tic.h>
+ 
+@@ -142,19 +142,29 @@
+ #define       MASK_RESERVED_EVENT(x)  (mmask_t) NCURSES_MOUSE_MASK(x, 040)
+ 
+ #if NCURSES_MOUSE_VERSION == 1
++
+ #define BUTTON_CLICKED        (BUTTON1_CLICKED        | BUTTON2_CLICKED       
 | BUTTON3_CLICKED        | BUTTON4_CLICKED)
+ #define BUTTON_PRESSED        (BUTTON1_PRESSED        | BUTTON2_PRESSED       
 | BUTTON3_PRESSED        | BUTTON4_PRESSED)
+ #define BUTTON_RELEASED       (BUTTON1_RELEASED       | BUTTON2_RELEASED      
 | BUTTON3_RELEASED       | BUTTON4_RELEASED)
+ #define BUTTON_DOUBLE_CLICKED (BUTTON1_DOUBLE_CLICKED | 
BUTTON2_DOUBLE_CLICKED | BUTTON3_DOUBLE_CLICKED | BUTTON4_DOUBLE_CLICKED)
+ #define BUTTON_TRIPLE_CLICKED (BUTTON1_TRIPLE_CLICKED | 
BUTTON2_TRIPLE_CLICKED | BUTTON3_TRIPLE_CLICKED | BUTTON4_TRIPLE_CLICKED)
++
+ #define MAX_BUTTONS  4
++
+ #else
++
+ #define BUTTON_CLICKED        (BUTTON1_CLICKED        | BUTTON2_CLICKED       
 | BUTTON3_CLICKED        | BUTTON4_CLICKED        | BUTTON5_CLICKED)
+ #define BUTTON_PRESSED        (BUTTON1_PRESSED        | BUTTON2_PRESSED       
 | BUTTON3_PRESSED        | BUTTON4_PRESSED        | BUTTON5_PRESSED)
+ #define BUTTON_RELEASED       (BUTTON1_RELEASED       | BUTTON2_RELEASED      
 | BUTTON3_RELEASED       | BUTTON4_RELEASED       | BUTTON5_RELEASED)
+ #define BUTTON_DOUBLE_CLICKED (BUTTON1_DOUBLE_CLICKED | 
BUTTON2_DOUBLE_CLICKED | BUTTON3_DOUBLE_CLICKED | BUTTON4_DOUBLE_CLICKED | 
BUTTON5_DOUBLE_CLICKED)
+ #define BUTTON_TRIPLE_CLICKED (BUTTON1_TRIPLE_CLICKED | 
BUTTON2_TRIPLE_CLICKED | BUTTON3_TRIPLE_CLICKED | BUTTON4_TRIPLE_CLICKED | 
BUTTON5_TRIPLE_CLICKED)
++
++#if NCURSES_MOUSE_VERSION == 2
+ #define MAX_BUTTONS  5
++#else
++#define MAX_BUTTONS  11
++#endif
++
+ #endif
+ 
+ #define INVALID_EVENT -1
+@@ -928,7 +938,7 @@
+       break;
+     case 1:
+       if (wheel) {
+-#if NCURSES_MOUSE_VERSION == 2
++#if NCURSES_MOUSE_VERSION >= 2
+           eventp->bstate = MASK_PRESS(5);
+           /* See comment above for button 4 */
+ #else
+@@ -953,10 +963,24 @@
+ decode_X10_bstate(SCREEN *sp, MEVENT * eventp, unsigned intro)
+ {
+     bool result;
++    int button;
++    int wheel = (intro & 96) == 96;
+ 
+     eventp->bstate = 0;
+ 
+-    if (!handle_wheel(sp, eventp, (int) intro, (intro & 96) == 96)) {
++    if (intro >= 96) {
++      if (intro >= 160) {
++          button = (intro - 152);     /* buttons 8-11 */
++      } else if (intro >= 96) {
++          button = (intro - 92);      /* buttons 4-7 */
++      }
++    } else {
++      button = (intro & 3);
++    }
++
++    if (button > MAX_BUTTONS) {
++      eventp->bstate = REPORT_MOUSE_POSITION;
++    } else if (!handle_wheel(sp, eventp, (int) intro, wheel)) {
+ 
+       /*
+        * Release events aren't reported for individual buttons, just for
+@@ -1261,10 +1285,21 @@
+     if (read_SGR(sp, &data)) {
+       int b = data.params[0];
+       int b3 = 1 + (b & 3);
++      int wheel = ((b & 64) == 64);
++
++      if (b >= 132) {
++          b3 = MAX_BUTTONS + 1;
++      } else if (b >= 128) {
++          b3 = (b - 120);     /* buttons 8-11 */
++      } else if (b >= 64) {
++          b3 = (b - 60);      /* buttons 6-7 */
++      }
+ 
+       eventp->id = NORMAL_EVENT;
+       if (data.final == 'M') {
+-          (void) handle_wheel(sp, eventp, b, (b & 64) == 64);
++          (void) handle_wheel(sp, eventp, b, wheel);
++      } else if (b3 > MAX_BUTTONS) {
++          eventp->bstate = REPORT_MOUSE_POSITION;
+       } else {
+           mmask_t pressed = (mmask_t) NCURSES_MOUSE_MASK(b3, 
NCURSES_BUTTON_PRESSED);
+           mmask_t release = (mmask_t) NCURSES_MOUSE_MASK(b3, 
NCURSES_BUTTON_RELEASED);
+Index: package/debian-mingw/changelog
+--- ncurses-6.2-20200425+/package/debian-mingw/changelog       2020-04-25 
09:36:39.000000000 +0000
++++ ncurses-6.2-20200502/package/debian-mingw/changelog        2020-05-02 
09:32:34.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.2+20200425) unstable; urgency=low
++ncurses6 (6.2+20200502) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <[email protected]>  Sat, 25 Apr 2020 05:36:39 
-0400
++ -- Thomas E. Dickey <[email protected]>  Sat, 02 May 2020 05:32:34 
-0400
+ 
+ ncurses6 (5.9-20131005) unstable; urgency=low
+ 
+Index: package/debian-mingw64/changelog
+--- ncurses-6.2-20200425+/package/debian-mingw64/changelog     2020-04-25 
09:36:39.000000000 +0000
++++ ncurses-6.2-20200502/package/debian-mingw64/changelog      2020-05-02 
09:32:34.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.2+20200425) unstable; urgency=low
++ncurses6 (6.2+20200502) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <[email protected]>  Sat, 25 Apr 2020 05:36:39 
-0400
++ -- Thomas E. Dickey <[email protected]>  Sat, 02 May 2020 05:32:34 
-0400
+ 
+ ncurses6 (5.9-20131005) unstable; urgency=low
+ 
+Index: package/debian/changelog
+--- ncurses-6.2-20200425+/package/debian/changelog     2020-04-25 
09:36:39.000000000 +0000
++++ ncurses-6.2-20200502/package/debian/changelog      2020-05-02 
09:32:34.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.2+20200425) unstable; urgency=low
++ncurses6 (6.2+20200502) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <[email protected]>  Sat, 25 Apr 2020 05:36:39 
-0400
++ -- Thomas E. Dickey <[email protected]>  Sat, 02 May 2020 05:32:34 
-0400
+ 
+ ncurses6 (5.9-20120608) unstable; urgency=low
+ 
+Index: package/mingw-ncurses.nsi
+Prereq:  1.391 
+--- ncurses-6.2-20200425+/package/mingw-ncurses.nsi    2020-04-25 
09:36:39.000000000 +0000
++++ ncurses-6.2-20200502/package/mingw-ncurses.nsi     2020-05-02 
09:32:34.000000000 +0000
+@@ -1,4 +1,4 @@
+-; $Id: mingw-ncurses.nsi,v 1.391 2020/04/25 09:36:39 tom Exp $
++; $Id: mingw-ncurses.nsi,v 1.392 2020/05/02 09:32:34 tom Exp $
+ 
+ ; TODO add examples
+ ; TODO bump ABI to 6
+@@ -10,7 +10,7 @@
+ !define VERSION_MAJOR "6"
+ !define VERSION_MINOR "2"
+ !define VERSION_YYYY  "2020"
+-!define VERSION_MMDD  "0425"
++!define VERSION_MMDD  "0502"
+ !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
+ 
+ !define MY_ABI   "5"
+Index: package/mingw-ncurses.spec
+--- ncurses-6.2-20200425+/package/mingw-ncurses.spec   2020-04-25 
09:36:39.000000000 +0000
++++ ncurses-6.2-20200502/package/mingw-ncurses.spec    2020-05-02 
09:32:34.000000000 +0000
+@@ -3,7 +3,7 @@
+ Summary: shared libraries for terminal handling
+ Name: mingw32-ncurses6
+ Version: 6.2
+-Release: 20200425
++Release: 20200502
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz
+Index: package/ncurses.spec
+--- ncurses-6.2-20200425+/package/ncurses.spec 2020-04-25 09:36:39.000000000 
+0000
++++ ncurses-6.2-20200502/package/ncurses.spec  2020-05-02 09:32:34.000000000 
+0000
+@@ -1,7 +1,7 @@
+ Summary: shared libraries for terminal handling
+ Name: ncurses6
+ Version: 6.2
+-Release: 20200425
++Release: 20200502
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz
+Index: package/ncursest.spec
+--- ncurses-6.2-20200425+/package/ncursest.spec        2020-04-25 
09:36:39.000000000 +0000
++++ ncurses-6.2-20200502/package/ncursest.spec 2020-05-02 09:32:34.000000000 
+0000
+@@ -1,7 +1,7 @@
+ Summary: Curses library with POSIX thread support.
+ Name: ncursest6
+ Version: 6.2
+-Release: 20200425
++Release: 20200502
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz

++++++ ncurses-6.2.dif ++++++
--- /var/tmp/diff_new_pack.Hv8lW2/_old  2020-05-11 13:25:44.339153628 +0200
+++ /var/tmp/diff_new_pack.Hv8lW2/_new  2020-05-11 13:25:44.339153628 +0200
@@ -436,7 +436,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,
-@@ -2497,6 +2506,7 @@ vt132|DEC vt132,
+@@ -2507,6 +2516,7 @@ vt132|DEC vt132,
  # at the top of the keyboard.  The "DO" key is used as F10 to avoid conflict
  # with the key marked (ESC) on the vt220.  See vt220d for an alternate 
mapping.
  # PF1--PF4 are used as F1--F4.
@@ -444,7 +444,7 @@
  #
  # added msgr -TD
  vt220-old|vt200-old|DEC VT220 in vt100 emulation mode,
-@@ -2507,7 +2517,7 @@ vt220-old|vt200-old|DEC VT220 in vt100 e
+@@ -2517,7 +2527,7 @@ vt220-old|vt200-old|DEC VT220 in vt100 e
        bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, civis=\E[?25l,
        clear=\E[H\E[2J$<50>, cnorm=\E[?25h, cr=\r,
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C,
@@ -453,7 +453,7 @@
        dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I,
        if=/usr/share/tabset/vt100, il1=\E[L, ind=\ED$<20/>,
        is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\E[D, kcud1=\E[B,
-@@ -2668,6 +2678,7 @@ vt320nam|v320n|DEC VT320 in vt100 emul.
+@@ -2678,6 +2688,7 @@ vt320nam|v320n|DEC VT320 in vt100 emul.
  # to SMASH the 1k-barrier...
  # From: Adam Thompson <[email protected]> Sept 10 1995
  # (vt320: uncommented <fsl> --esr)
@@ -461,7 +461,7 @@
  vt320|vt300|dec vt320 7 bit terminal,
        am, hs, mir, msgr, xenl,
        cols#80, lines#24, wsl#80,
-@@ -2677,7 +2688,7 @@ vt320|vt300|dec vt320 7 bit terminal,
+@@ -2687,7 +2698,7 @@ vt320|vt300|dec vt320 7 bit terminal,
        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,
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
@@ -470,7 +470,7 @@
        ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, home=\E[H, ht=^I,
        hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED,
        is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,
-@@ -4097,6 +4108,7 @@ mintty+common|shared capabilities for mi
+@@ -4113,6 +4124,7 @@ mintty+common|shared capabilities for mi
  # retrieving the window title, and for setting the window size (i.e., using
  # "resize -s"), though it does not pass SIGWINCH to the application if the
  # user resizes the window with the mouse.
@@ -478,7 +478,7 @@
  teraterm2.3|Tera Term Pro,
        km,
        ncv#43, vt@,
-@@ -4105,7 +4117,7 @@ teraterm2.3|Tera Term Pro,
+@@ -4121,7 +4133,7 @@ teraterm2.3|Tera Term Pro,
             \264v\301w\302x\263y\363z\362{\343|\330}\234~\376,
        blink=\E[5m, bold=\E[1m, civis=\E[?25l, clear=\E[H\E[J,
        cnorm=\E[?25h, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH,
@@ -487,7 +487,7 @@
        dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K,
        flash=\E[?5h$<200/>\E[?5l, hpa=\E[%i%p1%dG,
        il=\E[%p1%dL, il1=\E[L, kdch1=\E[3~, kf1=\E[11~,
-@@ -4422,6 +4434,7 @@ xterm-mono|monochrome xterm,
+@@ -4438,6 +4450,7 @@ xterm-mono|monochrome xterm,
        use=xterm-r6,
  # This is the base xterm entry for the xterm supplied with XFree86 3.2 & up.
  # The name has been changed and some aliases have been removed.
@@ -495,7 +495,7 @@
  xterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System),
        OTbs, am, bce, km, mir, msgr, xenl, XT,
        cols#80, it#8, lines#24, ncv@,
-@@ -4431,7 +4444,7 @@ xterm-xf86-v32|xterm terminal emulator (
+@@ -4447,7 +4460,7 @@ xterm-xf86-v32|xterm terminal emulator (
        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,
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
@@ -504,7 +504,7 @@
        ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0,
        flash=\E[?5h$<100/>\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
        ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL,
-@@ -5068,8 +5081,26 @@ xterm-noapp|xterm with cursor keys in no
+@@ -5114,8 +5127,26 @@ xterm-noapp|xterm with cursor keys in no
  xterm-24|vs100|xterms|xterm terminal emulator (X Window System),
        lines#24, use=xterm-old,
  
@@ -531,7 +531,7 @@
        use=xterm-new,
  
  # This entry assumes that xterm's handling of VT100 SI/SO is disabled by
-@@ -5414,7 +5445,7 @@ xterms-sun|small (80x24) xterm with sunF
+@@ -5460,7 +5491,7 @@ xterms-sun|small (80x24) xterm with sunF
  
  #### GNOME (VTE)
  # this describes the alpha-version of Gnome terminal shipped with Redhat 6.0
@@ -540,7 +540,7 @@
        bce,
        kdch1=^?, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
        use=xterm-color,
-@@ -5665,10 +5696,14 @@ mgt|Multi GNOME Terminal,
+@@ -5711,10 +5742,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).
@@ -556,7 +556,7 @@
  # Konsole 1.0.1 (2001/11/25)
  # (formerly known as kvt)
  #
-@@ -5880,14 +5915,14 @@ mlterm3|multi lingual terminal emulator,
+@@ -5926,14 +5961,14 @@ mlterm3|multi lingual terminal emulator,
  mlterm2|multi lingual terminal emulator,
        am, eslok, km, mc5i, mir, msgr, npc, xenl, XT,
        colors#8, cols#80, it#8, lines#24, pairs#64,
@@ -574,7 +574,7 @@
        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,
        is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^?,
-@@ -5944,6 +5979,7 @@ mlterm-256color|mlterm 3.0 with xterm 25
+@@ -5990,6 +6025,7 @@ mlterm-256color|mlterm 3.0 with xterm 25
  # rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
  # Since rxvt is not really compatible with xterm, it should be configured as
  # "rxvt" or "rxvt-color".
@@ -582,7 +582,7 @@
  #
  # removed dch/dch1 because they are inconsistent with bce/ech -TD
  # remove km as per tack test -TD
-@@ -5955,13 +5991,14 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6001,13 +6037,14 @@ rxvt-basic|rxvt terminal base (X Window
        clear=\E[H\E[2J, cnorm=\E[?25h, 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,
@@ -600,7 +600,7 @@
        rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E>, rmso=\E[27m,
        rmul=\E[24m,
        rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H,
-@@ -5972,7 +6009,7 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6018,7 +6055,7 @@ rxvt-basic|rxvt terminal base (X Window
            %p9%t\016%e\017%;,
        sgr0=\E[0m\017, smacs=^N, smcup=\E7\E[?47h, smir=\E[4h,
        smkx=\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, use=vt100+enq,
@@ -609,7 +609,7 @@
  # Key Codes from rxvt reference:
  #
  # Note: Shift + F1-F10 generates F11-F20
-@@ -6055,8 +6092,8 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6101,8 +6138,8 @@ rxvt-basic|rxvt terminal base (X Window
  # Removed kDN6, etc (control+shift) since rxvt does not implement this -TD
  rxvt+pcfkeys|fragment for PC-style fkeys,
        kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d,
@@ -620,7 +620,7 @@
        kend=\E[8~, kf1=\E[11~, 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~,
-@@ -6147,6 +6184,38 @@ rxvt-cygwin-native|rxvt terminal emulato
+@@ -6193,6 +6230,38 @@ rxvt-cygwin-native|rxvt terminal emulato
             \302x\263y\363z\362{\343|\330~\376,
        use=rxvt-cygwin,
  
@@ -659,7 +659,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,
-@@ -6193,7 +6262,7 @@ mrxvt-256color|multitabbed rxvt with 256
+@@ -6239,7 +6308,7 @@ mrxvt-256color|multitabbed rxvt with 256
  # Eterm 0.9.3
  #
  # removed kf0 which conflicts with kf10 -TD
@@ -668,7 +668,7 @@
  # Eterm does not implement control/shift cursor keys such as kDN6, or 
kPRV/kNXT
  # but does otherwise follow the rxvt+pcfkeys model -TD
  # remove nonworking flash -TD
-@@ -6207,12 +6276,12 @@ Eterm|Eterm-color|Eterm with xterm-style
+@@ -6253,12 +6322,12 @@ Eterm|Eterm-color|Eterm with xterm-style
        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
        cud=\E[%p1%dB, cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C,
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
@@ -683,7 +683,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=,
-@@ -7165,7 +7234,7 @@ pty|4bsd pseudo teletype,
+@@ -7211,7 +7280,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
@@ -692,7 +692,7 @@
        am, mir, xenl,
        cols#80, lines#24,
        bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=\r,
-@@ -7178,6 +7247,13 @@ eterm|gnu emacs term.el terminal emulati
+@@ -7224,6 +7293,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,
@@ -706,7 +706,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,
-@@ -7306,7 +7382,7 @@ screen|VT 100/ANSI X3.64 virtual termina
+@@ -7352,7 +7428,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,
@@ -715,7 +715,7 @@
        kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
        kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~,
        kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
-@@ -7427,6 +7503,13 @@ screen.xterm-xfree86|screen.xterm-new|sc
+@@ -7473,6 +7549,13 @@ screen.xterm-xfree86|screen.xterm-new|sc
        use=xterm+x11mouse, use=xterm-new,
  #:screen.xterm|screen for modern xterm,
  #:    use=screen.xterm-new,
@@ -729,7 +729,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,
-@@ -7514,7 +7597,7 @@ screen2|old VT 100/ANSI X3.64 virtual te
+@@ -7560,7 +7643,7 @@ screen2|old VT 100/ANSI X3.64 virtual te
        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,
@@ -738,7 +738,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,
-@@ -9417,7 +9500,7 @@ hp700-wy|HP700/41 emulating wyse30,
+@@ -9463,7 +9546,7 @@ hp700-wy|HP700/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,
@@ -747,7 +747,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,
-@@ -12647,6 +12730,7 @@ msk22714|mskermit22714|UCB MS-DOS Kermit
+@@ -12693,6 +12776,7 @@ msk22714|mskermit22714|UCB MS-DOS Kermit
  # at support for the VT320 itself.
  # Please send changes with explanations to [email protected].
  # (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
@@ -755,7 +755,7 @@
  vt320-k3|MS-Kermit 3.00's vt320 emulation,
        am, eslok, hs, km, mir, msgr, xenl,
        cols#80, it#8, lines#49, pb#9600, vt#3,
-@@ -12656,7 +12740,7 @@ vt320-k3|MS-Kermit 3.00's vt320 emulatio
+@@ -12702,7 +12786,7 @@ vt320-k3|MS-Kermit 3.00's vt320 emulatio
        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,
        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
@@ -764,7 +764,7 @@
        dsl=\E[0$~, ech=\E[%p1%dX, ed=\E[J, el=\E[K,
        flash=\E[?5h$<100/>\E[?5l\E[?5h$<100/>\E[?5l\E[?5h$<100/>\E[
              ?5l,
-@@ -17068,7 +17152,7 @@ ibm3101|i3101|IBM 3101-10,
+@@ -17114,7 +17198,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,
@@ -773,7 +773,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
-@@ -17326,7 +17410,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
+@@ -17372,7 +17456,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.


Reply via email to