libvterm-tools-0.3.1-bp155.1.5 >  A ddSI%z ;˚L.?NY+@пz`uHO_*իw~-49ӽHgH/ WYyۿRbBq 5)9ySyEŏ뚬(K&\,j,Q%^T ȩ[AMb" \#-U2d)2SVuF҇jQ)b&n|ی_gkt+j:9hCw%@pb͙2a/6Ckg2f~Yy\sz oOgN=s@ Q~an$1 2hy3*;he!{ ~2Oi.Mr=8e8a02cc471ba2eb202fe7f713e02dd52ce7c304535a8e9c866e4ece3d0b4d09c2e553fffbf743f1399fcc01a8f3698a5666aa84eTddSI%z r_N7k:vtم~|%o]m/l3[ðHd-v5 2''eàZ \!0ZJM+bɥ[q;Cʈɘf&OiIFһVo^=a`k!ݾcNP@|Om2Ό-0ռ/i4 &NtjR͈0w\s:gg|o@+DTRX>ŢzS9tsq{ZqhK&0tMP`dxH(5s ׶TٌaR,&& `cyH2RT-;g+x8R|2<>xJ6Xpm(f>mQB]atx1[ۈ"HЇ9BǐwP^-O^Fw%mHK,y e7LcKKVKؐgp&Ywk"Nf!"v4#qA+`TԖ;s>p>8?8d ! 4`dpt        ,8`  v (89:OF3G3H3I3X3Y3\4]4(^4Eb4Oc4d5be5gf5jl5lu5v5w7x8y8z8L8\8`8f8Clibvterm-tools0.3.1bp155.1.5Tools for libvtermThis package contains tools for libvterm.ddLobs-arm-10SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgSystem/Consolehttps://launchpad.net/libvtermlinuxaarch648 ddIddIddI7835162846155b6bc8120df611ca135eb50dac90989df5851c6629f89ace9546f1bce0dd50f4fc13a540b56ae71716b7deeb7b9298847f13300f8a8bf5a96b277bd066b56d23675f30e66ab4c8cfb8d8aac5c91d87e98fa2f3db53b28fac883brootrootrootrootrootrootlibvterm-0.3.1-bp155.1.5.src.rpmlibvterm-toolslibvterm-tools(aarch-64)@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libvterm.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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.obs-arm-10 16843336440.3.1-bp155.1.50.3.1-bp155.1.5untermvterm-ctrlvterm-dump/usr/bin/-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-libvtermcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4aacfd78e82a2c2b370f580bf2c289f469082f83, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3a9b86bc4d2b578f57923f11cf24517fe1240dc4, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0ca5a2b3b4927138ca747ccc7a881828037ba080, for GNU/Linux 3.7.0, stripped RRRRRRRRRRRRRRֿa]sutf-847f82d7da2ded0117e1d07c3429a85a986d56a85b61a48007a5a7bf4e2178a80? 7zXZ !t/(P] crv9wU8syXlQ_ۚ%,,?:t]dKS{} d8slH>pH|BNr0mUV-"Wt^W"kڨ[J-/M5C,KIxkdcq0ܥMPc2Ρid^bޥ`IgeуN% H24~n(IԶ/H,.B' & > {F kVy=No(0gS6!'/~TT7ϖ!wj&-1o_!H,2:9c*[0?e:~ӫ3?lX`?o߃z+`+DFU'JمP6UuDZL{ E1bGW"pGo[ |֖gR6dV"K.ǏژF<uHj@=,#izC)'lF ER9|T={K.*/uplrͻ1Ue;'O<,Eh5;e|b$|3$t7 r}}k:Sy*%sf8"j@|fxn%#͵&荛O=:O~?jJ\k%,aMkvM5]av2́f UYoJd9~94'ZL*:K_]msjH2@pҼނ)uCx- ^~ Hz Xks,: BTN YDZEs&R0fRZjC-m<4ø7.1b6ɚ41wEVg}w/)꿮)$1Ϸw,93^z56 0eVz! x>4taJTWP3֖-$oYLgJt3"焟~v0o>?raj0њ, cX8]u"o6F"  Rxv+9AkhV@e;d,G hA7+GZ*tT+_bs^KΏ^Y@6fώlT܏u4=sH"[fZM.E}hEA nk.d@-JIsv&S:TԵ}dENeHo"Jh&ҝGB}ll Ώы+靎2-_dɨLX7]jR"nÉ ~9>e?,Achj9m/͠)@= x #[BHA!A5=hϭm7 3WގKtnBRQY\Zѻox%R Sߙ}L jjÔ$ Ѣu-"C^M`@/yvcܘ~.ưE޾kaV_`SeǴJfEN11ϯ)U膝_C xjdC`h#\Ƥ=xB me#\/;TχƢEvh 'p(^RCkެ}4߫KU0j\O '[@ G x_\x`ϵ,f|,LO :Ŕ2&\,`b ځ:[k~IQq=fM=W_z˞}ąJ>$l-#1sT8|B|9y 9/K~y*kGhߕ4xZن"e; ,v9 ;DcZ1/,* pP&Ⓢ6C ׊SϬY>eh<- V_=/HM?@{Դ{a_ /= PeKҦsXq/G%H#*W)-2-.߾֠Zz%] I$,~v! ,xMۛc>eփ`nd)z W8@Z"߳jMJx5ޮCqWST T ᔑ,[}mpBEtH021RN\rQnra-#Pe-3r Ԡv/'}ǟ篱\9+'YˑruKن j XgpK֘43r:\SoH-6\ByI9虾0G9q.~ޜ"tX]Q1_=;O:UȜ6Mtr Y؀%%\=aڙWlܶ'rq FyP_w{pv+?םl^ BNc.5Ie[Pi8k */i|YTɭfp{]E9prˊ:BjgcNy~(skQ)toz_{,/B^>P0t@m\|t;{VM:U,dU\Y'^g8IX}.MD74 kF=ۓ 0ct/+1;gwCSqV&hjc$.FO&,? &IB>Oto-M(d\nvy|ufڪ[ƗkDzxBǿԜ۩Ă[}e?I/{bsEH6JtHGXȪqi]>iu]sX]QϿ/:FF"@+]  &у{RJMǩaPD@#Zfx1,Jy 3~B*8YUV~e$:6'G\M ; 0Sbx_n`{>W2;P=i&Z.?u,iĤ =P isW6tXxr{r3n mQ0@.ق/D X1dC0FެTI-(x(my$$Qk%iGKn}P2!CҬ|˖" 䣝?u6šb&+ηFE.]P]QNաliX8RGʫ6?$."%3] 2x7n,/2h*[P~ChFGsV,߂^JM`ܮV%[4r4D$h쿇hho˛bSVe6<V$_L}NJ <{ r 0B-g DhYݹAP+rqwT ILN68P:w@)6`z}88".UbHEL"|=GM"+YR  MmV(M7p\xWX1]o] q$@\c_KwqMV;7Vk.{B[R%.-܈l'YdF80_6_T6;T@ȳ-4, B L d!LClugRa@Ss>4H:~* ʙ^8 S9hBJخCQ&| %6n bw*Ǧh2\nF5TrU,3!Nsu/A Ntq ! ŀc_|*[s2zWIs0N}Y2A3/Lݺ [fV~;o #oJI>z6)#SmFvuӞU] O NN8J~qV b־2FUQB*sӘ/OT'ր~7:`0@ĩP؇+$n'2u(ULt`2S؆Z^Ku `˸n:naГSҽˈ=#,m$vWi΄FPe &âEIF`| # ^Vz*g 5|b ! `{ tvt}~( EB|3v27)-P·'Kt{Cuںp=_մ!IWEiW.xOK_Êo\ώ:Q&Cn8l.W| aJ,?7RvZF'@[!o12!LZ[ ]]>u+8RW>,-X=;j,cnBxZKBNF$u\hoX4,ikr}ʷ9hd}B<.i 3C/܇POߎsGM)̗`a-eLZ5$IףmCYS?7nиR D́cByK[._xoq#4d*F侁sޥwS'xF|M1J:#|Y#oIb>1@GĜOtj|gB6J,ȌX2Q?+J( >3ZWp|麆/ ,q\,${ǿvf W(74{ʚ l?}oƩ-Q>`7!SBw)c42 mIS]pZC;v AEF/%BAl&8D.R֝koL^\J]Ғ¦:_sSf?{"'xmwo!_c+2Y`d4P ar6n3nbx37 YrY,NFJ!$[7VTw% kOz˨p$u݇?C 9i6b Gx)^:E;9ac![H5*0#MOje;bGl[e[&sݔ߬^&y8x2m|H$k\nS_E@+ ȖGv2$G[uMCKz SE8`>}b{N:]t[ި-6n,H3 JO8sO|Ё{WFNr/oSX֖' L'. 2x\l̇O&MlPCظ!\ YǦ[Ŵ lڰH'/$bjPo?cK=C)=uCw%7hdڋ"H4d֡#h|xQ G7wE$ph)]H#_y* NFܟ4'uyCkڑCKdV,(< -Y}(F˵ `,a{d?lIL;ɂfc 9} KۇKLt?4 OZ.mj#|r) N΋"huu (7Hmvci).T؏Q?/A`1:N]ҳCRU󠋮n x8!4Ҷ:³Q@WթQVb/""_.)M4#ߊT5}5H$v߃"QcJ[I,EpxTr0_:2ˋDR Ԏ8SneoK˚M_cjE4-ok u%逸i7K]Ogqe& zF B$YcPۿ853n 'l/Moo=q(:DlJJWn~s gOQX׎ì*, {`\رPR4tEZ'dO} uH+\;'q%YvQABI%.fJ~C*1ܓe`{%Pe6Y0QP{gt1k;Wێe]P݆Drì/xիIA<{NU zSmRQIz߯6ikxc 7pmb>[Ƚ9*4R")=bm38~˘;rݿHM7.V#VTa.o~p N(u vHu:JN.hE|yx$$P&3ZM03lDGZ[";P'轘%ؑt)097=I/Di(;z*՜>tEU ^a@t"Ւ -*Bn8oAW~?rޜ%#w 0!u]SlYb\_w +!EƉ95R^3eM`F^

,#w}O+Oy MB2;v~rA$*>8AuqZ;_ h$,Y-)H^iҍK7'l4ĸ,Etv=BK}yƗmbj2z"`5aK4#nLfn ҶK^0ؽThwq.?kjn^C]5_ 7s\8so ]yix +H/Ґo8 sc/ֈΈp:ECAeS|EltG+Ll," F\kxp%*|֛~/jQ/ĀmHGkzpiv:܍7j)?3?.2ﴻS26G~DRBE~7; xRp5% o>79Ee =').`s1w<&b|T ڐP\LtD6 />VU-@4XDh>$XmkEf0tQL}*+EFҭ.6CVOC\Pzds;=&8PeuFn&6+*y1;DctZ& >Z5< M=62I{(.LZ:Χf>UPpg}W!~}=.MK:|ctJ072;=&9f{4Y;M0Q+k :: :'n{%dj8s6 OJTks-2ע]Ci;Qυt1yʕU [ qܝfCuΧ3 87 ]_Q#[hU~leq:z"bV&B3|@^8EF!m*2O9u:hbWnQ"g3Y1.#qT'/WÑ!$96}{kTė(\Q v YZ