Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2026-06-29 17:30:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Mon Jun 29 17:30:16 2026 rev:336 rq:1361957 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2026-06-13 
18:44:56.731467264 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new.11887/ncurses.changes       
2026-06-29 17:31:02.891441222 +0200
@@ -1,0 +2,20 @@
+Fri Jun 19 17:57:27 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Mark build recipe as requiring bash
+- Modernize specfile/drop old constructs
+
+-------------------------------------------------------------------
+Mon Jun 15 07:31:52 UTC 2026 - Dr. Werner Fink <[email protected]>
+
+- Add ncurses patch 20260613
+  + add ich/ich1 to putty -TD
+  + reorder %i's in some capabilities for better matching of blocks -TD
+  + add sc/rc to ti928 -TD
+  + add rin to ncr260vt300an and ncr260vt100an, matching the AT&T
+    ind/indn -TD
+  + add rwidm, kdch1 to att730 -TD
+  + change %2d and %3d to %02d and %03d to match original termcaps -TD
+  + reduce unnecessary %2d and %3d to just %d -TD
+  + correct conversion of termcap %2 and %3 to terminfo in _nc_captoinfo.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.j1iTiV/_old  2026-06-29 17:31:04.295488985 +0200
+++ /var/tmp/diff_new_pack.j1iTiV/_new  2026-06-29 17:31:04.299489120 +0200
@@ -46,6 +46,8 @@
 %global basevers 6.6
 %global tackvers 1.11
 %global tacklvl  20251210
+# ${!...} and pushd is bash-specific
+%define _buildshell /bin/bash
 
 Name:           ncurses
 #!BuildIgnore: terminfo
@@ -473,8 +475,8 @@
        OPATH=$PATH
          CC=gcc
         CXX=g++
-    CFLAGS="${RPM_OPT_FLAGS} -pipe"
-    CPPFLAGS="-D_REENTRANT"
+    CFLAGS="%{optflags} -pipe"
+    CPPFLAGS=""
     if [[ "$BUILD_BASENAME" = debug-* ]] ; then
        CFLAGS="${CFLAGS} -g"
        CPPFLAGS="${CPPFLAGS} -DTRACE"
@@ -633,8 +635,8 @@
                # for ABI 7 only normal, wide, and wide threaded versions
                test "$abi" = 7 -a -n "$pthreads" -a -z "$wide" && continue || :
 
-               mkdir build.${wide}${pthreads}${abi}
-               pushd build.${wide}${pthreads}${abi}
+               mkdir build.${pthreads}${wide}${abi}
+               pushd build.${pthreads}${wide}${abi}
                ln -sf ../configure .
                ln -sf ../package .
                ln -sf ../pc .
@@ -651,15 +653,17 @@
                        echo  --enable-opaque-curses  --enable-opaque-form  
--enable-opaque-menu  --enable-opaque-panel  --enable-ext-mouse  
--enable-ext-colors || \
                        echo --disable-opaque-curses --disable-opaque-form 
--disable-opaque-menu --disable-opaque-panel --disable-ext-mouse 
--disable-ext-colors
                    test "$abi" = 7 && \
-                       echo --enable-ext-mouse2
+                       echo --enable-ext-mouse2 --with-rel-version=${abi}.0
                    #
                    # If threaded then use pthreads and weak symbols as this 
avoids four different libraries
                    # Side effect is that the the threaded libraries a binary 
incompatible with none threaded
                    #
                    # NB: For ABI 7 use the full four library matrix
                    weak_symbols=--enable-weak-symbols
+#                  test "$abi" = 7 -a -n "$pthreads" && \
+#                      weak_symbols="--disable-weak-symbols"
                    test "$abi" = 7 -a -n "$pthreads" && \
-                       weak_symbols="--disable-weak-symbols"
+                       weak_symbols="--enable-weak-symbols 
--with-termlib=%{soname_tinfo}t"
                    test -n "$pthreads" && \
                        echo    --with-pthread  --enable-pthreads-eintr  
--enable-reentrant  $weak_symbols || \
                        echo --without-pthread --disable-pthreads-eintr 
--disable-reentrant --disable-weak-symbols
@@ -747,7 +751,7 @@
     done
     . ${PWD}/.build_tic
 
-    pushd build.wt6
+    pushd build.tw6
        make install DESTDIR=%{root} includesubdir=/ncursesw
 %if %{with onlytinfo}
        # This ensures that we get an auxiliary libtinfow *with* 
_nc_read_entry2 symbol as well
@@ -817,8 +821,8 @@
        make install.libs DESTDIR=%{root} includesubdir=/ncurses
 %if %{with onlytinfo}
        # This ensures that we get the libtinfo *with* _nc_read_entry2 symbol 
as well
-       cp -p ../build.wt6/libtinfo.so.%{basevers}.back  
%{root}%{_libdir}/libtinfo.so.%{basevers}
-       cp -p ../build.wt6/libtinfow.so.%{basevers}.back 
%{root}%{_libdir}/libtinfow.so.%{basevers}
+       cp -p ../build.tw6/libtinfo.so.%{basevers}.back  
%{root}%{_libdir}/libtinfo.so.%{basevers}
+       cp -p ../build.tw6/libtinfow.so.%{basevers}.back 
%{root}%{_libdir}/libtinfow.so.%{basevers}
 %endif
        pushd man
            bash ../edit_man.sh normal installing %{root}%{_mandir} . 
ncurses6-config.1
@@ -856,7 +860,7 @@
        -Wl,--version-script,build.w6/package/ncursesw.map -o 
%{buildroot}%{_libdir}/ncurses6nt/libtinfow.so.%{basevers}
 %endif
     PATH=$PWD/gzip:$PATH
-    # this is build.wt6
+    # this is build.tw6
     (cd %{root}/; tar -cpSf - *)|tar -xpsSf - -C %{buildroot}/
     rm -rf %{root}
     for model in libncurses libncursest libncursesw libncursestw libtinfo 
libtinfow libtic libticw
@@ -1085,7 +1089,7 @@
 #
 # Install termerase helper program with manual page
 #
-gcc -Wall ${RPM_OPT_FLAGS} -o %{buildroot}%{_bindir}/termerase %{S:42} \
+gcc -Wall %{optflags} -o %{buildroot}%{_bindir}/termerase %{S:42} \
     -I %{buildroot}%{_incdir} -L %{buildroot}%{_libdir} -ltinfo
 install -m 0644 %{S:43} %{buildroot}%{_mandir}/man1/termerase.1
 
@@ -1120,16 +1124,10 @@
 popd
 %endif
 
-%post   -n libncurses5 -p /sbin/ldconfig
-
-%postun -n libncurses5 -p /sbin/ldconfig
-
-%post   -n libncurses6 -p /sbin/ldconfig
-
-%postun -n libncurses6 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libncurses5
+%ldconfig_scriptlets -n libncurses6
 
 %files -n terminfo-base -f default.list
-%defattr(-,root,root)
 %{_sysconfdir}/termcap
 %config %{_miscdir}/termcap
 %{_bindir}/termerase
@@ -1140,15 +1138,12 @@
 %doc %{_mandir}/man1/termerase.1%{ext_man}
 
 %files -n terminfo-screen -f screen.list
-%defattr(-,root,root)
 %dir %{_datadir}/terminfo/
 
 %files -n terminfo-iterm -f iterm.list
-%defattr(-,root,root)
 %dir %{_datadir}/terminfo/
 
 %files -n ncurses-utils
-%defattr(-,root,root)
 %{_bindir}/clear
 %{_bindir}/infocmp
 %{_bindir}/reset
@@ -1167,7 +1162,6 @@
 %doc AUTHORS
 
 %files -n ncurses-examples
-%defattr(-,root,root)
 %{_bindir}/ncurses-examples
 %dir %{_libexecdir}/ncurses-examples/
 %{_libexecdir}/ncurses-examples/*
@@ -1176,29 +1170,24 @@
 %doc %{_mandir}/man6/*%{ext_man}
 
 %files -n libncurses5
-%defattr(-,root,root)
 %{_libdir}/lib*.so.5*
 %exclude %{_libdir}/libncurses++.so.5*
 %exclude %{_libdir}/libncurses++w.so.5*
 
 %files -n libncurses_c++5
-%defattr(-,root,root)
 %{_libdir}/libncurses++.so.5*
 %{_libdir}/libncurses++w.so.5*
 
 %files -n libncurses6
-%defattr(-,root,root)
 %{_libdir}/lib*.so.6*
 %exclude %{_libdir}/libncurses++.so.6*
 %exclude %{_libdir}/libncurses++w.so.6*
 
 %files -n libncurses_c++6
-%defattr(-,root,root)
 %{_libdir}/libncurses++.so.6*
 %{_libdir}/libncurses++w.so.6*
 
 %files -n libncurses6-compat
-%defattr(-,root,root)
 %{_bindir}/ncursesnt
 %dir %{_libdir}/ncurses6nt/
 %{_libdir}/ncurses6nt/lib*.so.6*
@@ -1206,13 +1195,11 @@
 %exclude %{_libdir}/ncurses6nt/libncurses++w.so.6*
 
 %files -n libncurses_c++6-compat
-%defattr(-,root,root)
 %dir %{_libdir}/ncurses6nt/
 %{_libdir}/ncurses6nt/libncurses++.so.6*
 %{_libdir}/ncurses6nt/libncurses++w.so.6*
 
 %files -n ncurses-devel
-%defattr(-,root,root)
 %dir %{_defaultdocdir}/ncurses/
 %doc %{_defaultdocdir}/ncurses/*
 %{_bindir}/ncurses*6-config
@@ -1237,10 +1224,8 @@
 %{_libdir}/lib*.a
 
 %files -n tack
-%defattr(-,root,root)
 %{_bindir}/tack
 %doc %{_mandir}/man1/tack.1%{ext_man}
 
 %files -f extension.list -n terminfo
-%defattr(-,root,root)
 

++++++ ncurses-6.5-ghostty.dif ++++++
--- /var/tmp/diff_new_pack.j1iTiV/_old  2026-06-29 17:31:04.643500824 +0200
+++ /var/tmp/diff_new_pack.j1iTiV/_new  2026-06-29 17:31:04.651501095 +0200
@@ -7,7 +7,7 @@
 
 --- misc/terminfo.src
 +++ misc/terminfo.src  2025-01-13 08:43:20.312926680 +0000
-@@ -8814,7 +8814,7 @@ contour-direct|Contour terminal with dir
+@@ -8809,7 +8809,7 @@ contour-direct|Contour terminal with dir
  #
  # The developers set "Tc" in their terminal description to hint that it
  # supports direct-colors, but the feature did not work with this version -TD

++++++ ncurses-6.6-patches.tar.bz2 ++++++
Binary files old/patches/ncurses-6.6-20260613.patch.gz and 
new/patches/ncurses-6.6-20260613.patch.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-6.6-20260613.patch.gz.asc 
new/patches/ncurses-6.6-20260613.patch.gz.asc
--- old/patches/ncurses-6.6-20260613.patch.gz.asc       1970-01-01 
01:00:00.000000000 +0100
+++ new/patches/ncurses-6.6-20260613.patch.gz.asc       2026-06-14 
03:06:08.000000000 +0200
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: See https://invisible-island.net/public/public.html for info
+
+iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmot/oAACgkQzCr0RyFn
+vgPUJwwAtctEspKymhoUdaL4ReQPj3HAC8anardhVFVoGVLkcdx6BTyt8DNc3udY
+goFU/rED2b53RK0EEIV/OjRpwh+6VC7f1Sm9UXSXWdSSRz51sDON+OqCv59AsBnL
+2lTbDVLLQkZhkA4dA5JB545zq6qMKMvQpQFcDDdqFP4sb4NkRvjvDucNaWo4Xp0Z
+wDUmQrErmM/njhUGWKzsuMbrSdxDzHE6qRbQuFz8V6JPPLonDi05l96PbmD4AwGh
+XDDBqP5BoH6PHOzYx6VlCqDxyb3B20A4T1CabSQys4n7RDOnQ0yJ1PdE6vOIkYxL
+x97bKs8BN4cu2pV+71QyRu5Hqvasy4t9R6/X+7VEBZpP0BJNqwULbnjh4euU2mEG
+PgzPWd3VKz4ziEuCVSPhrSdpwUPNmfVPpmsCPVrw5Ib9l9+AQDuj0bJpY2MDoE68
+P7EJnJmZn3JBT6I01HY5ioIiGayQ/vMqIq2e1kr9BO56vaZ4emZNlkL0FUzOfOFH
+axduYMtx
+=KyNt
+-----END PGP SIGNATURE-----

++++++ ncurses-6.6.dif ++++++
--- /var/tmp/diff_new_pack.j1iTiV/_old  2026-06-29 17:31:04.975512118 +0200
+++ /var/tmp/diff_new_pack.j1iTiV/_new  2026-06-29 17:31:04.983512389 +0200
@@ -143,7 +143,7 @@
  esac
  done
 --- configure
-+++ configure  2026-06-11 11:52:34.770279002 +0000
++++ configure  2026-06-15 08:05:29.796407169 +0000
 @@ -8695,7 +8695,7 @@ echo $ECHO_N "checking for an rpath opti
                fi
                ;;
@@ -173,6 +173,20 @@
        test "x$with_pcre2" != xyes && cf_list_pcre2="$with_pcre2 $cf_lib_pcre2"
        cf_with_pcre2_ok=no
        for cf_with_pcre2 in $cf_list_pcre2
+@@ -16232,6 +16232,13 @@ for cf_add_1lib in $cf_add_0lib; do
+ done
+ PRIVATE_LIBS="$cf_add_libs"
+ 
++case x$cf_cv_abi_version in
++(x[789])
++      if test "x$disable_lib_suffixes" = "xno" ; then
++              LIB_SUFFIX="t${LIB_SUFFIX}"
++      fi
++      ;;
++esac
+       else
+               # when not using weak symbols but with_reentrant,
+               # add 't' to the library suffix on all platforms
 @@ -29663,12 +29670,12 @@ cat >>$cf_edit_man <<CF_EOF
                echo "? missing rename for \$cf_source"
                cf_target="\$cf_source"
@@ -297,6 +311,27 @@
        ;;
  esac
  done
+--- include/curses.h.in
++++ include/curses.h.in        2026-06-12 12:19:01.417561707 +0000
+@@ -247,6 +247,8 @@ typedef @cf_cv_typeof_mmask_t@ mmask_t;
+ /*
+  * We need FILE, etc.  Include this before checking any feature symbols.
+  */
++#include <features.h>
++#include <sys/types.h>
+ #include <stdio.h>
+ 
+ /*
+@@ -1537,6 +1539,9 @@ extern NCURSES_EXPORT_VAR(int) ESCDELAY;
+ extern NCURSES_EXPORT_VAR(int) LINES;
+ extern NCURSES_EXPORT_VAR(int) TABSIZE;
+ 
++#if defined(_REENTRANT) || defined(_THREAD_SAFE)
++#error "POSIX threads enabled (-pthread) but using non-reentrant ncurses. Use 
ncursestw instead."
++#endif
+ #endif
+ 
+ /*
 --- include/termcap.h.in
 +++ include/termcap.h.in       2025-05-05 07:22:16.198714905 +0000
 @@ -47,6 +47,8 @@ extern "C"
@@ -405,7 +440,7 @@
  
        if [ $name = $MAIN_LIBRARY ]
 --- misc/terminfo.src
-+++ misc/terminfo.src  2026-06-11 09:39:47.857894792 +0000
++++ misc/terminfo.src  2026-06-15 07:33:29.175176232 +0000
 @@ -305,7 +305,9 @@ dumb|80-column dumb tty,
        am,
        cols#80,
@@ -442,7 +477,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,
-@@ -5584,7 +5593,7 @@ xterm+88color2|xterm 88-color feature,
+@@ -5581,7 +5590,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,
@@ -451,7 +486,7 @@
  xterm-88color|xterm with 88 colors,
        use=xterm+osc104, use=xterm+88color,
        use=xterm-256color,
-@@ -5863,9 +5872,25 @@ xterm-noapp|xterm with cursor keys in no
+@@ -5860,9 +5869,25 @@ xterm-noapp|xterm with cursor keys in no
  xterm-24|vs100|xterms|xterm terminal emulator 24-line (X Window System),
        lines#24, use=xterm-old,
  
@@ -478,7 +513,7 @@
  
  # This entry assumes that xterm's handling of VT100 SI/SO is disabled by
  # setting the vt100Graphics resource to false.
-@@ -6323,7 +6348,7 @@ xterms-sun|small (80x24) xterm with sunF
+@@ -6320,7 +6345,7 @@ xterms-sun|small (80x24) xterm with sunF
  
  #### GNOME (VTE)
  # this describes the alpha-version of GNOME terminal shipped with Redhat 6.0
@@ -487,7 +522,7 @@
        bce,
        kdch1=^?, use=linux+kbs, use=vt100+pf1-pf4,
        use=xterm-color,
-@@ -6612,11 +6637,15 @@ mgt|Multi GNOME Terminal,
+@@ -6609,11 +6634,15 @@ 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).
@@ -504,7 +539,7 @@
  # Konsole 1.0.1 (2001/11/25)
  # (formerly known as kvt)
  #
-@@ -6899,7 +6928,7 @@ mlterm3|multi lingual terminal emulator
+@@ -6896,7 +6925,7 @@ mlterm3|multi lingual terminal emulator
  mlterm2|multi lingual terminal emulator 2.x,
        am, eslok, km, mc5i, mir, msgr, npc, xenl, XT,
        colors#8, cols#80, lines#24, pairs#64,
@@ -513,7 +548,7 @@
        bel=^G, bold=\E[1m, clear=\E[H\E[2J, cr=\r, cub1=^H, cud1=\n,
        dch=\E[%p1%dP, dch1=\E[P, ech=\E[%p1%dX, ed=\E[J, el=\E[K,
        el1=\E[1K, enacs=, ich=\E[%p1%d@, ind=\n,
-@@ -6977,7 +7006,7 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -6974,7 +7003,7 @@ rxvt-basic|rxvt terminal base (X Window
        sgr0=\E[0m\017, smir=\E[4h, smkx=\E=, smul=\E[4m,
        use=ecma+underline, use=ecma+standout, use=ansi+csr,
        use=ansi+idl, use=ansi+local, use=xterm+alt47,
@@ -522,7 +557,7 @@
        use=vt220+cvis, use=vt100+keypad,
  
  # Key Codes from rxvt reference:
-@@ -7063,6 +7092,7 @@ rxvt-basic|rxvt terminal base (X Window
+@@ -7060,6 +7089,7 @@ rxvt-basic|rxvt terminal base (X Window
  rxvt+pcfkeys|rxvt fragment for PC-style fkeys,
        kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d,
        kNXT=\E[6$, kPRV=\E[5$, kRIT=\E[c, kel=\E[8\^, kend=\E[8~,
@@ -530,7 +565,7 @@
        kf21=\E[23$, kf22=\E[24$, kf23=\E[11\^, kf24=\E[12\^,
        kf25=\E[13\^, kf26=\E[14\^, kf27=\E[15\^, kf28=\E[17\^,
        kf29=\E[18\^, kf30=\E[19\^, kf31=\E[20\^, kf32=\E[21\^,
-@@ -7145,6 +7175,38 @@ rxvt-cygwin-native|rxvt terminal emulato
+@@ -7142,6 +7172,38 @@ rxvt-cygwin-native|rxvt terminal emulato
             \302x\263y\363z\362{\343|\330~\376,
        use=rxvt-cygwin,
  
@@ -569,7 +604,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,
-@@ -8814,7 +8876,7 @@ pty|4bsd pseudo teletype,
+@@ -8811,7 +8873,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
@@ -578,7 +613,7 @@
        am, mir, xenl,
        cols#80, lines#24,
        bel=^G, bold=\E[1m, cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=^H,
-@@ -8823,6 +8885,13 @@ eterm|GNU Emacs term.el terminal emulati
+@@ -8820,6 +8882,13 @@ eterm|GNU Emacs term.el terminal emulati
        smir=\E[4h, use=ansi+cpr, use=ansi+cup, use=ansi+erase,
        use=ansi+idl, use=ansi+local, use=ansi+sgrso,
        use=ansi+sgrul, use=xterm+alt47,
@@ -592,7 +627,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,
-@@ -9090,6 +9159,8 @@ screen.xterm-new|screen customized for m
+@@ -9087,6 +9156,8 @@ screen.xterm-new|screen customized for m
  # Don't use this, because not everyone has "screen.xterm-new":
  #:screen.xterm|screen for modern xterm,
  #:    use=screen.xterm-new,
@@ -601,7 +636,7 @@
  
  # xterm-r6 does not really support khome/kend unless it is propped up by
  # the translations resource.
-@@ -9184,7 +9255,7 @@ screen-w|VT 100/ANSI X3.64 virtual termi
+@@ -9181,7 +9252,7 @@ screen-w|VT 100/ANSI X3.64 virtual termi
  screen2|VT 100/ANSI X3.64 virtual terminal (old 2.x),
        cols#80, lines#24,
        clear=\E[2J\E[H, cr=\r, cub1=^H, cup=\E[%i%p1%d;%p2%dH,
@@ -610,7 +645,7 @@
        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, rmso=\E[23m,
        rs1=\Ec, sc=\E7, sgr0=\E[m, smso=\E[3m, use=ecma+underline,
-@@ -11126,7 +11197,7 @@ hp700-wy|HP 700/41 emulating Wyse30,
+@@ -11123,7 +11194,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,
@@ -619,7 +654,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,
-@@ -18587,7 +18658,7 @@ ibm3101|i3101|IBM 3101-10,
+@@ -18589,7 +18660,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, nel=\r\n, tbc=\EH,
        use=vt52+arrows,
@@ -628,7 +663,7 @@
        is2=\E S, rmacs=\E>B, rs2=\E S,
        sgr=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%;
            %?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t
-@@ -18822,7 +18893,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
+@@ -18824,7 +18895,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De
  
  # "Megapel" refers to the display adapter, which was used with the IBM RT
  # aka IBM 6150.

Reply via email to