]> git.pld-linux.org Git - packages/mksh.git/blame - mksh-cmdline-length.patch
- updated to 46
[packages/mksh.git] / mksh-cmdline-length.patch
CommitLineData
cc1ba712
AM
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.044385 seconds and 4 git commands to generate.