Commit c99db5b

Christoph Lohmann <20h@r-36.net>
2012-12-30 11:35:41
Increasing font cache for speeding up UTF8 demos.
1 parent 44e1b79
Changed files (1)
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