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 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 fix that, let me know. Eric