version 1.4w10UCIb24
[polyglot.git] / pipe.h
diff --git a/pipe.h b/pipe.h
index a8b086b..ad01c18 100644 (file)
--- a/pipe.h
+++ b/pipe.h
@@ -10,7 +10,9 @@
 
 // constants
 
-const int LINE_INPUT_MAX_CHAR = 10*4096;
+// This should be bigger than the maximum length of an engine output or GUI
+// input line.
+const int LINE_INPUT_MAX_CHAR = 40960;
 
 // defines