[hackers] [st] Increasing font cache for speeding up UTF8 demos. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Sun, 30 Dec 2012 21:44:03 +0100

commit c99db5b0170555c5bb0359ac8a8229cdada64b30
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Sun Dec 30 17:35:41 2012 +0100

    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
_AT_@ -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
Received on Sun Dec 30 2012 - 21:44:03 CET

This archive was generated by hypermail 2.3.0 : Sun Dec 30 2012 - 21:48:06 CET