aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-01-05 20:56:58 +0100
committerChristoph Lohmann <20h@r-36.net>2013-01-05 20:56:58 +0100
commitb233007e0fddbb5ad8da3e436533254d099c8861 (patch)
tree4f4aaa37fb6d67dad655951203b73539f5655cf7
parentc772a6e5719aa24d10d664262383b76a36e3458b (diff)
downloadst-b233007e0fddbb5ad8da3e436533254d099c8861.tar.gz
st-b233007e0fddbb5ad8da3e436533254d099c8861.tar.bz2
Damn, my fault. The cache should have at least some entries.
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 7010195..6f5ca80 100644
--- a/st.c
+++ b/st.c
@@ -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