]> TLD Linux GIT Repositories - packages/mksh.git/blob - mksh-cmdline-length.patch
- more s/PLD/TLD
[packages/mksh.git] / mksh-cmdline-length.patch
1 --- mksh-40b/sh.h~      2011-10-15 20:27:37.000000000 +0200
2 +++ mksh-40b/sh.h       2011-10-18 17:56:07.152596641 +0200
3 @@ -381,7 +381,7 @@
4  #define NOT            '!'     /* might use ^ (ie, [!...] vs [^..]) */
5  #define NOT2           '^'
6  
7 -#define LINE           4096    /* input line size */
8 +#define LINE           16384   /* input line size */
9  
10  EXTERN const char *safe_prompt; /* safe prompt if PS1 substitution fails */
11  EXTERN const char initvsn[] I__("KSH_VERSION=@(#)MIRBSD KSH " MKSH_VERSION);