Mercurial > emacs
diff src/keyboard.c @ 38456:bd16bae990a7
(KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
to 4096 because of paste problems reported on GNU/Linux.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 17 Jul 2001 09:35:11 +0000 |
parents | 7255d1f70b82 |
children | 8c9cec90d787 |
line wrap: on
line diff
--- a/src/keyboard.c Tue Jul 17 07:37:19 2001 +0000 +++ b/src/keyboard.c Tue Jul 17 09:35:11 2001 +0000 @@ -103,7 +103,7 @@ #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 */