瀏覽代碼

Increasing font cache for speeding up UTF8 demos.

Christoph Lohmann 12 年之前
父節點
當前提交
c99db5b017
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      st.c

+ 1 - 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