all repos — st @ b233007e0fddbb5ad8da3e436533254d099c8861

st (suckless terminal) config

Damn, my fault. The cache should have at least some entries.
Christoph Lohmann 20h@r-36.net
commit

b233007e0fddbb5ad8da3e436533254d099c8861

parent

c772a6e5719aa24d10d664262383b76a36e3458b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -436,7 +436,7 @@ * Fontcache is a ring buffer, with frccur as current position and frclen as

* the current length of used elements. */ -static Fontcache frc[2]; +static Fontcache frc[1024]; static int frccur = -1, frclen = 0; ssize_t