diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-01-05 20:56:58 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-01-05 20:56:58 +0100 |
commit | b233007e0fddbb5ad8da3e436533254d099c8861 (patch) | |
tree | 4f4aaa37fb6d67dad655951203b73539f5655cf7 /st.c | |
parent | c772a6e5719aa24d10d664262383b76a36e3458b (diff) | |
download | st-b233007e0fddbb5ad8da3e436533254d099c8861.tar.gz st-b233007e0fddbb5ad8da3e436533254d099c8861.tar.bz2 |
Damn, my fault. The cache should have at least some entries.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -436,7 +436,7 @@ typedef struct { * the current length of used elements. */ -static Fontcache frc[2]; +static Fontcache frc[1024]; static int frccur = -1, frclen = 0; ssize_t |