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-04-25 21:35:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ncurses (Old) and /work/SRC/openSUSE:Factory/.ncurses.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncurses" Sat Apr 25 21:35:07 2026 rev:329 rq:1349133 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes 2026-04-16 17:24:59.890560718 +0200 +++ /work/SRC/openSUSE:Factory/.ncurses.new.11940/ncurses.changes 2026-04-25 21:35:08.624333854 +0200 @@ -1,0 +2,42 @@ +Fri Apr 24 12:51:57 UTC 2026 - Dr. Werner Fink <[email protected]> + +- Disable fix-mouse.patch as it conflicts with current patch level. + Mask patch fix-mouse.patch as source to not lose it. +- The fix-bsc1259924.patch is NOT required as at this patch level + already included. In fact fix-bsc1259924.patch is a backport. + +------------------------------------------------------------------- +Mon Apr 20 06:48:49 UTC 2026 - Dr. Werner Fink <[email protected]> + +- Add ncurses patch 20260418 + + note in manpage that wgetch/wget_wch consistently set errno to EBADF + for poll/select configurations when the input is closed. + + improve check in test/ncurses for errors by limiting it to the + latest wgetch/wget_wch (cf: 20260404). + > fixes for problems found by Anthropic (report by David Korczynski): + + correct a limit-check in _nc_write_object + + correct a source-pointer in _nc_trim_sgr0 + + add limit-check in read_SGR + +------------------------------------------------------------------- +Mon Apr 13 07:02:16 UTC 2026 - Dr. Werner Fink <[email protected]> + +- Add ncurses patch 20260411 + + if POLLNVAL is set in revents, set errno to EBADF to improve handling + of closed input for poll() configuration. + + cancel bce and rep in some screen.X's -TD + +------------------------------------------------------------------- +Wed Apr 8 07:18:08 UTC 2026 - Dr. Werner Fink <[email protected]> + +- Add ncurses patch 20260404 + + use xterm+direct in konsole-direct, add several features to + konsole (report by Xu Che) + + use dec+sl in mintty (prompted by Thomas Wolff) -TD + + add linux-alt1049 (report by Sebastien Hinderer) -TD + + add a limit-check in _nc_mouse_parse in case there are no valid + events (report by Giorgos Xou, cf: 20260301). + + amend recent change to test/ncurses to check errno before deciding + to exit. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncurses.spec ++++++ --- /var/tmp/diff_new_pack.kDD4XP/_old 2026-04-25 21:35:09.856384369 +0200 +++ /var/tmp/diff_new_pack.kDD4XP/_new 2026-04-25 21:35:09.860384533 +0200 @@ -112,7 +112,7 @@ Patch2: ncurses-5.7-tack.dif Patch3: FORTIFY_SOURCE_3-fix.patch Patch4: ncurses-6.5-ghostty.dif -Patch5: fix-mouse.patch +Source100: fix-mouse.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %global _miscdir %{_datadir}/misc %global _incdir %{_includedir} @@ -401,7 +401,7 @@ %patch -P0 -p0 -b .p0 %patch -P3 -p1 %patch -P4 -p0 -%patch -P5 -p1 -F 10 +#%%patch -P5 -p1 -b .mf %build LANG=C.UTF-8 ++++++ fix-mouse.patch ++++++ --- /var/tmp/diff_new_pack.kDD4XP/_old 2026-04-25 21:35:09.960388634 +0200 +++ /var/tmp/diff_new_pack.kDD4XP/_new 2026-04-25 21:35:09.964388798 +0200 @@ -1,6 +1,6 @@ --- a/ncurses/base/lib_mouse.c +++ b/ncurses/base/lib_mouse.c -@@ -892,40 +892,43 @@ _nc_mouse_event(SCREEN *sp) +@@ -899,40 +899,43 @@ _nc_mouse_event(SCREEN *sp) #if USE_SYSMOUSE case M_SYSMOUSE: if (sp->_sysmouse_head < sp->_sysmouse_tail) { @@ -44,7 +44,7 @@ } break; #endif -@@ -1746,4 +1749,5 @@ _nc_mouse_parse(SCREEN *sp, int runcount) +@@ -1737,4 +1740,5 @@ _nc_mouse_parse(SCREEN *sp, int runcount) * with. The same issue applies to first_valid and _mouse_read. */ - while (!ValidEvent(EventAt(sp, sp->_mouse_read))) { @@ -52,5 +52,4 @@ + !ValidEvent(EventAt(sp, sp->_mouse_read))) { sp->_mouse_read++; } -(No newline at EOF) ++++++ ncurses-5.9-ibm327x.dif ++++++ --- /var/tmp/diff_new_pack.kDD4XP/_old 2026-04-25 21:35:10.004390438 +0200 +++ /var/tmp/diff_new_pack.kDD4XP/_new 2026-04-25 21:35:10.008390602 +0200 @@ -10,7 +10,7 @@ --- misc/terminfo.src +++ misc/terminfo.src 2025-05-05 07:10:18.639838164 +0000 -@@ -1266,7 +1266,7 @@ sclp|IBM s390 driver for Linux, +@@ -1270,7 +1270,7 @@ sclp|IBM s390 driver for Linux, cols#80, lines#24, acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, bel=^G, blink=\E[5m, cr=\r, cub1=^H, cud1=\n, @@ -19,7 +19,7 @@ dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, el1=\E[1K, enacs=\E)0, ht=^I, ich=\E[%p1%d@, ind=\ED, is2=\Ec, kf5=\E[15~, khome=\E[1~, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, -@@ -1275,7 +1275,7 @@ sclp|IBM s390 driver for Linux, +@@ -1279,7 +1279,7 @@ sclp|IBM s390 driver for Linux, \E(B%;$<2>, sgr0=\E[m\E(B, smacs=\E(0$<2>, smul=\E[4m, use=ecma+underline, use=ecma+standout, use=klone+color, @@ -28,7 +28,7 @@ use=ansi+local, use=ansi+rca, use=linux+sfkeys, use=vt100+pf1-pf4, use=vt220+ufkeys, use=vt220+pcedit, -@@ -18411,7 +18411,19 @@ hazel|exec80|h80|he80|Hazeltine Executiv +@@ -18431,7 +18431,19 @@ hazel|exec80|h80|he80|Hazeltine Executiv ibm327x|line mode IBM 3270 style, gn, ++++++ ncurses-6.5-ghostty.dif ++++++ --- /var/tmp/diff_new_pack.kDD4XP/_old 2026-04-25 21:35:10.024391258 +0200 +++ /var/tmp/diff_new_pack.kDD4XP/_new 2026-04-25 21:35:10.032391586 +0200 @@ -7,7 +7,7 @@ --- misc/terminfo.src +++ misc/terminfo.src 2025-01-13 08:43:20.312926680 +0000 -@@ -8675,7 +8675,7 @@ contour-direct|Contour terminal with dir +@@ -8690,7 +8690,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-20260404.patch.gz and new/patches/ncurses-6.6-20260404.patch.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches/ncurses-6.6-20260404.patch.gz.asc new/patches/ncurses-6.6-20260404.patch.gz.asc --- old/patches/ncurses-6.6-20260404.patch.gz.asc 1970-01-01 01:00:00.000000000 +0100 +++ new/patches/ncurses-6.6-20260404.patch.gz.asc 2026-04-05 01:10:35.000000000 +0200 @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNATURE----- +Comment: See https://invisible-island.net/public/public.html for info + +iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmnRmmoACgkQzCr0RyFn +vgMPxwv/aylxsSVyOPG6Us1eD6+4ZOokBSssE9vyGSYM93W2Z3h/4cr8jNPEl9cK +L6MRM5JoDhhbT8s4tRGZ5dz9C3bXnja61C0wSUukzhHrANiTBvmTsfljXLhppj7k +iaLAiXDjjVjaiw+L+l5p4ZWenbjrsc6YjDLqv7o0tAlQGDEPpBZrGKLTkH2IvJyl +j5f96BSoeKhkrJqPbBk64Nc0zrw9BfoKNBX/IrtC+znJmN761gPtCU1hzMTMqzOK +DVFThFJ+RNzuQw//9os3+KtWVaisHJN7WuKut81Zq4IiqkbXPgsi7Zeb8yHAlBIB +9D5DNyck0VCF2cgMslYehl6aCnd/Fl8u9q4A5SN8aNnUEpVB/NqV5zJ/Wii5y1l0 +HCr4oouyFiOSYoACXkTFKkY4frU7qzoX1BzD8Azo+vaCzdBrm5tKVPPHtQSpKHv8 +APncHDmjoDFeovQOO7sPo1eVl5scGkmnTxDDLa02P46cd/ufekSOmz8f8o8oEQQE +iG6WgTjN +=OW7/ +-----END PGP SIGNATURE----- Binary files old/patches/ncurses-6.6-20260411.patch.gz and new/patches/ncurses-6.6-20260411.patch.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches/ncurses-6.6-20260411.patch.gz.asc new/patches/ncurses-6.6-20260411.patch.gz.asc --- old/patches/ncurses-6.6-20260411.patch.gz.asc 1970-01-01 01:00:00.000000000 +0100 +++ new/patches/ncurses-6.6-20260411.patch.gz.asc 2026-04-12 02:16:14.000000000 +0200 @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNATURE----- +Comment: See https://invisible-island.net/public/public.html for info + +iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmna5E4ACgkQzCr0RyFn +vgPAigv7B/loK7XCHXQYoBtbKizoPAKt8HXIXSjOFCnLl0rEgzXv1bNjZu/MWELc +Q0vM31UfNtqHyYwt+5vzyMQaqoTIHOkrjZUuZIgEoLKcnYtbqPLxddvIkSf7cSiU +eKSMMxd3luhxwYN93THj89ybzxOoHhYFV/GBIzsmQgpfsnO9oQchuaT5yVNLtF88 +15Bwqe5hqWyFTaQRdB2uzhdmtGtW+/oGQUm6oz1eflmLHILfRNx0l8Lsi07Fbes/ +aSfkSWQ3ssrnpwy+hwWIXLQBm25T/HZuJ/Y2V1HoW1tvvMNytP2o2FeEAS6ZrRgC +a295IDVif10yBiAXLGqBQDMbtXVQ88OSnS7tcPRGpLpwiZhl7n64cJgJmL30hpzs +Ab3u/y8M96p+pdI7Rur/iYldyZGQZQ4seD1qUvCpls0uZSFjMsMdVcCmyzev7Frr +y+DjJVw0Jg6cdXuiSoZGCkjaGv/Sdg+v+3PwWZoORlPzX+c/eunWq5jLudm9RJDI +cpN80ZUb +=5A/P +-----END PGP SIGNATURE----- Binary files old/patches/ncurses-6.6-20260418.patch.gz and new/patches/ncurses-6.6-20260418.patch.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches/ncurses-6.6-20260418.patch.gz.asc new/patches/ncurses-6.6-20260418.patch.gz.asc --- old/patches/ncurses-6.6-20260418.patch.gz.asc 1970-01-01 01:00:00.000000000 +0100 +++ new/patches/ncurses-6.6-20260418.patch.gz.asc 2026-04-19 02:07:02.000000000 +0200 @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNATURE----- +Comment: See https://invisible-island.net/public/public.html for info + +iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmnkHKUACgkQzCr0RyFn +vgNHRQv8C8a8//puQZ/QJMQWuTE+G1cAH7/VBMjryMsjUHhpYfycokfrHHvKbQOq +9dj4tDReD98JoC0xRCyoQE00rO7ZBQLQfiBQrL49NJfP8gaExGuQDdcYPCHk9kUL +XzEPwycuOJgfbW/pEGcVzsVdCpeE0Ywt9vphNndiGYu1VboC4V+AEaipIaMvbSnn +EHXxQpogcwJfrTXT4FXnUJ91jUGX0vsS8NE7XYSVVm/P+JNgScYL2YXC8BEzFjV0 ++6CI/khy1UMvkST82bUIXFDa9UVqOw6P+YfDPIWqwrm0le2WPHHOph1/YoU30HPz +J5yrCrtZBJUmGIGKB0Xdav8vN1xdo6nsBHhv2kDeCtzpLELBqwhStrkxD7Mvf8W8 +HzKcaVcCCyGUEdPwbSFIa5CbWgu6eYVsnyoDKgeJ68WufSt1h81Txw9gTrKE8gYR +nvIMiPEU5SCApmrMso/+phQVRWH81bxcnC4ZWg5MPvyriz5v53ESctPB323ogttz +VKfbNM+R +=gJEK +-----END PGP SIGNATURE----- ++++++ ncurses-6.6.dif ++++++ --- /var/tmp/diff_new_pack.kDD4XP/_old 2026-04-25 21:35:10.192398146 +0200 +++ /var/tmp/diff_new_pack.kDD4XP/_new 2026-04-25 21:35:10.200398474 +0200 @@ -415,7 +415,7 @@ if [ $name = $MAIN_LIBRARY ] --- misc/terminfo.src -+++ misc/terminfo.src 2026-02-23 12:55:43.714884498 +0000 ++++ misc/terminfo.src 2026-04-13 07:05:09.483468448 +0000 @@ -305,7 +305,9 @@ dumb|80-column dumb tty, am, cols#80, @@ -427,7 +427,7 @@ gn, use=dumb, lpr|printer|line printer, OTbs, hc, os, -@@ -1050,9 +1052,15 @@ linux-c|Linux console 1.3.6+ for older n +@@ -1054,9 +1056,15 @@ linux-c|Linux console 1.3.6+ for older n # The 2.2.x kernels add a private mode that sets the cursor type; use that to # get a block cursor for cvvis. # reported by Frank Heckenbach <[email protected]>. @@ -444,7 +444,7 @@ # release 2.6: 2003/12 - 2004/12 # -@@ -1087,6 +1095,7 @@ linux2.6|Linux 2.6.x console, +@@ -1091,6 +1099,7 @@ linux2.6|Linux 2.6.x console, acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy yzz{{||}}~~, enacs=\E)0, rmacs=^O, @@ -452,7 +452,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, -@@ -5531,7 +5540,7 @@ xterm+88color2|xterm 88-color feature, +@@ -5536,7 +5545,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, @@ -461,7 +461,7 @@ xterm-88color|xterm with 88 colors, use=xterm+osc104, use=xterm+88color, use=xterm-256color, -@@ -5807,9 +5816,25 @@ xterm-noapp|xterm with cursor keys in no +@@ -5816,9 +5825,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, @@ -488,7 +488,7 @@ # This entry assumes that xterm's handling of VT100 SI/SO is disabled by # setting the vt100Graphics resource to false. -@@ -6263,7 +6288,7 @@ xterms-sun|small (80x24) xterm with sunF +@@ -6272,7 +6297,7 @@ xterms-sun|small (80x24) xterm with sunF #### GNOME (VTE) # this describes the alpha-version of GNOME terminal shipped with Redhat 6.0 @@ -497,7 +497,7 @@ bce, kdch1=^?, use=linux+kbs, use=vt100+pf1-pf4, use=xterm-color, -@@ -6552,11 +6577,15 @@ mgt|Multi GNOME Terminal, +@@ -6561,11 +6586,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). @@ -514,7 +514,7 @@ # Konsole 1.0.1 (2001/11/25) # (formerly known as kvt) # -@@ -6833,7 +6862,7 @@ mlterm3|multi lingual terminal emulator +@@ -6848,7 +6877,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, @@ -523,7 +523,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, -@@ -6911,7 +6940,7 @@ rxvt-basic|rxvt terminal base (X Window +@@ -6926,7 +6955,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, @@ -532,7 +532,7 @@ use=vt220+cvis, use=vt100+keypad, # Key Codes from rxvt reference: -@@ -6997,6 +7026,7 @@ rxvt-basic|rxvt terminal base (X Window +@@ -7012,6 +7041,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~, @@ -540,7 +540,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\^, -@@ -7079,6 +7109,38 @@ rxvt-cygwin-native|rxvt terminal emulato +@@ -7094,6 +7124,38 @@ rxvt-cygwin-native|rxvt terminal emulato \302x\263y\363z\362{\343|\330~\376, use=rxvt-cygwin, @@ -579,7 +579,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, -@@ -8677,7 +8739,7 @@ pty|4bsd pseudo teletype, +@@ -8692,7 +8754,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 @@ -588,7 +588,7 @@ am, mir, xenl, cols#80, lines#24, bel=^G, bold=\E[1m, cr=\r, csr=\E[%i%p1%d;%p2%dr, cub1=^H, -@@ -8686,6 +8748,13 @@ eterm|GNU Emacs term.el terminal emulati +@@ -8701,6 +8763,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, @@ -602,7 +602,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, -@@ -8943,6 +9012,8 @@ screen.xterm-new|screen customized for m +@@ -8958,6 +9027,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, @@ -611,7 +611,7 @@ # xterm-r6 does not really support khome/kend unless it is propped up by # the translations resource. -@@ -9027,7 +9098,7 @@ screen-w|VT 100/ANSI X3.64 virtual termi +@@ -9047,7 +9118,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, @@ -620,7 +620,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, -@@ -10971,7 +11042,7 @@ hp700-wy|HP 700/41 emulating Wyse30, +@@ -10991,7 +11062,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, @@ -629,7 +629,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, -@@ -18432,7 +18503,7 @@ ibm3101|i3101|IBM 3101-10, +@@ -18452,7 +18523,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, @@ -638,7 +638,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 -@@ -18667,7 +18738,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De +@@ -18687,7 +18758,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.
