]> git.pld-linux.org Git - packages/mksh.git/blobdiff - mksh-cmdline-length.patch
- rel 3; back to 16k
[packages/mksh.git] / mksh-cmdline-length.patch
index 7ac122755732c0da5e1fec6b69585eba36f91eb2..de55b3f1e2cd02037f4f2052381f49c310da9943 100644 (file)
@@ -5,7 +5,7 @@
  
  /* input line size */
 -#define LINE          (4096 - ALLOC_SIZE)
-+#define LINE          (262144 - ALLOC_SIZE)
++#define LINE          (16384 - ALLOC_SIZE)
  /*
   * Minimum required space to work with on a line - if the prompt leaves
   * less space than this on a line, the prompt is truncated.
This page took 0.074496 seconds and 4 git commands to generate.