to 4096 because of paste problems reported on GNU/Linux.
+2001-07-17 Gerd Moellmann <gerd@gnu.org>
+
+ * keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
+ to 4096 because of paste problems reported on GNU/Linux.
+
2001-07-16 Gerd Moellmann <gerd@gnu.org>
* fileio.c (unwind_read): Function removed.
#define KBD_BUFFER_SIZE 4096
#endif
#else /* No X-windows, character input */
-#define KBD_BUFFER_SIZE 256
+#define KBD_BUFFER_SIZE 4096
#endif /* No X-windows */
/* Following definition copied from eval.c */