From: Christoph Lohmann <20h@r-36.net>
Date: Sun, 30 Dec 2012 16:35:41 +0000 (+0100)
Subject: Increasing font cache for speeding up UTF8 demos.
X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=c99db5b0170555c5bb0359ac8a8229cdada64b30;p=st.git

Increasing font cache for speeding up UTF8 demos.
---

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