increase stext buffer sizes

This commit is contained in:
Luca Bilke 2024-03-18 08:31:14 +01:00
parent 6dcba95de1
commit 248b9a11f6
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- a/dwm.c
+++ b/dwm.c
@@ -393,8 +393,8 @@ static void zoom(const Arg *arg);
/* variables */
static const char broken[] = "broken";
-static char stext[1024];
-static char rawstext[512];
+static char stext[2048];
+static char rawstext[1024];
static int screen;
static int sw, sh; /* X display screen geometry width, height */