Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2021-08-05 20:47:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Thu Aug  5 20:47:36 2021 rev:193 rq:909680 version:6.2.MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2021-07-22 
22:42:27.719270067 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new.1899/ncurses.changes        
2021-08-05 20:47:40.387960987 +0200
@@ -1,0 +2,9 @@
+Mon Jul 26 06:46:16 UTC 2021 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20210724
+  + add workaround for Windows Terminal's problems with CR/LF mapping to
+    ms-terminal (patch by Juergen Pfeifer).
+  + review/update current Windows Terminal vs ms-terminal -TD
+- Correct offsets of patch ncurses-6.2.dif
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ncurses-5.9-ibm327x.dif ++++++
--- /var/tmp/diff_new_pack.QE2dJs/_old  2021-08-05 20:47:41.379959874 +0200
+++ /var/tmp/diff_new_pack.QE2dJs/_new  2021-08-05 20:47:41.379959874 +0200
@@ -4,7 +4,7 @@
 
 --- misc/terminfo.src
 +++ misc/terminfo.src  2018-10-29 10:23:47.271511864 +0000
-@@ -17509,8 +17509,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv
+@@ -17560,8 +17560,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-20210724.patch 
new/patches/ncurses-6.2-20210724.patch
--- old/patches/ncurses-6.2-20210724.patch      1970-01-01 01:00:00.000000000 
+0100
+++ new/patches/ncurses-6.2-20210724.patch      2021-07-26 08:43:54.514277255 
+0200
@@ -0,0 +1,349 @@
+# ncurses 6.2 - patch 20210724 - 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-20210724.patch.gz
+# patch by Thomas E. Dickey <dic...@invisible-island.net>
+# created  Sun Jul 25 00:54:29 UTC 2021
+# 
------------------------------------------------------------------------------
+# NEWS                             |    7 ++
+# VERSION                          |    2 
+# dist.mk                          |    4 -
+# misc/terminfo.src                |  108 ++++++++++++++++++++++++++++---------
+# 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 
+# 11 files changed, 103 insertions(+), 40 deletions(-)
+# 
------------------------------------------------------------------------------
+Index: NEWS
+Prereq:  1.3686 
+--- ncurses-6.2-20210718+/NEWS 2021-07-18 19:58:36.000000000 +0000
++++ ncurses-6.2-20210724/NEWS  2021-07-24 21:39:16.000000000 +0000
+@@ -26,7 +26,7 @@
+ -- sale, use or other dealings in this Software without prior written        
--
+ -- authorization.                                                            
--
+ 
-------------------------------------------------------------------------------
+--- $Id: NEWS,v 1.3686 2021/07/18 19:58:36 tom Exp $
++-- $Id: NEWS,v 1.3688 2021/07/24 21:39:16 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.
+ 
++20210724
++      + add workaround for Windows Terminal's problems with CR/LF mapping to
++        ms-terminal (patch by Juergen Pfeifer).
++      + review/update current Windows Terminal vs ms-terminal -TD
++
+ 20210718
+       + correct typo in "vip" comments (report by Nick Black), reviewed this
+         against Glink manual -TD
+Index: VERSION
+--- ncurses-6.2-20210718+/VERSION      2021-07-18 19:58:36.000000000 +0000
++++ ncurses-6.2-20210724/VERSION       2021-07-24 11:09:59.000000000 +0000
+@@ -1 +1 @@
+-5:0:10        6.2     20210718
++5:0:10        6.2     20210724
+Index: dist.mk
+Prereq:  1.1426 
+--- ncurses-6.2-20210718+/dist.mk      2021-07-18 19:58:36.000000000 +0000
++++ ncurses-6.2-20210724/dist.mk       2021-07-24 11:09:59.000000000 +0000
+@@ -26,7 +26,7 @@
+ # use or other dealings in this Software without prior written               #
+ # authorization.                                                             #
+ ##############################################################################
+-# $Id: dist.mk,v 1.1426 2021/07/18 19:58:36 tom Exp $
++# $Id: dist.mk,v 1.1427 2021/07/24 11:09:59 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 = 20210718
++NCURSES_PATCH = 20210724
+ 
+ # We don't append the patch to the version, since this only applies to 
releases
+ VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
+Index: misc/terminfo.src
+--- ncurses-6.2-20210718+/misc/terminfo.src    2021-07-18 00:11:20.000000000 
+0000
++++ ncurses-6.2-20210724/misc/terminfo.src     2021-07-25 00:09:06.000000000 
+0000
+@@ -6,8 +6,8 @@
+ # Report bugs and new terminal descriptions to
+ #     bug-ncur...@gnu.org
+ #
+-#     $Revision: 1.881 $
+-#     $Date: 2021/07/18 00:11:20 $
++#     $Revision: 1.889 $
++#     $Date: 2021/07/25 00:09:06 $
+ #
+ # 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
+@@ -1646,32 +1646,35 @@
+ pccon+sgr+acs0|sgr and simple ASCII pseudographics for OpenBSD PC console,
+       acsc=+>\,<-\^.v0#`+a:f\\h#i#j+k+l+m+n+o~p-q-r-s_t+u+v+w+x|y#
+            z#{*|!}#~o,
++      bold=\E[1m, rev=\E[7m, rmso=\E[27m,
+       sgr=\E[0%?%p1%p3%|%t;7%;%?%p6%t;1%;%?%p2%t;4%;m,
+-      sgr0=\E[m,
++      sgr0=\E[m, smso=\E[7m,
+ pccon+sgr+acs|sgr and default ASCII pseudographics for OpenBSD PC console,
+       acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
+-      enacs=\E)0, rmacs=\E(B,
++      bold=\E[1m, enacs=\E)0, rev=\E[7m, rmacs=\E(B, rmso=\E[27m,
+       sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e
+           \E(B%;,
+-      sgr0=\E[m\E(B, smacs=\E(0,
++      sgr0=\E[m\E(B, smacs=\E(0, smso=\E[7m,
+ # underline renders as color
+ pccon+colors|ANSI colors for OpenBSD PC console,
+       bce,
+       colors#8, ncv#2, pairs#64,
+       op=\E[49;39m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
++# OpenBSD uses wscons,
++# + which does not implement DECSCNM or anything comparable, so it does not
++#   support flash.
++# + it renders underline using color.
+ pccon+base|base capabilities for OpenBSD PC console,
+       am, km, mc5i, msgr, npc, nxon, xenl, xon,
+       cols#80, it#8, lines#24,
+-      bel=^G, bold=\E[1m, clear=\E[H\E[J, 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,
+-      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,
+-      ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K,
+-      flash=\E[?5h$<200/>\E[?5l, home=\E[H, ht=^I, hts=\EH,
+-      ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\ED, nel=\EE,
+-      rc=\E8, rev=\E[7m, ri=\EM, rmam=\E[?7l, rmso=\E[27m,
+-      rmul=\E[24m, rs2=\Ec, sc=\E7, smam=\E[?7h, smso=\E[7m,
++      bel=^G, clear=\E[H\E[J, 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, 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, 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, nel=\EE, rc=\E8, ri=\EM,
++      rmam=\E[?7l, rmul=\E[24m, rs2=\Ec, sc=\E7, smam=\E[?7h,
+       smul=\E[4m, tbc=\E[3g, u6=\E[%i%d;%dR, u7=\E[6n,
+ pccon0-m|OpenBSD PC console without colors & with simple ASCII pseudographics,
+       use=pccon+sgr+acs0, use=pccon+base, use=pccon+keys,
+@@ -4424,9 +4427,57 @@
+       use=ms-vt100+,
+ 
+ # Windows Terminal (Preview)
++# https://github.com/microsoft/terminal
++#
++# Windows 10 21H1
++# Version 1.9.1942.0
++#
++# This has longstanding issues with CR/LF mapping, e.g.,
++# - first reported by Juergen Pfeifer August 13, 2020, with workaround
++# - https://github.com/microsoft/terminal/issues/8303
++# - https://github.com/microsoft/terminal/issues/6733
++#
++# still seen in testing during May-July 2021.  As a workaround, this terminal
++# description sets cud1 to an escape sequence rather than just \r.
++#
++# Using TERM=xterm-256color shows a number of problems.
++# A few are seen only in the WSL2 environment.
++#
++# tack:
++# - flash does not work.
++# - video attribute blink does not work.
++# - video attribute invis does not work in WSL2.
++# - italics sitm/ritm do not work in WSL2.
++# - crossed-out smxx/rmxx do not work in WSL2.
++# - reloading colors via initp interchanges red/blue.
++# - does not implement OSC 104, which is used for resetting colors in xterm.
++# - does not support numeric keypad application mode.
++# - control-modifier (without alt/shift) does not work for special keys.
++# - meta-key sends escape character rather than acting as a meta key.
++#
++# vttest:
++# - identifies itself as a VT100.
++# - cursor movement (menu 1) does not work properly, e.g., for wrapping.
++# - does not support 8-bit controls.
++# - does not support VT420 rectangles.
++# - does not support VT420 left/right margins.
++# - ECMA-48 cursor-movement works.
++# - does not support X10 mouse, or mouse highlight tracking.
++# - SGR mouse mode 1006 works.
++# - any-event mouse mode shows no focus-in/focus-out events.
++# - alternate screen 47/48 modes do not work, nor do 1047/1048.
++# - alternate screen 1049 mode works.
++# - none of the window report/modify operations work.
++# - none of the DECRPM/DECRQM reporting operations work.
++#
++# xterm:
++# - 256colors2.pl -r, -i and -q options work.
++# - dynamic colors do not work.
++# - paste64.pl does not work, i.e., bracketed-paste.
++# - tcapquery.pl does not work.
++#
+ # Windows 10 1903
+ # Version 0.2.1831.0
+-# https://github.com/microsoft/terminal
+ #
+ # The task manager shows this as "OpenConsole.exe", which differs
+ # from the "Windows Command Processor" used for the command-prompt.
+@@ -4465,9 +4516,10 @@
+ # - does not recognize either xterm+direct or xterm+indirect escapes.
+ ms-terminal|Windows10 terminal,
+       npc,
+-      rmkx=\E[?1l, rmm@, smkx=\E[?1h, smm@, use=xterm+256setaf,
+-      use=xterm+pcfkeys, use=ansi+rep, use=ecma+index,
+-      use=ecma+italics, use=xterm-basic,
++      cud1=\E[B, rmkx=\E[?1l, rmm@, smkx=\E[?1h, smm@,
++      use=xterm+256setaf, use=xterm+pcfkeys, use=ansi+rep,
++      use=xterm+sm+1006, use=ecma+index, use=ecma+italics,
++      use=xterm-basic,
+ 
+ #### Visual Studio
+ # Visual Studio Code 1.45.0 uses xterm.js 12.8.1 (see https://xtermjs.org/).
+@@ -14837,13 +14889,12 @@
+       vpa=\E[%p1%{1}%+%dd, use=ansi+rep,
+ 
+ aaa+rv|ann arbor ambassador in reverse video,
+-      blink=\E[5;7m, bold=\E[1;7m, enacs=\E(B\E)0,
+-      invis=\E[7;8m, is1=\E[7m\E7\E[H\E9\E8, rev=\E[m,
+-      rmacs=^O, rmso=\E[7m, rmul=\E[7m,
++      blink=\E[5;7m, bold=\E[1;7m, invis=\E[7;8m,
++      is1=\E[7m\E7\E[H\E9\E8, rev=\E[m, rmso=\E[7m, rmul=\E[7m,
+       rs1=\E[H\E[7m\E[J$<156>,
+       sgr=\E[%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p1%p2%|%p3%!%|%t7
+-          ;%;%?%p7%t8;%;m%?%p9%t\016%e\017%;,
+-      sgr0=\E[7m\017, smacs=^N, smso=\E[m, smul=\E[4;7m,
++          ;%;%?%p7%t8;%;m\016,
++      sgr0=\E[7m\016, smso=\E[m, smul=\E[4;7m,
+ # Ambassador with the DEC option, for partial vt100 compatibility.
+ aaa+dec|ann arbor ambassador in dec vt100 mode,
+       acsc=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}},
+@@ -27048,7 +27099,14 @@
+ # 2021-07-17
+ #     + correct typo in "vip" comments (report by Nick Black), reviewed this
+ #       against Glink manual -TD
+-#     + fill in some missing pieces for pccons, to make it comparable to the
++#     + fill in some missing pieces for pccon, to make it comparable to the
+ #       vt220 entry -TD
+ #
++# 2021-07-24
++#     + trim "flash" from pccon+base -TD
++#     + revert change for aaa+rv -TD
++#     + add workaround for Windows Terminal's problems with CR/LF mapping to
++#       ms-terminal (patch by Juergen Pfeifer).
++#     + review/update current Windows Terminal vs ms-terminal -TD
++#
+ ######## SHANTIH!  SHANTIH!  SHANTIH!
+Index: package/debian-mingw/changelog
+--- ncurses-6.2-20210718+/package/debian-mingw/changelog       2021-07-18 
19:58:36.000000000 +0000
++++ ncurses-6.2-20210724/package/debian-mingw/changelog        2021-07-24 
11:09:59.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.2+20210718) unstable; urgency=low
++ncurses6 (6.2+20210724) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <dic...@invisible-island.net>  Sun, 18 Jul 2021 15:58:36 
-0400
++ -- Thomas E. Dickey <dic...@invisible-island.net>  Sat, 24 Jul 2021 07:09:59 
-0400
+ 
+ ncurses6 (5.9-20131005) unstable; urgency=low
+ 
+Index: package/debian-mingw64/changelog
+--- ncurses-6.2-20210718+/package/debian-mingw64/changelog     2021-07-18 
19:58:36.000000000 +0000
++++ ncurses-6.2-20210724/package/debian-mingw64/changelog      2021-07-24 
11:09:59.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.2+20210718) unstable; urgency=low
++ncurses6 (6.2+20210724) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <dic...@invisible-island.net>  Sun, 18 Jul 2021 15:58:36 
-0400
++ -- Thomas E. Dickey <dic...@invisible-island.net>  Sat, 24 Jul 2021 07:09:59 
-0400
+ 
+ ncurses6 (5.9-20131005) unstable; urgency=low
+ 
+Index: package/debian/changelog
+--- ncurses-6.2-20210718+/package/debian/changelog     2021-07-18 
19:58:36.000000000 +0000
++++ ncurses-6.2-20210724/package/debian/changelog      2021-07-24 
11:09:59.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.2+20210718) unstable; urgency=low
++ncurses6 (6.2+20210724) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <dic...@invisible-island.net>  Sun, 18 Jul 2021 15:58:36 
-0400
++ -- Thomas E. Dickey <dic...@invisible-island.net>  Sat, 24 Jul 2021 07:09:59 
-0400
+ 
+ ncurses6 (5.9-20120608) unstable; urgency=low
+ 
+Index: package/mingw-ncurses.nsi
+Prereq:  1.468 
+--- ncurses-6.2-20210718+/package/mingw-ncurses.nsi    2021-07-18 
19:58:36.000000000 +0000
++++ ncurses-6.2-20210724/package/mingw-ncurses.nsi     2021-07-24 
11:09:59.000000000 +0000
+@@ -1,4 +1,4 @@
+-; $Id: mingw-ncurses.nsi,v 1.468 2021/07/18 19:58:36 tom Exp $
++; $Id: mingw-ncurses.nsi,v 1.469 2021/07/24 11:09:59 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  "2021"
+-!define VERSION_MMDD  "0718"
++!define VERSION_MMDD  "0724"
+ !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
+ 
+ !define MY_ABI   "5"
+Index: package/mingw-ncurses.spec
+--- ncurses-6.2-20210718+/package/mingw-ncurses.spec   2021-07-18 
19:58:36.000000000 +0000
++++ ncurses-6.2-20210724/package/mingw-ncurses.spec    2021-07-24 
11:09:59.000000000 +0000
+@@ -3,7 +3,7 @@
+ Summary: shared libraries for terminal handling
+ Name: mingw32-ncurses6
+ Version: 6.2
+-Release: 20210718
++Release: 20210724
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz
+Index: package/ncurses.spec
+--- ncurses-6.2-20210718+/package/ncurses.spec 2021-07-18 19:58:36.000000000 
+0000
++++ ncurses-6.2-20210724/package/ncurses.spec  2021-07-24 11:09:59.000000000 
+0000
+@@ -1,7 +1,7 @@
+ Summary: shared libraries for terminal handling
+ Name: ncurses6
+ Version: 6.2
+-Release: 20210718
++Release: 20210724
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz
+Index: package/ncursest.spec
+--- ncurses-6.2-20210718+/package/ncursest.spec        2021-07-18 
19:58:36.000000000 +0000
++++ ncurses-6.2-20210724/package/ncursest.spec 2021-07-24 11:09:59.000000000 
+0000
+@@ -1,7 +1,7 @@
+ Summary: Curses library with POSIX thread support.
+ Name: ncursest6
+ Version: 6.2
+-Release: 20210718
++Release: 20210724
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz

++++++ ncurses-6.2.dif ++++++
--- /var/tmp/diff_new_pack.QE2dJs/_old  2021-08-05 20:47:43.875957073 +0200
+++ /var/tmp/diff_new_pack.QE2dJs/_new  2021-08-05 20:47:43.875957073 +0200
@@ -443,7 +443,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,
-@@ -5350,8 +5359,26 @@ xterm-noapp|xterm with cursor keys in no
+@@ -5402,8 +5411,26 @@ xterm-noapp|xterm with cursor keys in no
  xterm-24|vs100|xterms|xterm terminal emulator (X Window System),
        lines#24, use=xterm-old,
  
@@ -470,7 +470,7 @@
        use=xterm-new,
  
  # This entry assumes that xterm's handling of VT100 SI/SO is disabled by
-@@ -5696,7 +5723,7 @@ xterms-sun|small (80x24) xterm with sunF
+@@ -5748,7 +5775,7 @@ xterms-sun|small (80x24) xterm with sunF
  
  #### GNOME (VTE)
  # this describes the alpha-version of Gnome terminal shipped with Redhat 6.0
@@ -479,7 +479,7 @@
        bce,
        kdch1=^?, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
        use=xterm-color,
-@@ -5968,10 +5995,14 @@ mgt|Multi GNOME Terminal,
+@@ -6020,10 +6047,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).
@@ -495,7 +495,7 @@
  # Konsole 1.0.1 (2001/11/25)
  # (formerly known as kvt)
  #
-@@ -6223,7 +6254,7 @@ mlterm3|multi lingual terminal emulator,
+@@ -6275,7 +6306,7 @@ 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,
@@ -504,7 +504,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,
-@@ -6300,7 +6331,7 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6352,7 +6383,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,
@@ -513,7 +513,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,
-@@ -6395,8 +6426,8 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6447,8 +6478,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,
@@ -524,7 +524,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~,
-@@ -6486,6 +6517,38 @@ rxvt-cygwin-native|rxvt terminal emulato
+@@ -6538,6 +6569,38 @@ rxvt-cygwin-native|rxvt terminal emulato
             \302x\263y\363z\362{\343|\330~\376,
        use=rxvt-cygwin,
  
@@ -563,7 +563,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,
-@@ -6550,7 +6613,7 @@ Eterm|Eterm-color|Eterm with xterm-style
+@@ -6602,7 +6665,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@,
@@ -572,7 +572,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=,
-@@ -7588,7 +7651,7 @@ pty|4bsd pseudo teletype,
+@@ -7640,7 +7703,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
@@ -581,7 +581,7 @@
        am, mir, xenl,
        cols#80, lines#24,
        bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=\r,
-@@ -7601,6 +7664,13 @@ eterm|gnu emacs term.el terminal emulati
+@@ -7653,6 +7716,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,
@@ -595,7 +595,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,
-@@ -7728,7 +7798,7 @@ screen|VT 100/ANSI X3.64 virtual termina
+@@ -7780,7 +7850,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,
@@ -604,7 +604,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~,
-@@ -7848,6 +7918,13 @@ screen.xterm-xfree86|screen.xterm-new|sc
+@@ -7900,6 +7970,13 @@ screen.xterm-xfree86|screen.xterm-new|sc
        use=xterm+x11mouse, use=xterm-new,
  #:screen.xterm|screen for modern xterm,
  #:    use=screen.xterm-new,
@@ -618,7 +618,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,
-@@ -7935,7 +8012,7 @@ screen2|old VT 100/ANSI X3.64 virtual te
+@@ -7987,7 +8064,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,
@@ -627,7 +627,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,
-@@ -9871,7 +9948,7 @@ hp700-wy|HP700/41 emulating wyse30,
+@@ -9923,7 +10000,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,
@@ -636,7 +636,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,
-@@ -17519,7 +17596,7 @@ ibm3101|i3101|IBM 3101-10,
+@@ -17570,7 +17647,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,
@@ -645,7 +645,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
-@@ -17777,7 +17854,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
+@@ -17828,7 +17905,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