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 52d9bf3fff5..0db0638f85d 100644
--- a/src/process.c
+++ b/src/process.c
@@ -4262,7 +4262,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
4262 else 4262 else
4263 Available = input_wait_mask; 4263 Available = input_wait_mask;
4264 check_connect = (num_pending_connects > 0); 4264 check_connect = (num_pending_connects > 0);
4265 check_delay = process_output_delay_count; 4265 check_delay = wait_channel >= 0 ? 0 : process_output_delay_count;
4266 } 4266 }
4267 4267
4268 /* If frame size has changed or the window is newly mapped, 4268 /* If frame size has changed or the window is newly mapped,