aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 630c1a14c3a..9c2c02af716 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2343,9 +2343,7 @@ some_mouse_moved ()
2343 2343
2344/* Low level keyboard/mouse input. 2344/* Low level keyboard/mouse input.
2345 kbd_buffer_store_event places events in kbd_buffer, and 2345 kbd_buffer_store_event places events in kbd_buffer, and
2346 kbd_buffer_get_event retrieves them. 2346 kbd_buffer_get_event retrieves them. */
2347 mouse_moved indicates when the mouse has moved again, and
2348 *mouse_position_hook provides the mouse position. */
2349 2347
2350/* Return true iff there are any events in the queue that read-char 2348/* Return true iff there are any events in the queue that read-char
2351 would return. If this returns false, a read-char would block. */ 2349 would return. If this returns false, a read-char would block. */