]> git.pld-linux.org Git - packages/mksh.git/blame_incremental - mksh-cmdline-length.patch
- rel back to 0.1, https://bugs.launchpad.net/mksh/+bug/1179287
[packages/mksh.git] / mksh-cmdline-length.patch
... / ...
CommitLineData
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.026158 seconds and 4 git commands to generate.