libvterm-devel-0.1.3-bp153.1.19 >  A `B֐!M@eeeԻJInq!'M',KL53=*΂ٽzIU#ՏkG'!S'͹E3_(beDsZ.*}I%䥓Ћ4< {P"l,PL4+y]-5 `ن|lL 3G.ȑ ]{S$F 7~'i!c hјzłfJ-7X|lْ$FO?hR"9 {ss`/lÄq[I'mW;&536۫Q%?I Q;ѻKt>p>$?#d " @| , 4 < L  (8L`e(89:F!0G!DH!TI!dX!hY!t\!]!^!b" c"d#e#f#"l#$u#8v#Hw#px#y#z#####Clibvterm-devel0.1.3bp153.1.19Development files of libvtermThis package contains the development files of libvterm.`Bօs390p23HSUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://launchpad.net/libvtermlinuxs390xCRŁ`Bօ`Bօ`Bօ`Bօ861cdb01d99836cff62626e47568bb264148890abe41d33180b6a84f389673e52a8a667b8f820d9c824b79e7bc4add4acab79b9712fd5b162715f59e11e15fc65a3b775290aca7b2a8772c7659e0d423c179f89408a349012e1a6db202db2375libvterm.so.0.0.3rootrootrootrootrootrootrootrootlibvterm-0.1.3-bp153.1.19.src.rpmlibvterm-devellibvterm-devel(s390-64)pkgconfig(vterm)@    /usr/bin/pkg-configlibvterm0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.1.33.0.4-14.6.0-14.0-15.2-14.14.1^@^@^]@]xY, @Y)j@WW @@VbVbVbVbV^@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- 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.s390p23 16149930290.1.3-bp153.1.190.1.3-bp153.1.190.1.3vterm.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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/2463b789c970e6f2da397077faaafea0-libvtermcpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filePR(<WVYs?utf-8fe5c0787cdf860e21c1b13ed1f715f8889ef6270780bfcf24fbcfcdd6bf96fc9? 7zXZ !t/Ks] crv(vX0`IX?ɫl#CDŠ9@ ǟlf;1BZ#4Lμ/},XAbSy14QL&K&KC }Ocq9YaUkN~_p>Hogb\!zGLɎ^V-9Ta,~tK6uTkph6a׬=a ~G;;Z%ҏ*@z+ɈyT.ݨ aiO͛3g-֧M޼"Sq)]z e\7ЕJ;r$vn0 JQܼ+<7`/u0r 5 γ@NRQWI՞Mu#Vv?']x=Xqf{.gߒFrHL39RRi3Dt"Lտ\sM5mMsXeUY4Sl\:B݈݆= ?QtT2$Ljˋ~Iq~حWcnZB%S7L`#2!Hy\3w?{Cکr1>RL%|Y98gpih鯟@4 _2ؤcgL C9Q4F* =FfqkKO:O֊l|h_n \[:!{_PiSnUZ{_5qy֮f8ַ`=Ifea.+иk{#O{u}q-H(2SKC[oJ?℗A*БYfSޅtt9(=kuwol8]{ %J \')EAioVH.iIF7~\/TBؒFt|nPS83%I$_-g5W??3)X䒮]cxX}Kиwhe9@|L yBЉf϶:Jں>oROe,"|K0m#؈"vSJ!`h,E:܊HOs4*6~p}Fr#!Qqȸ5TI rb# n`uXr3 ҙT)%^);yoJ=lTxjD(3q@/0/ Gz#ĉ/8F=JWqP~qPflvWGg2ܻlt(7™{ڷZ1ǵISP%a䞾̎Id)nXA+EI N-*~',DfNPGtc: }gtuyo[~HjZX G*V'vs/Z􁻜ޑ&N6Ѷmq8]I+^MA>PI H!4*GTLā1ipC:4LM~A2o8 r,T7&&RQqgoXy'?1tjkXGN5PW8,[v|PF}!i5 { rj@MUּgX~]rMi& UCI>뒥:5І ^7)wDwe#3ہ86ubev;WSR柆QtZe4ہs+Q;e [9euLbٷ1 _=i zxl8&"-p3 Xvtm[^{hFo^Ŷlv:W[u#J$帞C~oF^ĖG7y e%2tG {@Jӱ_j)žOB͢u o,)/#?۽WCєf'I]I2<b8=d:(Mc~MurM76rOR>e+iJ[̓S6CEhrh5{g7%9*y=L̰WWkR˨ߦY`gʷbMBgIp3WnbLz>ΈbGpjh2m&gWvI渃*߂vކGT1[0zf0؊df7-DWv $>qXɆʟVE~y%f [>7o?]iY&9p<k+CfD1]-(%$7Fvd[lGoxͯ<ō34~i( ri/SWGN ȃ6] ]wƊpYS$^}̺f$. A/ YQo,'KEm'D,:U[#\W-v=ձ2ܶ5/`-c˾9٤TvLZIT,sN/؂*z0=DuU 3$j4]bxm(ظgv_ uP-U_=98<~ݼ_5)}t iSO#=(QWکvo_!?-2;:=øgdVp"3!]EqEy$()ktϟeim36Yڢ l -n3f :[M%P4'HorӼx?7سQ$h<3%M{S^ЮVX܇#o_*7̠-#9I LׯcfE!l//cE>:#mIKc!VU_X3kH@li_ t|ߣ2!O*.9ތL" әU,gB%+̒/id&-{<