X-Git-Url: https://git.tld-linux.org/?p=packages%2Fmksh.git;a=blobdiff_plain;f=mksh-cmdline-length.patch;h=0225f51be8b3eaa92ea74bada7949c3a50d637b1;hp=de55b3f1e2cd02037f4f2052381f49c310da9943;hb=ecdd4134f2c8b4ac5baf330dcbf1dd91b191ac48;hpb=8951ff5877fa30815d4a3f02835e8a164de25aa5 diff --git a/mksh-cmdline-length.patch b/mksh-cmdline-length.patch index de55b3f..0225f51 100644 --- a/mksh-cmdline-length.patch +++ b/mksh-cmdline-length.patch @@ -4,8 +4,8 @@ EXTERN char *current_wd; /* input line size */ --#define LINE (4096 - ALLOC_SIZE) -+#define LINE (16384 - ALLOC_SIZE) +-#define LINE (4096 - ALLOC_OVERHEAD) ++#define LINE (16384 - ALLOC_OVERHEAD) /* * Minimum required space to work with on a line - if the prompt leaves * less space than this on a line, the prompt is truncated.