mirror of
https://github.com/pikami/st.git
synced 2025-04-22 01:13:11 +01:00
Increasing font cache for speeding up UTF8 demos.
This commit is contained in:
parent
44e1b79abf
commit
c99db5b017
2
st.c
2
st.c
@ -436,7 +436,7 @@ typedef struct {
|
|||||||
* the current length of used elements.
|
* the current length of used elements.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static Fontcache frc[256];
|
static Fontcache frc[2048];
|
||||||
static int frccur = -1, frclen = 0;
|
static int frccur = -1, frclen = 0;
|
||||||
|
|
||||||
ssize_t
|
ssize_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user