]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - screen/patches/screen-4.0.2-maxstr.patch
466e2f13e699ac4c151921d9dec8927b3ae68236
[people/amarx/ipfire-3.x.git] / screen / patches / screen-4.0.2-maxstr.patch
1 --- screen-4.0.2/screen.h.maxstr 2006-07-10 13:37:11.000000000 +0200
2 +++ screen-4.0.2/screen.h 2006-07-10 13:36:36.000000000 +0200
3 @@ -86,7 +86,7 @@
4
5 #define Ctrl(c) ((c)&037)
6
7 -#define MAXSTR 256
8 +#define MAXSTR 4096
9 #define MAXARGS 64
10 #define MSGWAIT 5
11 #define MSGMINWAIT 1