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-04-01 21:34:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Fri Apr  1 21:34:47 2022 rev:210 rq:965427 version:6.3.MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2022-03-17 
17:01:17.721676036 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new.1900/ncurses.changes        
2022-04-01 21:34:50.554331268 +0200
@@ -1,0 +2,15 @@
+Mon Mar 21 13:52:37 UTC 2022 - Dr. Werner Fink <wer...@suse.de>
+
+- Make extended status line support of xterm a switch (boo#1197313)
+
+-------------------------------------------------------------------
+Mon Mar 21 07:42:20 UTC 2022 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20220319
+  + add xgterm -TD
+  + correct setal in mintty/tmux entries, add to vte-2018 (report by
+    Robert Lange)
+  + add blink to vte-2018 (report by Robert Lange)
+  + improve tic warning about XT versus redundant tsl, etc.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.YhI4UJ/_old  2022-04-01 21:34:51.566319916 +0200
+++ /var/tmp/diff_new_pack.YhI4UJ/_new  2022-04-01 21:34:51.570319871 +0200
@@ -27,6 +27,7 @@
 %bcond_with     ada
 %bcond_with     libbsd
 %bcond_with     usepcre2
+%bcond_with     xtermdsl
 
 %if %{with onlytinfo}
 %global soname_tinfo tinfo
@@ -349,6 +350,9 @@
 %patch1 -p0 -b .327x
 %patch2 -p0 -b .hs
 %patch0 -p0 -b .p0
+%if ! %{with xtermdsl}
+sed -ri '/^xterm-suse/,/use=/{s/use=xterm-new/use=xterm-p370/;}' 
misc/terminfo.src
+%endif
 
 %build
 #

++++++ ncurses-6.3-patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.3-20220319.patch 
new/patches/ncurses-6.3-20220319.patch
--- old/patches/ncurses-6.3-20220319.patch      1970-01-01 01:00:00.000000000 
+0100
+++ new/patches/ncurses-6.3-20220319.patch      2022-03-21 08:41:58.090714595 
+0100
@@ -0,0 +1,327 @@
+# ncurses 6.3 - patch 20220319 - Thomas E. Dickey
+#
+# 
------------------------------------------------------------------------------
+#
+# Ncurses 6.3 is at
+#      ftp://ftp.invisible-island.net/ncurses/
+#      https://invisible-mirror.net/archives/ncurses/
+#      https://ftp.gnu.org/gnu/ncurses/
+#
+# Patches for ncurses 6.3 can be found at
+#      ftp://ftp.invisible-island.net/ncurses/6.3
+#      https://invisible-mirror.net/archives/ncurses/6.3
+#
+# 
------------------------------------------------------------------------------
+# ftp://ftp.invisible-island.net/ncurses/6.3/ncurses-6.3-20220319.patch.gz
+# patch by Thomas E. Dickey <dic...@invisible-island.net>
+# created  Sun Mar 20 00:45:48 UTC 2022
+# 
------------------------------------------------------------------------------
+# NEWS                             |    9 +++++-
+# VERSION                          |    2 -
+# dist.mk                          |    4 +-
+# misc/terminfo.src                |   52 ++++++++++++++++++++++++++++++-------
+# 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 -
+# progs/tic.c                      |    8 ++++-
+# 12 files changed, 71 insertions(+), 26 deletions(-)
+# 
------------------------------------------------------------------------------
+Index: NEWS
+Prereq:  1.3786 
+--- ncurses-6.3-20220312+/NEWS 2022-03-12 19:32:10.000000000 +0000
++++ ncurses-6.3-20220319/NEWS  2022-03-20 00:18:08.000000000 +0000
+@@ -26,7 +26,7 @@
+ -- sale, use or other dealings in this Software without prior written        
--
+ -- authorization.                                                            
--
+ 
-------------------------------------------------------------------------------
+--- $Id: NEWS,v 1.3786 2022/03/12 19:32:10 tom Exp $
++-- $Id: NEWS,v 1.3788 2022/03/20 00:18:08 tom Exp $
+ 
-------------------------------------------------------------------------------
+ 
+ This is a log of changes that ncurses has gone through since Zeyd started
+@@ -46,6 +46,13 @@
+ Changes through 1.9.9e did not credit all contributions;
+ it is not possible to add this information.
+ 
++20220319
++      + add xgterm -TD
++      + correct setal in mintty/tmux entries, add to vte-2018 (report by
++        Robert Lange)
++      + add blink to vte-2018 (report by Robert Lange)
++      + improve tic warning about XT versus redundant tsl, etc.
++
+ 20220312
+       + add xterm+acs building-block -TD
+       + add xterm-p370, for use in older terminals -TD
+Index: VERSION
+--- ncurses-6.3-20220312+/VERSION      2022-03-12 11:56:09.000000000 +0000
++++ ncurses-6.3-20220319/VERSION       2022-03-19 11:19:25.000000000 +0000
+@@ -1 +1 @@
+-5:0:10        6.3     20220312
++5:0:10        6.3     20220319
+Index: dist.mk
+Prereq:  1.1470 
+--- ncurses-6.3-20220312+/dist.mk      2022-03-12 11:56:09.000000000 +0000
++++ ncurses-6.3-20220319/dist.mk       2022-03-19 11:19:25.000000000 +0000
+@@ -26,7 +26,7 @@
+ # use or other dealings in this Software without prior written               #
+ # authorization.                                                             #
+ ##############################################################################
+-# $Id: dist.mk,v 1.1470 2022/03/12 11:56:09 tom Exp $
++# $Id: dist.mk,v 1.1471 2022/03/19 11:19:25 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 = 20220312
++NCURSES_PATCH = 20220319
+ 
+ # 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.3-20220312+/misc/terminfo.src    2022-03-12 19:04:55.000000000 
+0000
++++ ncurses-6.3-20220319/misc/terminfo.src     2022-03-20 00:10:41.000000000 
+0000
+@@ -6,8 +6,8 @@
+ # Report bugs and new terminal descriptions to
+ #     bug-ncur...@gnu.org
+ #
+-#     $Revision: 1.981 $
+-#     $Date: 2022/03/12 19:04:55 $
++#     $Revision: 1.985 $
++#     $Date: 2022/03/20 00:10:41 $
+ #
+ # 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
+@@ -4233,9 +4233,7 @@
+       setal=\E[5%p1%dm, use=xterm+256color,
+       use=mintty+common,
+ mintty-direct|Cygwin Terminal direct-color,
+-      setal=\E[%?%p1%{8}%<%t5%p1%d%e58:2::%p1%{65536}%/%d:%p1
+-            %{256}%/%{255}%&%d:%p1%{255}%&%d%;m,
+-      use=xterm+direct, use=mintty+common,
++      use=kitty+setal, use=xterm+direct, use=mintty+common,
+ mintty+common|shared capabilities for mintty,
+       km@, npc,
+       kcbt=\E[Z, kent=\EOM, rmm@, rmpch=\E[10m,
+@@ -4659,6 +4657,7 @@
+       sgr0=\E[m, smir=\E[4h, smkx=\E[?1h\E=, smso=\E[7m,
+       smul=\E[4m, tbc=\E[3g, use=vt220+pcedit, use=vt100+enq,
+       use=xterm+kbs,
++
+ # Compatible with the R6 xterm
+ # (from XFree86 3.2 distribution, <acsc> and <it> added, <blink@> removed)
+ # added khome/kend, hts based on the R6 xterm code - TD
+@@ -5813,6 +5812,30 @@
+       smcup=\E[?1;41s\E[?1;41h\E=, smir=\E[4h, smso=\E[7m,
+       smul=\E[4m, use=ecma+color, use=vt220+keypad,
+ 
++# The IRAF source has a terminfo using "xterm-r5", but line-drawing does not
++# work in that case.  This entry uses xterm+acs, to work around that problem.
++#
++# Home/end keys do not work, due to a bug in the X Consortium xterm on which
++# this is based:
++#
++#     https://invisible-island.net/xterm/xterm.faq.html#bug_xterm_r6
++#
++# Comparing to the X11R5 source, xgterm has dynamic and ANSI colors (probably
++# not bce).  It interchanges mouse buttons 2/3 for menus.
++#
++# It also has a few features found in later versions of xterm:
++# - vi-button and dired-button,
++# - i18n stuff like X11R6.
++# - colorBD, colorUL
++# - scrollBarRight
++#
++# Debian provides a package for xgterm (and iraf).  Although the source for
++# xgterm implements the control-sequences for ANSI color, the packaged xgterm
++# does nothing with those, even after installing the app-defaults file which
++# was overlooked by the Debian packager.
++xgterm|graphic terminal for IRAF,
++      use=xterm+acs, use=xterm-r5, use=xterm+keypad,
++
+ # The 'nxterm' distributed with Redhat Linux 5.2 is a slight rehack of
+ # xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
+ # SGR 39 or 49.  SGR 0 does reset colors (along with everything else).  This
+@@ -6031,8 +6054,11 @@
+ # 2018, respectively. Overline (Smol/Rmol) has been supported since December
+ # 2017.
+ vte-2018|VTE 0.51.2,
++      blink=\E[5m, enacs=\E(B\E)0,
++      sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;
++          8%;%?%p1%p3%|%t;7%;m%?%p9%t\016%e\017%;,
+       Rmol=\E[55m, Smol=\E[53m, Smulx=\E[4:%p1%dm,
+-      use=vte-2017,
++      use=kitty+setal, use=vte-2017,
+ 
+ vte|VTE aka GNOME Terminal,
+       use=vte-2018,
+@@ -7677,6 +7703,10 @@
+       use=ecma+strikeout, use=ecma+italics,
+       use=xterm+alt1049, use=att610+cvis, use=xterm+tmux,
+ 
++kitty+setal|set underline colors (nonstandard),
++      setal=\E[58:2::%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1
++            %{255}%&%dm,
++
+ ######## WAYLAND CLIENTS
+ 
+ #### Foot
+@@ -8235,9 +8265,7 @@
+       use=xterm+256setaf, use=tmux,
+ 
+ tmux-direct|tmux with direct-color indexing,
+-      setal=\E[%?%p1%{8}%<%t5%p1%d%e58:2::%p1%{65536}%/%d:%p1
+-            %{256}%/%{255}%&%d:%p1%{255}%&%d%;m,
+-      use=xterm+direct, use=tmux,
++      use=kitty+setal, use=xterm+direct, use=tmux,
+ 
+ #### Mosh
+ # https://mosh.org/
+@@ -27403,4 +27431,10 @@
+ #     + add dec+sl to xterm-new, per patch #371 -TD
+ #     + add mosh and mosh-256color -TD
+ #
++# 2022-03-19
++#     + add xgterm -TD
++#     + correct setal in mintty/tmux entries, add to vte-2018 (report by
++#       Robert Lange)
++#     + add blink to vte-2018 (report by Robert Lange)
++#
+ ######## SHANTIH!  SHANTIH!  SHANTIH!
+Index: package/debian-mingw/changelog
+--- ncurses-6.3-20220312+/package/debian-mingw/changelog       2022-03-12 
11:56:09.000000000 +0000
++++ ncurses-6.3-20220319/package/debian-mingw/changelog        2022-03-19 
11:19:25.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.3+20220312) unstable; urgency=low
++ncurses6 (6.3+20220319) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <dic...@invisible-island.net>  Sat, 12 Mar 2022 06:56:09 
-0500
++ -- Thomas E. Dickey <dic...@invisible-island.net>  Sat, 19 Mar 2022 07:19:25 
-0400
+ 
+ ncurses6 (5.9-20131005) unstable; urgency=low
+ 
+Index: package/debian-mingw64/changelog
+--- ncurses-6.3-20220312+/package/debian-mingw64/changelog     2022-03-12 
11:56:09.000000000 +0000
++++ ncurses-6.3-20220319/package/debian-mingw64/changelog      2022-03-19 
11:19:25.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.3+20220312) unstable; urgency=low
++ncurses6 (6.3+20220319) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <dic...@invisible-island.net>  Sat, 12 Mar 2022 06:56:09 
-0500
++ -- Thomas E. Dickey <dic...@invisible-island.net>  Sat, 19 Mar 2022 07:19:25 
-0400
+ 
+ ncurses6 (5.9-20131005) unstable; urgency=low
+ 
+Index: package/debian/changelog
+--- ncurses-6.3-20220312+/package/debian/changelog     2022-03-12 
11:56:09.000000000 +0000
++++ ncurses-6.3-20220319/package/debian/changelog      2022-03-19 
11:19:25.000000000 +0000
+@@ -1,8 +1,8 @@
+-ncurses6 (6.3+20220312) unstable; urgency=low
++ncurses6 (6.3+20220319) unstable; urgency=low
+ 
+   * latest weekly patch
+ 
+- -- Thomas E. Dickey <dic...@invisible-island.net>  Sat, 12 Mar 2022 06:56:09 
-0500
++ -- Thomas E. Dickey <dic...@invisible-island.net>  Sat, 19 Mar 2022 07:19:25 
-0400
+ 
+ ncurses6 (5.9-20120608) unstable; urgency=low
+ 
+Index: package/mingw-ncurses.nsi
+Prereq:  1.510 
+--- ncurses-6.3-20220312+/package/mingw-ncurses.nsi    2022-03-12 
11:56:09.000000000 +0000
++++ ncurses-6.3-20220319/package/mingw-ncurses.nsi     2022-03-19 
11:19:25.000000000 +0000
+@@ -1,4 +1,4 @@
+-; $Id: mingw-ncurses.nsi,v 1.510 2022/03/12 11:56:09 tom Exp $
++; $Id: mingw-ncurses.nsi,v 1.511 2022/03/19 11:19:25 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  "0312"
++!define VERSION_MMDD  "0319"
+ !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
+ 
+ !define MY_ABI   "5"
+Index: package/mingw-ncurses.spec
+--- ncurses-6.3-20220312+/package/mingw-ncurses.spec   2022-03-12 
11:56:09.000000000 +0000
++++ ncurses-6.3-20220319/package/mingw-ncurses.spec    2022-03-19 
11:19:25.000000000 +0000
+@@ -3,7 +3,7 @@
+ Summary: shared libraries for terminal handling
+ Name: mingw32-ncurses6
+ Version: 6.3
+-Release: 20220312
++Release: 20220319
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz
+Index: package/ncurses.spec
+--- ncurses-6.3-20220312+/package/ncurses.spec 2022-03-12 11:56:09.000000000 
+0000
++++ ncurses-6.3-20220319/package/ncurses.spec  2022-03-19 11:19:25.000000000 
+0000
+@@ -1,7 +1,7 @@
+ Summary: shared libraries for terminal handling
+ Name: ncurses6
+ Version: 6.3
+-Release: 20220312
++Release: 20220319
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz
+Index: package/ncursest.spec
+--- ncurses-6.3-20220312+/package/ncursest.spec        2022-03-12 
11:56:09.000000000 +0000
++++ ncurses-6.3-20220319/package/ncursest.spec 2022-03-19 11:19:25.000000000 
+0000
+@@ -1,7 +1,7 @@
+ Summary: Curses library with POSIX thread support.
+ Name: ncursest6
+ Version: 6.3
+-Release: 20220312
++Release: 20220319
+ License: X11
+ Group: Development/Libraries
+ Source: ncurses-%{version}-%{release}.tgz
+Index: progs/tic.c
+Prereq:  1.308 
+--- ncurses-6.3-20220312+/progs/tic.c  2021-12-12 00:00:33.000000000 +0000
++++ ncurses-6.3-20220319/progs/tic.c   2022-03-19 20:38:50.000000000 +0000
+@@ -49,7 +49,7 @@
+ #include <parametrized.h>
+ #include <transform.h>
+ 
+-MODULE_ID("$Id: tic.c,v 1.308 2021/12/12 00:00:33 tom Exp $")
++MODULE_ID("$Id: tic.c,v 1.309 2022/03/19 20:38:50 tom Exp $")
+ 
+ #define STDIN_NAME "<stdin>"
+ 
+@@ -1741,6 +1741,8 @@
+       } else if (have_XT && screen_base) {
+           _nc_warning("screen's \"screen\" entries should not have XT set");
+       } else if (have_XT) {
++          char *s;
++
+           if (!have_kmouse && is_screen) {
+               if (VALID_STRING(key_mouse)) {
+                   _nc_warning("value of kmous inconsistent with screen's 
usage");
+@@ -1756,7 +1758,9 @@
+                               "to have 39/49 parameters", name_39_49);
+               }
+           }
+-          if (VALID_STRING(to_status_line))
++          if (VALID_STRING(to_status_line)
++              && (s = strchr(to_status_line, ';')) != NULL
++              && *++s == '\0')
+               _nc_warning("\"tsl\" capability is redundant, given XT");
+       } else {
+           if (have_kmouse

++++++ ncurses-6.3.dif ++++++
--- /var/tmp/diff_new_pack.YhI4UJ/_old  2022-04-01 21:34:52.530309102 +0200
+++ /var/tmp/diff_new_pack.YhI4UJ/_new  2022-04-01 21:34:52.530309102 +0200
@@ -484,7 +484,16 @@
        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,
-@@ -5487,8 +5496,26 @@ xterm-noapp|xterm with cursor keys in no
+@@ -5208,7 +5217,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,
+-      use=xterm+osc104, use=xterm+256color, use=xterm-new,
++      use=xterm+osc104, use=xterm+256color, use=xterm-suse,
+ xterm-88color|xterm with 88 colors,
+       use=xterm+osc104, use=xterm+88color,
+       use=xterm-256color,
+@@ -5486,8 +5495,26 @@ xterm-noapp|xterm with cursor keys in no
  xterm-24|vs100|xterms|xterm terminal emulator (X Window System),
        lines#24, use=xterm-old,
  
@@ -511,7 +520,7 @@
        use=xterm-new,
  
  # This entry assumes that xterm's handling of VT100 SI/SO is disabled by
-@@ -5854,7 +5881,7 @@ xterms-sun|small (80x24) xterm with sunF
+@@ -5877,7 +5904,7 @@ xterms-sun|small (80x24) xterm with sunF
  
  #### GNOME (VTE)
  # this describes the alpha-version of GNOME terminal shipped with Redhat 6.0
@@ -520,7 +529,7 @@
        bce,
        kdch1=^?, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
        use=xterm-color,
-@@ -6126,10 +6153,14 @@ mgt|Multi GNOME Terminal,
+@@ -6152,10 +6179,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).
@@ -536,7 +545,7 @@
  # Konsole 1.0.1 (2001/11/25)
  # (formerly known as kvt)
  #
-@@ -6381,7 +6412,7 @@ mlterm3|multi lingual terminal emulator,
+@@ -6407,7 +6438,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,
@@ -545,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,
-@@ -6458,7 +6489,7 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6484,7 +6515,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,
@@ -554,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,
-@@ -6553,8 +6584,8 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6579,8 +6610,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,
@@ -565,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~,
-@@ -6644,6 +6675,38 @@ rxvt-cygwin-native|rxvt terminal emulato
+@@ -6670,6 +6701,38 @@ rxvt-cygwin-native|rxvt terminal emulato
             \302x\263y\363z\362{\343|\330~\376,
        use=rxvt-cygwin,
  
@@ -604,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,
-@@ -6708,7 +6771,7 @@ Eterm|Eterm-color|Eterm with xterm-style
+@@ -6734,7 +6797,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@,
@@ -613,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=,
-@@ -7818,7 +7881,7 @@ pty|4bsd pseudo teletype,
+@@ -7848,7 +7911,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
@@ -622,7 +631,7 @@
        am, mir, xenl,
        cols#80, lines#24,
        bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=\r,
-@@ -7831,6 +7894,13 @@ eterm|GNU Emacs term.el terminal emulati
+@@ -7861,6 +7924,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,
@@ -636,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,
-@@ -7958,7 +8028,7 @@ screen|VT 100/ANSI X3.64 virtual termina
+@@ -7988,7 +8058,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,
@@ -645,8 +654,12 @@
        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~,
-@@ -8078,6 +8148,13 @@ screen.xterm-xfree86|screen.xterm-new|sc
-       use=xterm+x11mouse, use=xterm-p370,
+@@ -8105,9 +8175,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,
+-      use=xterm+x11mouse, use=xterm-p370,
++      use=xterm+x11mouse, use=xterm-suse,
  #:screen.xterm|screen for modern xterm,
  #:    use=screen.xterm-new,
 +screen.xterm|screen customized for modern xterm,
@@ -659,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,
-@@ -8165,7 +8242,7 @@ screen2|VT 100/ANSI X3.64 virtual termin
+@@ -8195,7 +8272,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,
@@ -668,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,
-@@ -10140,7 +10217,7 @@ hp700-wy|HP 700/41 emulating Wyse30,
+@@ -10168,7 +10245,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,
@@ -677,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,
-@@ -17786,7 +17863,7 @@ ibm3101|i3101|IBM 3101-10,
+@@ -17814,7 +17891,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,
@@ -686,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
-@@ -18044,7 +18121,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
+@@ -18072,7 +18149,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