This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Increasing font cache for speeding up UTF8 demos.
master
Christoph Lohmann
12 years ago
parent
44e1b79abf
commit
c99db5b017
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -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
Write
Preview
Loading…
Cancel
Save