You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version of st has a noticeable delay on startup. strace -ttfo log ./st shows that something like 700 milliseconds is spent on walking through various places where my system stores fonts. Then it probably parses the XML or something.
From my config.h: static char font[] = "Terminus:pixelsize=14:antialias=false:autohint=false";
This version of
st
has a noticeable delay on startup.strace -ttfo log ./st
shows that something like 700 milliseconds is spent on walking through various places where my system stores fonts. Then it probably parses the XML or something.From my config.h:
static char font[] = "Terminus:pixelsize=14:antialias=false:autohint=false";
Here's an excerpt:
The text was updated successfully, but these errors were encountered: