]> git.pld-linux.org Git - packages/mksh.git/blob - mksh-cmdline-length.patch
- rel 2; use 16k cmdline buffer (previously 4k)
[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);
This page took 0.08194 seconds and 4 git commands to generate.