diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 4effac06ee4..f343c594f05 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1752,7 +1752,8 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) | |||
| 1752 | /* If frame size has changed or the window is newly mapped, | 1752 | /* If frame size has changed or the window is newly mapped, |
| 1753 | redisplay now, before we start to wait. There is a race | 1753 | redisplay now, before we start to wait. There is a race |
| 1754 | condition here; if a SIGIO arrives between now and the select | 1754 | condition here; if a SIGIO arrives between now and the select |
| 1755 | and indicates that a frame is trashed, we lose. */ | 1755 | and indicates that a frame is trashed, the select may block |
| 1756 | displaying a trashed screen. */ | ||
| 1756 | if (frame_garbaged) | 1757 | if (frame_garbaged) |
| 1757 | redisplay_preserve_echo_area (); | 1758 | redisplay_preserve_echo_area (); |
| 1758 | 1759 | ||