From: Kim F. Storm Date: Thu, 26 Feb 2004 08:50:02 +0000 (+0000) Subject: Temporary fix; increase NREAD_INPUT_EVENTS to 512. X-Git-Tag: ttn-vms-21-2-B4~7464 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bc8e4816f68dca22e48cf37a56c6107522043a1;p=emacs.git Temporary fix; increase NREAD_INPUT_EVENTS to 512. --- diff --git a/src/keyboard.c b/src/keyboard.c index 2a37e5592c0..27813bdc770 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -6574,7 +6574,7 @@ record_asynch_buffer_change () a small buffer of input events -- and then poll for more input if we read a full buffer of input events. */ -#define NREAD_INPUT_EVENTS 8 +#define NREAD_INPUT_EVENTS 512 static int read_avail_input (expected)