libvterm-devel-0.3.1-bp155.1.5 >  A de%yI%z w\NnqU9^*)p\TlEzx8xer!  :ڬee9ԭeCu00x/-Ad֢: 㜀3=HBkT*Pram ٗ$K|f;G0/`3MUn`q] OLN|] 䀼x*k֥GY~iP $?xT~a#GN^BJ̬#%n<BB,~-Mxyzr2!)qΧHY׳Aii%jO9>e^v|8w@7Fza8@I+ߪ#q9:0DXT)#QM7CnӔ\/}=_WsN% l;_tC;w a(kbxe|~5]A}o`g~W좜Sv܀|p-o~VF\ɲbk913e0fa190ce947dc71e4f2dd87d24553bc2f307afdd1c550b050689dd8b4d822b09beff86ea53d458dec11f4f4665c03895dc26Rtde%yI%z T ?R ~J)+3l)Jmveej|,Pt1-R7 suBR?l=uke%%r R[Z#dun(-?S+ȵ JHsgɢكmj*BxsUMQK,~WEt~̐Zg&DwKL>+sF-c`B(=s4/w@'@XYI8`_>t5YUv߰4ʯV1*yԅuF~X+ZɖQ/}];H %6\$xeZO!;A7XTRNp@ң1l|LIYMVRkKRԑʐ[DEU\}$xzI?M7>aC 1"[Ӏ%/2dY㹍uyKߑ$3<8?~N}>ѐ5 7vrQѠRzq2vR64@8"dt}Oc<3ϲLyQZ >p>6?6xd ! ?x| , 4 < L  (8L`e(89:?F3G3H3I3X3Y3\4]4,^4Zb4c53d5e5f5l5u5v5w5x6y6z66(6,626tClibvterm-devel0.3.1bp155.1.5Development files of libvtermThis package contains the development files of libvterm.de%Ds390zl23W_SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://launchpad.net/libvtermlinuxs390xRYRde%.de%.de%.de%.09a34617380334eeb89c4b6fd8d454528055cab5ff830ec79d11b4782363c9c92a8a667b8f820d9c824b79e7bc4add4acab79b9712fd5b162715f59e11e15fc6f8759373a3b9a7307398a9164c707d0db6eb958d6bbc0cc065193b7906879b56libvterm.so.0.0.0rootrootrootrootrootrootrootrootlibvterm-0.3.1-bp155.1.5.src.rpmlibvterm-devellibvterm-devel(s390-64)pkgconfig(vterm)@    /usr/bin/pkg-configlibvterm0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.3.13.0.4-14.6.0-14.0-15.2-14.14.3cʂ@c:^@^@^]@]xY*Y)j@WWVbVbVbVbV^@Dirk Müller Matej Cepl Matej Cepl Matej Cepl Matej Cepl Martin Liška Matej Cepl ronisbr@gmail.combwiedemann@suse.comronisbr@gmail.comronisbr@gmail.comjengelh@inai.deronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.com- update to 0.3.1: * vterm-dump specifically emit NUL/CAN/SUB/DEL * Optionally emit NUL/CAN/SUB/DEL from parser than * Don't bother to emit the unrecognized sequence in DECRQSS * erase_internal should only set fg/bg color, resetting others * Added vterm_screen_set_default_colors() * Delete mk_wcswidth functions as they're unused * Also accept DECSGR sequences for superscript/subscript- Update to 0.3.0 (unfortunately, upstream doesn't provide correct changelog so this is just log of VCS): - Pass lineinfos into screen resize callback; make it responsible for reshaping them - getchar() into unsigned char in vterm-ctrl.c to avoid complaints of comparison signedness (LP1894806) - Avoid remaining VLA by bounding the combining-char search to the max supported chars per cell - Avoid putting a potentially-unbounded VLA on the stack as temporary working space for character decode, by using the tmpbuffer in on_text instead - Set a much larger default out/tmpbuffer size (4096bytes), because now a size-constrained caller could make them smaller - Permit overriding size of outbuffer / tmpbuffer as builder params - Create struct VTermBuilder and vterm_build() - VTermAllocator field can be const in struct VTerm - Store INCDIR directly in .pc file rather than indirecting it via PREFIX - Version bump to v0.2 - Selection send and recv should use independent partial-state storage - Also support sending the selection - Replace vterm_push_output_sprintf_dcs with a more generic _str version that can independently control introduction C1 vs terminating ST - Add a selection callback for query - Don't emit any mouse sequences when mouse reporting disabled - Remember to reset mouse flags as part of overall vterm_state_reset() - Add a usage comment at the top of bin/unterm.c - Capture unit test for OSC 52 - Further bugfixes for OSC 52 handling in various split-write conditions - Bugfix for cornercase where two-byte ST is split across buffer writes - Initial attack at OSC 52 = selection management, to set the clipboard - An initial attack at documenting (most of?) the sequences from xterm - Notation fixes in doc/seqs.txt - Provide state fallbacks for APC/PM/SOS - Other C0/C1 controls are permitted within SOS strings - Recognise APC, PM and SOS in the parser - Use 0x99 as a C1 test byte instead of 0x9F because the latter is APC which is a string introducer - Set _XOPEN_SOURCE 600 unconditionally in vterm-ctrl.c - Make libvterm compile on arm64 Macs (from https://github.com/neovim/libvterm/pull/6) - Ensure that resize shorter does not send the cursor to a negative row - Remove debugging print on DECRQSS - Regenerate fullwidth.inc for latest Unicode - A much more efficient find-wide-chars.pl - Accept OSC ... ST without an intermediate semicolon after the command number - Fix printf argument types (https://github.com/vim/vim/pull/5456) - Partial bugfix for uncleared area after resize (thanks Jörg Richter) - Recognise SGR 8 for conceal (thanks Jörg Richter) - Define a new dedicated 'state fallbacks' struct rather than abusing the parser callbacks one - New string-handling API that streams in possibly-multiple fragments - Remember to length-check accesses at cell->chars[] because it is not necessarily zero-terminated (LP 1846869) - fix memory leak of vt->tmpbuffer (LP 1843449) - t/run-test.pl option to abort on first fail - Accept convenience formatting in ?screen_chars assertions; makes unit tests more readable - Include test script line number in t/run-test.pl output - Add a short unit test that resize on altscreen at least doesn't crash - Only enable altscreen during unit tests that need it - Better handling of resize to try to avoid the final memmove(), and not drag scrollback in unnecessarily - Can't lazy-allocate state->lineinfos[BUFIDX_ALTSCREEN] because that allocs during byte run - Initial hack at tracking 'continuation' marks per line in lineinfo - Allow run-test.pl to cope with empty assertion results - Be sure to clear DWL/DHL status for blank lines caused by scroll - Pass 'state fields' as a struct into resize callback in case of other things it needs to edit - Remember to store a state->lineinfo array for both buffers - Do all the initialising of VTermState in vterm_state_new() - Rename realloc_buffer() to just alloc_buffer() since it doesn't need to realloc now - Rewrite of resize handling logic to hopefully cope much better with reflow- All my previous builds were just figments of my imagination, and neovim upstream claims one has to use 0.1.3 only. So, downgrading.- Update to 0.1.3+bzr767: - Remove debugging print on DECRQSS - Regenerate fullwidth.inc for latest Unicode - A much more efficient find-wide-chars.pl - Accept OSC ... ST without an intermediate semicolon after the command number - Fix printf argument types (gh#vim/vim#5456)- Update to 0.1.3+bzr762: - Merge bugfixes up to v0.1.3 - Partial bugfix for uncleared area after resize (thanks Jörg Richter) - Recognise SGR 8 for conceal (thanks Jörg Richter) - Define a new dedicated 'state fallbacks' struct rather than abusing the parser callbacks one - New string-handling API that streams in possibly-multiple fragments - Remember to length-check accesses at cell->chars[] because it is not necessarily zero-terminated (LP 1846869) - fix memory leak of vt->tmpbuffer (LP 1843449)- Make build verbose and respect $optflags.- Update to 0~bzr755: - 755 t/run-test.pl option to abort on first fail - 754 Accept convenience formatting in ?screen_chars assertions; makes unit tests more readable - 753 Include test script line number in t/run-test.pl output - 752 Add a short unit test that resize on altscreen at least doesn't crash - 751 Only enable altscreen during unit tests that need it - 750 Better handling of resize to try to avoid the final memmove(), and not drag scrollback in unnecessarily - 749 Can't lazy-allocate state->lineinfos[BUFIDX_ALTSCREEN] because that allocs during byte run - 748 Initial hack at tracking 'continuation' marks per line in lineinfo - 747 Allow run-test.pl to cope with empty assertion results - 746 Be sure to clear DWL/DHL status for blank lines caused by scroll - 745 Pass 'state fields' as a struct into resize callback in case of other things it needs to edit - 744 Remember to store a state->lineinfo array for both buffers - 743 Do all the initialising of VTermState in vterm_state_new() - 742 Rename realloc_buffer() to just alloc_buffer() since it doesn't need to realloc now - 741 Rewrite of resize handling logic to hopefully cope much better with reflow - 739 Recognise an __END__ marker in a unit test file - 738 Add a version check macro - 737 Bump version to 0.1 - 736 Recognise SGR 4:3 for curly underline - 735 Recognise subparameters in SGR 4:x to set off/single/double - 734 Define some enum{} constants for pen.underline field values - 733 Run unit tests on outfunc instead of buffering logic; truncation test is no longer valid now - 732 Optional vterm_output_set_callback() to set an output func; will eventually replace buffer logic - 731 Implement Query SGR by building a tmpbuffer then making a single vterm_push_output call - 730 More efficient one-line implementation of DCS and ST rendering parts of _output_sprintf_dcs - 729 Rewrite vterm_push_output_* functions to use a new tmpbuffer on main VT object, push all output via _output_bytes() - 728 The F1 to F4 keys should send SS3 rather than CSI when unmodified - 727 Expose cell colour index as API value (LP1805035) - 726 Document REP sequence - 725 Rename/number some more state-related tests - 724 Renumber the 4x test series up to 6x to make plenty more space for state tests - 723 Implement REP CSI (LP1805050) - 722 Add --executable/-e flag to run-test.pl (LP1805034) - 721 Ship src/*.inc files to destdir (thanks jamessan) - 720 Add unit test for fullwidth emoji char - 719 Initial attempt at better handling of double-width unicode characters - 718 Fix implementation of query on bracketed paste mode (thanks jamessan) - 717 Need to use 1U << 31 to keep C++ compilers happy (thanks jamessan) - 716 Make sure to use CSI_* macros rather than hardcoding (1<<31) in unterm.c (thanks jamessan) - 715 Add DECSM 1004 to documentation - 714 Move 'reportfocus' to keep numerical ordering in vterm-ctrl.c - 713 Merge lp:~jamessan/libvterm/focus-events - 712 Move strbuffer into the .parser sub-struct - 711 Internal rearrangement of string state handling in parser, to better fit upcoming new API - 710 Now that parser 'text' callback should always make progress, no need to use the strbuffer for it - 709 Bugfix to account for UTF-8 decoder still consuming initial bytes of a partial sequence - 708 Improved handling of ESC parsing so it doesn't use the temporary strbuffer - 707 Found another document about escape sequences - 706 An improved CSI parser that does not use the temporary strbuffer but instead works entirely incrementally - 705 Move parser-related state into its own sub-structure - 704 Fix -Wpedant warnings from t/harness.c - 703 Compile with -Wpedantic - 702 Minor other syntax pedant fixes to bin/*.c files - 701 Make all bitfields 'unsigned int' - 700 Use an ifdef instead of commented code in parser.c's debugging - 699 Ensure that all enums in header files lack a trailing comma, because some older C++ compilers won't like that - 698 Remeber to 'return 0' at the end of main() in the binaries - 697 Avoid the \e escape in string literals in bin/*.c; replace with \x1b - Removed _service file, bzr on Tumbleweed is too broken to be used automatically, rather use upstream tarballs.- Run spec-cleaner. - Fix `libvterm.changes` indentation.- Version bump to 0~bzr696. Changelog: * Add S8C1T control support to vterm-ctrl * Implement querying of cursor shape in vterm-ctrl * Remember to document ST in doc/seqs.txt * Adjust linebreaking of 'break' statements to avoid gcc warnings of misleading indentation * Implement DECRQSS on SGR when set to RGB8 palette colours * Reset the pen between independent tests of DECRQSS on SGR * Bugfix for disabling mouse mode * Ensure stdin's ICANON mode is restored even if vterm-ctrl exits on error * Initialise mouse state at VTermState creation rather than as a side-effect of DECSM 100{0,2,3} - fixes LP1640917 * Pull VTermScreenCell.attrs out to its own named type * Merge lp:~jamessan/libvterm/reproducibility (#307773, boo#1041090)- Version bump to 0~bzr684. Changelog: * Avoid "\e" because some C compilers don't like it * Don't use wchar_t in unicode.c as it might not be big enough * Remember to pass unicode codepoints in uint32_t rather than int- Version bump to 0~bzr681. Changelog: * Bugfix(?) for SunOS (thanks DominoTree - https://github.com/neovim/libvterm/pull/1/files) * (Alt-)Ctrl-Space should encode as (\e)\0- Move description from main part to shlib part, since this will be the one that always gets installed.- Remove unnecessary dependency from libvterm-tool.- Remove libtool files. - Fix groups for libvterm, libvterm0, and libvterm-tools. - Change package compression from .tar.gz to .tar.xz. - Change %{soname} to %{sover}.- Change package name to libvterm.- Initial version based on home:gmc137:neovim/libvterm. - Version bump to 0~bzr679. - Change package version scheme to match openSUSE's guidelines. - Clean spec file. - Drop obsolete patch libvterm.optflags.patch.s390zl23 16843502760.3.1-bp155.1.50.3.1-bp155.1.50.3.1vterm.hvterm_keycodes.hlibvterm.sovterm.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/23f94712727f2ca36c85d292fd395332-libvtermcpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filePRF=z{jNutf-8c1c38fc4e2bfe18b81afd67095d3d4d742ce31675fa4eb1d2e27f77455ce59a0? 7zXZ !t/Z] crv(vX0y} Y),79SU%og,iqW?ڒYV<+9*B3AfCG3O_ȅkZyt2Or:w LC2hDRs=t S$_S`ZXD \3&?ě$K/Z5nH.d V$SeNu},kFdwFԲ5-u)"./"o!]z!xZ,Ar'l]M^_[r*ث|p<]BJ 5:h1h܏6!8H.SE\ 8 =^֡z+vYۯ),.|cU c?-7G^%p m t Xv3 ?Wb#ȖQ&EIztSEEE (qwK0 f֕.:`޵2d,w׼ 6ͺv .f3 o lH%GLj 3YaeAŸᦹ l]d{{M_rׇ EshJARO$ x9AM JMu'Zo$+ бS""Ͼ%nCX7n~s3L:TK!I-*&*Ju!V-2.9iO%䦵G)[dPY;h8HJLTRI` RfĂtv7)%(Ƒs$tՙ-Lu1Ww |$BWJĿ7 !eoB{<뺋Vt<-??)OC?JDxDޯ)@}<2*/1$Cf$0^LM0 d_^I[qk.HZcL Ul tg)$>DdZ-U2Q_|,Yĉ~ W$;R!w}|~n3!q۠2sF@ =s Z/0Kb\GrˀA5ct& 8 Ǒ|\ c>;# ,h\ێpA-W2W'd+Q৬I*H+.N 6 Ee, "{ 'ە;"!.3uW(H>i4sgoDQ VřF\َ64vHR*(ͱȲp[=Rڊ=K* U{n#_POq ,{uBZXe"c-3UI4lu W|OōI 4(2ԇwim_ C,ۮUU/xV[eR0JiF2mlS)pmFvsl-=S' lF@_M ZňcT {>Ng6U7%>K XRZz aX-u$?Ԧm-T:ljtA[iN ܹ,:U|!/qm<p3⤨^j,Z'o&V*O^BtL/ۂfBl eS2:Jn;lHٷ;m}Dqhܴ8 {7GM4+܋f̱y\wJ\SP LzxjM:c78 [_X 35w $en+ѣy\AmL3B0Ehr S^NR$ `"R:REs{u.X e-!* j[ PNPtf^tބ>`uJ>E? Ц1P g ґvX8C<;9|fV՛3(A"eZ#ܶ_~.oP7 _,<hd%$ #݅1{s+@Q|cOH,YFduz&3|\t)K℥7}G,(aY|SE.pND9aW vz+%W'g H1/r{9!defiwNj*׃l-8(uqKQggRf}OHB\肹]b!(~lq6Ȟ@Q"/ߔujL">AV.b|kƂIv)Of #hYܩ8V΋-~eV".H'z=b tɿռH9&(?^W)gG16D0jp[5ô$_/ @ƅ(.)-]Dwy+5$$hu_Pg_8/A'mG {<;Om3o7af0n8\z/Tۥ 9soWI{ ;4 5FqTÌXqXz`x LPdj.&C!Cs*-lgϺ}/F $Y>m(vvc7`pmS>6bװK,?ʴ@k?)3-7.l*Q7=sa+s߳d4e6A}jk5@Wx/wdǎ Uj7rҊb(D{5$,l]hl%:LG7ܗ ` ~ '#CX<,WY6So|lq$$Gq֞s8d$N:ZVx&Qdt4gLFMwڜ=IivXeADy)~1gbY})M]j2i89gJS 7o^Nd =ބ^ Ʌ?w R[]s;%;a3%~7 YvMЄKnǀ][Y*+ã Lf$ lעM<BVFI0;;ƤՑ0w''UCN%GodEЩT&UgIM *q+ߪr#pW#8뇷Gɀ%$hkY@so N6ʓ\m`[#zl qտU7TPˑ\(zsfW L.jV%"e'1TZͺ&`B5wO!ꠟiAY=UT"YIlԈψ^}c$gS}~{OvJ*^ Ԟo:3Q s)k˼(ـ)s9d_˚YcX*&9- "an6_N[3S3׬ CktjTJk%ײO+*/ޔA`}WaU @>/ ϓ[ۆsg^fS:jw.E_Ӥh˗zr*_l"5XٰgGJ{^0DHB̠9mzINpic8J i-4'8}[cH0>uoD%I̐SD){9iڋ;+jQ֧@ef5$7j)tωqz؃8"Lj/z yN_f;,iӳ}/MW_-M3kT-ʈaЫSߪnx˿cVӣ!}Qz 9s8/(,G ֙U;ˌ;s^.z>u{i.kw '_x-*['#ˁjs,1]mM,6DžꮂLobM* e⟱ *{DFܟIb9&p& '3"[q435놑W]LQ7tdV>Wު-;wX%l dAe{ yiA7gDx YIЉ4qh#5-6.ʬ!Ir|qiuMן a=h+FGue%@e[EyA{TbSt)aD5>)syAHB(ĿE@nf1"L ~M>%|^~ + `)R]ΑRX?.[Vx)NՒ  AeIRy*~Pd#ߜ ,R_ `#rƒSӚ7YfTC,|tzS%鵃]V_ Df .?(M V+S䈭*g %??$XȔ1i{"@6NtXzr `(?jG남Dä 9ِ#"*/1EĈuZ6Nt1\R (vӄchak80Rl6,xtRxʠC` UmAg݀xN!siGA C9Ys)}XIҰ8dFT>_Ј:jj|#J=$z84*(G=ެ6{coћ Î/ynwh]K tDJb#U$I MDEALES7K}I q3Cn8mBfv [ vK5aO6:6ЛK:fT`ǯ"{/!i|,n]5ڭpx$J">iw2!CvH\_Va`d>L>f^ VbgMiH"NOW0  z1!x>a5ld]vWcڠ"Ca&C6P1_-^mEᥞT~G 5zOfQ9x3$!K۝t:ΏXn/T YZ