Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Increasing font cache for speeding up UTF8 demos.
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
6baa086
..
7ceed75
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-436,7
+436,7
@@
typedef struct {
* the current length of used elements.
*/
-static Fontcache frc[2
56
];
+static Fontcache frc[2
048
];
static int frccur = -1, frclen = 0;
ssize_t