comparison 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
comparison
equal deleted inserted replaced
38455:802c948ddb3a 38456:bd16bae990a7
101 #define KBD_BUFFER_SIZE 512 101 #define KBD_BUFFER_SIZE 512
102 #else 102 #else
103 #define KBD_BUFFER_SIZE 4096 103 #define KBD_BUFFER_SIZE 4096
104 #endif 104 #endif
105 #else /* No X-windows, character input */ 105 #else /* No X-windows, character input */
106 #define KBD_BUFFER_SIZE 256 106 #define KBD_BUFFER_SIZE 4096
107 #endif /* No X-windows */ 107 #endif /* No X-windows */
108 108
109 /* Following definition copied from eval.c */ 109 /* Following definition copied from eval.c */
110 110
111 struct backtrace 111 struct backtrace