]> Sergey Matveev's repositories - st.git/commitdiff
Increasing font cache for speeding up UTF8 demos.
authorChristoph Lohmann <20h@r-36.net>
Sun, 30 Dec 2012 16:35:41 +0000 (17:35 +0100)
committerChristoph Lohmann <20h@r-36.net>
Sun, 30 Dec 2012 16:35:41 +0000 (17:35 +0100)
st.c

diff --git a/st.c b/st.c
index 6baa086700990bb33dacb3086ca7a8a8e98356be..7ceed752d31503f5da36be528dcc0167a476b8f8 100644 (file)
--- 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