# HG changeset patch # User Kim F. Storm # Date 1077785402 0 # Node ID 53604473a69966e833eec3e24313f8976a7cbadb # Parent 2a5eca2838d12e2338e3c9e34dd842d0751cc7ce Temporary fix; increase NREAD_INPUT_EVENTS to 512. diff -r 2a5eca2838d1 -r 53604473a699 src/keyboard.c --- a/src/keyboard.c Thu Feb 26 04:03:40 2004 +0000 +++ b/src/keyboard.c Thu Feb 26 08:50:02 2004 +0000 @@ -6574,7 +6574,7 @@ 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)