mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 03:20:39 -08:00
(KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
to 4096 because of paste problems reported on GNU/Linux.
This commit is contained in:
parent
9781053a4c
commit
de11c1eaf3
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ extern int input_fd;
|
|||
#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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue