aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 07b2f991c38..0eb82533120 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2115,7 +2115,11 @@ poll_for_input (timer)
2115 struct atimer *timer; 2115 struct atimer *timer;
2116{ 2116{
2117 if (poll_suppress_count == 0) 2117 if (poll_suppress_count == 0)
2118#ifdef SYNC_INPUT
2119 interrupt_input_pending = 1;
2120#else
2118 poll_for_input_1 (); 2121 poll_for_input_1 ();
2122#endif
2119} 2123}
2120 2124
2121#endif /* POLL_FOR_INPUT */ 2125#endif /* POLL_FOR_INPUT */