]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/screen/patches/screen-4.0.2-maxstr.patch
Remove legacy build system.
[people/ms/ipfire-3.x.git] / pkgs / 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