--- mksh-48b/sh.h~ 2013-10-15 09:18:13.000000000 +0200 +++ mksh-48b/sh.h 2013-10-15 09:18:46.706838235 +0200 @@ -985,7 +985,7 @@ EXTERN char *current_wd; /* input line size */ -#define LINE (4096 - 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.