]> git.pld-linux.org Git - packages/mksh.git/blobdiff - mksh-cmdline-length.patch
up to 52c
[packages/mksh.git] / mksh-cmdline-length.patch
index de55b3f1e2cd02037f4f2052381f49c310da9943..0225f51be8b3eaa92ea74bada7949c3a50d637b1 100644 (file)
@@ -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.
This page took 0.063828 seconds and 4 git commands to generate.