Bump style buffer to 1024, GitHub issue 5279 from Moritz Angermann.

This commit is contained in:
nicm
2026-06-26 09:38:44 +00:00
parent f5e9bcc1fc
commit 8e79c4a03d

View File

@@ -285,7 +285,7 @@ style_tostring(struct style *sy)
struct grid_cell *gc = &sy->gc;
int off = 0;
const char *comma = "", *tmp = "";
static char s[256];
static char s[1024];
char b[21];
*s = '\0';