]> git.pld-linux.org Git - packages/mksh.git/blame - mksh-cmdline-length.patch
- rel 2; bump line size buffer to 64k
[packages/mksh.git] / mksh-cmdline-length.patch
CommitLineData
00d94790
AM
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;
cc1ba712 5
00d94790
AM
6 /* input line size */
7-#define LINE (4096 - ALLOC_SIZE)
dac7fd10 8+#define LINE (65536 - ALLOC_SIZE)
00d94790
AM
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.02293 seconds and 4 git commands to generate.