libvterm-tools-0.1.3-bp153.1.19 >  A `Bϓ!M@eeeʇllnU>z"9p4/ь6}}@dmf$*m։1}"⯯z r-y #bn"bX 2p7HՇ^dln% kXi`lGЊ$BdZM Pz_}PkʣwRmHCX.?9T\p&ns:P_SbbkkznBZ }m$>p>&p?&`d " 5`dlp      (4\   (89::F!pG!H!I!X!Y!\!]!^!b!c"d#e#f#l#u#,v#8w%x%y%z&&&&&\Clibvterm-tools0.1.3bp153.1.19Tools for libvtermThis package contains tools for libvterm.`Bτlamb74 SUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgSystem/Consolehttps://launchpad.net/libvtermlinuxx86_647 DFP`Bσ`Bσ`Bσb23a4b3c5470e2382ec90143f98860ee4399f67a1cd09e2989f68a0a5026de9ddf091e88186d59424f74f590bc0525fa470e54d78e494928bad7e106cd3a56155cb1a05c2a6df32fb35406a5ba7950847b3e68a2004026475783560188a3f60erootrootrootrootrootrootlibvterm-0.1.3-bp153.1.19.src.rpmlibvterm-toolslibvterm-tools(x86-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(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.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.19untermvterm-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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/2463b789c970e6f2da397077faaafea0-libvtermcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=db0cb1f13dc3044c6a5b2e7ba8055d786f52774d, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f6bcd9f4502546add3dd1939d10d248997868377, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=be1802db7ae54f403055c873c62db902701f7bd9, for GNU/Linux 3.2.0, not stripped RRRRRRRRRRRRRRRRJ如ΎSyutf-892782d74e20954926dd7e9caff914fb0c5d8a5435f5b114c0968577422411b5a? 7zXZ !t/#-] crv9wH̀1f2(Z7\@MeF=.݄p cPSLfܑй(yEHY~&_=V|B[xJ=pP *C.ߕh9eg( s(Ь"&mlF-6f$%͌Oӄ~rV$mcv<+@Ņ;XoABͫF_ΘÍґ. ӁAY_}탸fCo{j"(ǩ1[>+E;2FAT;d$Xs&S馈.2-qKX0 ڞ1|\sv]P\N (|=omr_kac4OH4/ Upl8owVSbk-öWJP6Sm@WW3LP)b g(t۷!d!?VT?0z 6JYNG{47aW%|daQtfwꜟ4޿Q^\(d=?z%Cwut }VYdA%q͗sFo)Gy ub-"Ftk'7Za.:G tqB-Iz>ciaN ו lZȬ3Q>s. ^ ?YrރTlLAdgSՐvvw:Y|!ׂZ0?"~UGq=Eп^QX1?n÷FjV14%x+u*bn6M(r8WRe`.f`Le! "Vgl`Y!AYKљ0ud<^E{"S4dzR$<)%GnzAlbZ.t/Q:3ֻ(s-g\\oH%VxTI eQʃd/k'ofZ᜸A kJ޼[paۻ?{=u h bW&x/{[A}ZM~_\/BM-!K>yPKMYx>~֢w a%g׬&r rqz9%_TKj>@Qk!JȎLVy=B|oR#/Rk4;/yPĤݰJ/}9 cJ~@×kGG ho+$u1=~aZ>/SQ^\ is*a(h+MeW*g8/=H8GU=$S g 3Hetiv1>VI]}[<͌OAd.A\Ր6 qb@BӍXV= `"oJxWҀ~N&Kr{݄)Us+-{,='}tn7 Jgj"'/|UYmܲ5 xL]B0q%d2S9U/Wo8gpF{oaVʣr4Q'6 =&%%fǸB\MVqbbgkfɽWRԓx@B5a\k$ ZaիR9`w} Ȥ͔'H(Y=a$;Qm R䆘D/lp`7Вm>JU}5e/r%0q:LA`Ӷ>N`ۏR_Cm`.åt'nxH"@Œ5C)g5x QBѩdD8|w=0D*Pf^WYdnb}2Mv֙bn>X|0";|@ԨKj"vys9rNA1Z2xm+?H8cHM݌I; P*6GauERZcvC(JɌ>WD3ˣM/BS^A4ɨE^-/ !OUd1ʨ \n4/gpvaWQ*w@sV{N^I۝o63oQLx]qpЉT"csc|"Z|>R+~_^bI ^||ƺR/˝ߣiIXs*ZSbkD Hqx"^UY7.M.|+66Ss)ͷ?}+fqٍ5zJ~pp1a dHs+K2ȃ.)gcXt:(8 E_4jqګL)*mag ϖ?{7F(v`Q$7G<՝LAj|CfEJhULr7)ܧF̬%8HM)8Nuc""ि}k?eZT C7䌰Q)ΌCHә/}Qƺ@7>w F -K}bsN)LSM[T7!a16B'g2-0)DB^S2 QeRWRņw#V a1; WT_;Wny7tPBS;|%uo̒24xwL;MTh)b5|6Dl)Kй1z |0  Ye9/@GIpug*ݘiřT<Ԙi, ֠S܌~(i pDJR*29pgXe.]\#ڋwCL  QӺ[aBa5GZ_\hu/q#4xR [6#A82.\u ĜPkT .k} febtr@}fT[)BPss'sDX%+ co!/aEFesE8 ӈ'E/ퟌ!QnJiA{YSp?.C\7pҦ4US51b$-zEisDpr, F{N[`0"⥿ejK[GMdÁp&g@pU BzV '(\K7+xȍbc-WgjĪyjW ~:˲ӷjM@LAcLe>ah.WD< @`(Tb ,H3,? Ȯ@Bޥ&[rwb5)Q 9OȜtƬ#?2c 1Lee\٘)+Y`FbUȻcţ:ŭtߕ{B,t_8H]\!8iΌԛ$ei, .>m.u r>Te1\!?&vBLJEn&Vw{- k?5 މI:Ic*HhŇr^q+/ \FH\xBq]ώJ8|! rv`*=4S"/6Bj~$hjzh#62]p3EZ7HҮ慶_y93Kf aG0-YC"NM~=,;Z%p11&֍Tr=#L(iY:/jSEr!ZOh$ݤ _fH,վ?DVW6T?'!*PE`PiM_٫B}Ff%tĠ=1!`&h1{.b>ٮ~].jQBZe͑cfg7XL1hBe}%=,n_pЊaɮ[ W62$&Xs|&emd4R-@UrP /u$1K'lMA rl.x!hEIDLx4B0O%wApIw~]KJF7`h mEheo-ubi>m_jY rmҎ4 +vA' uҎu8˵IHhd#dvQ ^4Ă[f JsڣR$0ɯ^0< 㽏d`Dv+( ^[AB"k_Aiرȉ+ )&G9Wkm84©d ~\eœA"iЮ.-<ϙ4hOܳK'፠w!hEqmt@*7Ϲ< [B7ۗU>su] 'esJJu0fܴÏpb~Md0 k f׻?@]ܧMh޶ )[l.@e a C\\ȰvR=\dg!R(h>hxʞ%Or}\fUN)24Z1eP074+S%>Sog/oKd ڹ;C5hP3f1i8Ԩݒ'n;^!(֣E+wLMsFۜ:K)@Uk0%bsSFBJ"eҁ"m2Avb̮9(L6YaPLT:N'YQѨ93qL{ă6ɞ{/؟cjAf/~4[tyufb)~MS&;!8lo-=q*4Mxx3!{F72qɴ@A b|L;=vf8q_q'Yۺ;ErQ&xR%, x#AD_ c0;2aLzAb`Zթўq) }2i 9fj.].R;J&oEx5OI=$XD"z*6}͛D(BZ!ǎ/:!dd.HD7*fn#rԧR=ڨ¤6[$#+>~M%M0%4 D}>p$}͞fS3 j6w̞w 2bl-ͺ<,"ͬzz)LGI7dmgn_b"mNW人~۠)yr'΂qV:v^u[z =l~H&Po kќB_8 Jefzըvݫ7AYaOw5aT;Kʁtok&Puh46s.U15:&aB+ݥ}.g(BIyɘmf-e(Dz  u wh.Str3J=*YzGő`+tbvd(}vنbz֜VrK|L1v{ŋ:r:ZDw ?fDk>qmJ0u^;Ρ)ȗ ,274W`-8EnpɋXC;b0*J~ש o)f dL+SÛ)X<\74pbb[<˺W3 ѩ6!ıt"rgL㩹5]ΉRٌwЧ4, J;Cq92?J#f*' fxۇ`G/enIvo4S4q?JEyP x9sYUKS&r)M>)!iͭ:H 1Hf@ďRm1QarL}>WPxt$3 F"Ov8#13sF0,Mu-o=[ F4DΣQ1̯}[}i2i R[d%Ȋ,^ab͐{&4Y. ޢ:Y2~sٙz]ׁbⵛE nUi4"zɢq)" 4 d7)]+-.:4]2gǨSKXl.!zl?rw~Y:#AҒJ} upGRze)YQk XdA?oYK]KʏKq=0Xf?k1\ ې/mXa1MQ4Rj! o7AAi5I ၈mn31 ƀ+}y)w S #߰WsKb0oEG"cD0ONrܘD -FeЯ!窧,={\;4` /a;uD6!!ȇ;ONosF_` vEc7F"ͦ ݀ŎlkϽrlgfn?Q;rtoP/g`W`uK)mu>JL{QgE(LjQ1;Mj$P{§~J]%_0 JɂZfk彤b\ 9G8HóSZͪoGx#G 1^߲G Y$,#ur;}XX/#4Gt%dZ H1ZU$$1~OBXV 6<颰Ǝ$ka_@>}Zm{ŕ1@Yw7EoIusSpJO6/9T7U^#9ѝQIU)Q6 L~=OkW{ofmY}lFZ yt8[;HGxt'uF)Vםfv WVdrJYƄ;7k#>ne6M?hNࢯ(0 ;pSoMhdV=@{݃S:d*dV &%XS%VEk%eМpvB 9>2 K@9󼭍4`b ^_Wٚ?iE%u8L+nޑEJYCFj̄ɂ`?-,`oпGaS.~(elaTuQ2k晴Y:Dm2C M'f-틵+%}3@Hܩ.7QN~~zhVAۈ*{d̓L5#'47 C) ]Y0ƥ%#|~ZWR]  V ?r-2?# #kHP[@b\zϊ[p>v*|P(׆B8U8)CG{2sVx:qՄ<6'ܵ(lAρ+Ǟl>C(ZRJȀ ^ Az?;,BLkiMΊAdkʷs/S5-Z`QS378y `xҗD&n-XZ vVw{6 ,Mv@h5 h~h= 6KJ91j5+(˚E:$3$F_m!,pY=[Ӈ=]m#I.s* Ö# [ :|c`"JVUe(EJF>xդe ߆eﶺJe3k2TxQT&2A'^Źz:3;15+^'_͹u*v^16Wvp< DBtQ~Hˊ-}ힽtaWD`Rds;m\B0ǼRnW3WpwL@3rVAPmE"^2[s0Zl83nfȇl ^gY1JUƒ:;s|J2mqfd'QC`x0K 'oJgOt^iib*ˀ⧵Seln0)Ѵ}l^N|yc]S4s#X)Z1ʥ YZ