]> git.pld-linux.org Git - packages/mksh.git/blobdiff - mksh-cmdline-length.patch
- try 256k
[packages/mksh.git] / mksh-cmdline-length.patch
index 37330705542c22b3123510d41ddb775a0e75f1bb..7ac122755732c0da5e1fec6b69585eba36f91eb2 100644 (file)
@@ -5,7 +5,7 @@
  
  /* input line size */
 -#define LINE          (4096 - ALLOC_SIZE)
-+#define LINE          (65536 - ALLOC_SIZE)
++#define LINE          (262144 - 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.029374 seconds and 4 git commands to generate.