increase stext buffer sizes
This commit is contained in:
parent
6dcba95de1
commit
248b9a11f6
1 changed files with 13 additions and 0 deletions
13
patches/stext_buffer_size.diff
Normal file
13
patches/stext_buffer_size.diff
Normal 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 */
|
Loading…
Add table
Reference in a new issue