[hackers] [st] Patch: XftFontOpenPattern failure

2017-09-14 Thread Gary Allen Vollink
--- x.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x.c b/x.c index fbfd350..08a2bc1 100644 --- a/x.c +++ b/x.c @@ -1092,6 +1092,9 @@ xmakeglyphfontspecs(XftGlyphFontSpec *specs, const Glyph *glyphs, int len, int x frc[frclen].font = XftFontOpenPattern(xw.dpy,

[hackers] Re: [st] Patch: XftFontOpenPattern failure

2017-09-14 Thread Gary Allen Vollink
Emg in IRC suggested an attachment version. On Thu, Sep 14, 2017 at 4:13 PM, Gary Allen Vollink wrote: > --- > x.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/x.c b/x.c > index fbfd350..08a2bc1 100644 > --- a/x.c > +++ b/x.c > @@ -1092,6 +10

Re: [hackers] [st] [PATCH] move key-matching functions into x.c

2017-10-11 Thread Gary Allen Vollink
IMO, key behavior has everything to do with terminal behavior, and nothing to do with X. I totally get the other arguments to move this, but I think it makes supporting something other than X (at some point) harder instead of easier. Otherwise, seems like the right direction. On Wed, Oct 11, 201

[hackers] [st] st-scrollback update 2/2

2018-03-10 Thread Gary Allen Vollink
I took a few hours to get st-scrollback and st-scrollback-mouse working againafter the 9 March 2018 patches.  I did NOT update st-scrollback-mouse-altscreen. Following, st-scrollback-mouse-20180311-c5ba9c0.diff I hope this is helpful to someone. Sincerely, Gary Allen Vollink diff -U 3 b

[hackers] [st] st-scrollback update 1/2

2018-03-10 Thread Gary Allen Vollink
I took a few hours to get st-scrollback and st-scrollback-mouse working again after the 9 March 2018 patches. I did NOT update st-scrollback-mouse-altscreen. Following, st-scrollback-20180311-c5ba9c0.diff I hope this is helpful to someone. Sincerely, Gary Allen Vollink diff -U 3 a

Re: [hackers] [st] st-scrollback update 1/2

2018-03-11 Thread Gary Allen Vollink
Sorry, just got back to this. I pushed the sites change a few minutes ago. Hopefully I did it right. :) Thank you, Gary On Sun, Mar 11, 2018 at 6:57 AM, Hiltjo Posthuma wrote: > On Sun, Mar 11, 2018 at 03:40:39AM -0400, Gary Allen Vollink wrote: >> I took a few hours to get st-scrol