]> git.pld-linux.org Git - packages/mksh.git/blame_incremental - mksh-cmdline-length.patch
up to 50f
[packages/mksh.git] / mksh-cmdline-length.patch
... / ...
CommitLineData
1--- mksh-48b/sh.h~ 2013-10-15 09:18:13.000000000 +0200
2+++ mksh-48b/sh.h 2013-10-15 09:18:46.706838235 +0200
3@@ -985,7 +985,7 @@
4 EXTERN char *current_wd;
5
6 /* input line size */
7-#define LINE (4096 - ALLOC_SIZE)
8+#define LINE (16384 - ALLOC_SIZE)
9 /*
10 * Minimum required space to work with on a line - if the prompt leaves
11 * less space than this on a line, the prompt is truncated.
This page took 0.051073 seconds and 4 git commands to generate.