Re: [dev] Re: [st] [PATCH] Converted "font" string to "fonts" array

2016-08-01 Thread FRIGN
On Mon, 1 Aug 2016 17:13:14 +0200 Ton van den Heuvel wrote: > Fallback fonts can already be configured through Fontconfig, why does > st need separate functionality for this? Because Fontconfig is a load of crap! -- FRIGN

Re: [dev] Re: [st] [PATCH] Converted "font" string to "fonts" array

2016-08-01 Thread Ton van den Heuvel
On Mon, Aug 1, 2016 at 3:49 PM, FRIGN wrote: > > just update your patch and attach it to your response. Fallback fonts can already be configured through Fontconfig, why does st need separate functionality for this?

Re: [dev] Re: [st] [PATCH] Converted "font" string to "fonts" array

2016-08-01 Thread FRIGN
On Sun, 31 Jul 2016 19:08:34 -0700 Eric Pruitt wrote: Hey Eric, > I used tabs when editing st.c, but I just noticed I accidentally used > spaces when I changed config.def.h. It's only one line, and I don't > think it's worth creating another thread, but if aren't willing to > edit the patch to f

[dev] Re: [st] [PATCH] Converted "font" string to "fonts" array

2016-07-31 Thread Eric Pruitt
On Sun, Jul 31, 2016 at 03:01:24PM -0700, Eric Pruitt wrote: > -static char font[] = "Liberation > Mono:pixelsize=12:antialias=true:autohint=true"; > +static char *fonts[] = { > +"Liberation Mono:pixelsize=12:antialias=true:autohint=true", > +}; I used tabs when editing st.c, but I just notic