diff --git a/main.c b/main.c index 11dc46d9..1b1aea13 100644 --- a/main.c +++ b/main.c @@ -78,7 +78,7 @@ attrs_to_font(struct context *c, const struct attributes *attrs) } struct glyph_sequence { - cairo_glyph_t glyphs[10000]; + cairo_glyph_t glyphs[100000]; cairo_glyph_t *g; int count;