increas stext buffer

This commit is contained in:
Luca Bilke 2024-07-23 20:43:51 +02:00
parent 1a499e70ab
commit d01aafe443
No known key found for this signature in database
GPG Key ID: C9E851809C1A5BDE
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

@ -371,7 +371,7 @@ static void zoom(const Arg *arg);
/* variables */ /* variables */
static const char broken[] = "broken"; static const char broken[] = "broken";
static char stext[2048]; static char stext[2048];
static char rawstext[1024]; static char rawstext[2048];
static int screen; static int screen;
static int sw, sh; /* X display screen geometry width, height */ static int sw, sh; /* X display screen geometry width, height */