libvterm-devel-0.1.3-bp153.1.19 >  A `Bϓ!M@eeeR6pK-C)y,lLु⃦y7 ?FӇ t4gRIO@#;%5~Vncx`<T]*cȜYv> O6?5 Dރ96rJ`hP"&Rr85h<=υujvbp!,z?,L"=kX 9jS:6B)L=fitΥ&!6Fviі'/TRÕjC9007320555817f126bb8a2f4eba7c032116377f0fd043eb9bf026fde3f0e92e180a7b4088a2952b6f1704141297c1978d48a0888p>$?#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τlamb74HSUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://launchpad.net/libvtermlinuxx86_64CRŁ`Bσ`Bσ`Bσ`Bσ861cdb01d99836cff62626e47568bb264148890abe41d33180b6a84f389673e52a8a667b8f820d9c824b79e7bc4add4acab79b9712fd5b162715f59e11e15fc65a3b775290aca7b2a8772c7659e0d423c179f89408a349012e1a6db202db2375libvterm.so.0.0.3rootrootrootrootrootrootrootrootlibvterm-0.1.3-bp153.1.19.src.rpmlibvterm-devellibvterm-devel(x86-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.lamb74 16149912360.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-libvtermcpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filePRJ如ΎSyutf-86463cd193d791f4a869f1df48a5a089174bfdd1289e7dea273c40d40f9ed5817? 7zXZ !t/Ks] crv(vX0`HhJhܵBAVG†pQM<_D&}U1GOhRs@Fgx^N$̑o(&aIqt prPYUs-Pche_@yem; :S 'քqdfE_ 2":䠄HNު1 MRtupWAϵ^C0i4(P/HU.0jji ׼ ,\1@k)&zW2cz\{֙_^Ü|KLrbD{3֜#v?Rofpu @=* n}i89pp[hv1 }dP N8=8QHp LȁBjzWwbY PN2\!xwranC"hEȘcg5q340fV$rN^/TܦЁ:ڴ:,q|[TpiVѐR0jW݃'֩ߩl(tzX"nH|:%K_?Jz"[1%[;/X2XPU`YvBpʈMA,OCf:^z{0BkT,1A zlTwTB6݂A/HrY0ql<ݗ@ɼnCj1);,Ui\t66Ywl6`ȀT9`T,RċCE}}$LC }C<˃/S5(@R~5Yq>QT?Y&oX=2x~TӡU#nXM*ZYW);~8}k*ڙ w,K0R1AEps@_V! H->T&zl9SaYg'8g33KFGȫG+NN6x=l9Q>kN=2_G*SNP05 S ;h8AN74=H 1*4^T06vc'AŽoZ[]+StBc" Z<0MJLlwՙ)x&!hl q˾nؠOeqx$4oc= xfP;i),Mi^*@F<[ΉLJM!ީóGxא.&h##'T,T|\΃%WD-Jw`\ ƸJ /~lt{ ^[bVWay}JX&V ~pz,ɛEFCioERZiɱ>Q^mк'{jSY72H;=LLv!kЎ]mu#dmS@;/KQgk^׏lXH8f7\Rr840)=MSAg*wӞc7eێ1;6O#*W!evCKG;PDEو ƗQ䯗[Z:.?JMT>Kڦ/WY 9P67]ФeknY~3Mq/F#0\Y:!N]Fnem@s}ڛ+XYy3І,%iU?q:kiB&TeE&ilupH<>g!M͘ C@;Bc'ދ-DC7:G&^T6djqe_ɚuZbZ⧾):*W9zv qi$^u+t" ѣizpП/cỸV,Y?4u~A+#^͞_&:?֥.sVƱU+. 'p.pVj(/ёatox:X`.DTQW )?e{]džn 9K>iS-&WL3R-bSʜ+*s'zbl-I d>ׂC;7lFhڻZUmõy-yF͘3lϬhl+pȸخL隅/N?C E;CZ&Zb`~߻CGV3[`(7}hbEx5vyV[a _RAP.dž7Vnx%4!!AQsz7gO )̋C;sa49Sg}{XӦ[8Lr/Ro2'NrJq@iNŋИԠ57+Nx%Z JbR4 j瓊CcE9n5ogӅjB+,j`0-F GyX6W,NtuC}w#-ݤ}/LZ={* %X\(V]Pɕ2 /(B1\tʴBĩ`h3)/rC#N֨6+z{^ʣE&tTy_Mc9=vf*lYCmߒbgtPEh<J4p[瓆BFbX~2JX rs'J0 ~ 䇠oY"I%?"1b,jT8P}͗6LzbR#2cr .k~•neBvBid L M_.g N'I?Vpm#i)'9֢OnS$װ3x6ERz"Qu#\&+.e@P跼mqTm'QU!w+MDbɟij*+3+kOjT%Gliq=[9ywtuƸUl8x֤s+Ҷmh.% q+!YHn؟kC йmcz.֍/oZ-*"DQ/=m`bEJ i}ܶn7+r{II?Ry!{^Io2jhM&_u\ƊۨaL{E| 넕ol!x1mܟ1pO-J8tdqgiv|m 72$i ORL $g$:rEëc2VvbGYA>SU;&rA!%~~QmM eF$ol;ՆR7!TxʈUcPt仏af,?} "?v{Ow~Z{%HMGuԯy aitUF$dBm= l.n