all repos — st @ c99db5b0170555c5bb0359ac8a8229cdada64b30

st (suckless terminal) config

Increasing font cache for speeding up UTF8 demos.
Christoph Lohmann 20h@r-36.net
commit

c99db5b0170555c5bb0359ac8a8229cdada64b30

parent

44e1b79abfe81d5d9d1b4845a68533e84b37e2f0

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[256]; +static Fontcache frc[2048]; static int frccur = -1, frclen = 0; ssize_t