Mercurial > emacs
changeset 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 | 802c948ddb3a |
children | 6c0fad8ac8d8 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */