aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index fcc07a38c46..8fac99570cc 100644
--- a/src/process.c
+++ b/src/process.c
@@ -4163,7 +4163,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
4163 but select says there is input. */ 4163 but select says there is input. */
4164 4164
4165 if (XINT (read_kbd) && interrupt_input 4165 if (XINT (read_kbd) && interrupt_input
4166 && keyboard_bit_set (&Available)) 4166 && keyboard_bit_set (&Available) && ! noninteractive)
4167 kill (getpid (), SIGIO); 4167 kill (getpid (), SIGIO);
4168#endif 4168#endif
4169 4169