aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-12-30 17:35:41 +0100
committerChristoph Lohmann <20h@r-36.net>2012-12-30 17:35:41 +0100
commitc99db5b0170555c5bb0359ac8a8229cdada64b30 (patch)
tree1bcf16086166c158e00b7571ceb526a764fb2649 /st.c
parent44e1b79abfe81d5d9d1b4845a68533e84b37e2f0 (diff)
downloadst-c99db5b0170555c5bb0359ac8a8229cdada64b30.tar.gz
st-c99db5b0170555c5bb0359ac8a8229cdada64b30.tar.bz2
Increasing font cache for speeding up UTF8 demos.
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 6baa086..7ceed75 100644
--- a/st.c
+++ b/st.c
@@ -436,7 +436,7 @@ typedef struct {
* the current length of used elements.
*/
-static Fontcache frc[256];
+static Fontcache frc[2048];
static int frccur = -1, frclen = 0;
ssize_t