increase stext buffer size
Update void-packages template / Update xbps-src template (push) Successful in 3m10s
Details
Update void-packages template / Update xbps-src template (push) Successful in 3m10s
Details
This commit is contained in:
parent
8eba068d64
commit
3e09b3f212
4
dwm.c
4
dwm.c
|
@ -370,8 +370,8 @@ 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[4096];
|
||||||
static char rawstext[2048];
|
static char rawstext[4096];
|
||||||
|
|
||||||
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 */
|
||||||
|
|
Loading…
Reference in New Issue