Skip to content

Commit

Permalink
(update_frame): Call detect_input_pending
Browse files Browse the repository at this point in the history
for X as well as for termcap frames.
  • Loading branch information
Richard M. Stallman committed Jan 3, 1997
1 parent 976084f commit 18d0955
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dispnew.c
Expand Up @@ -1272,10 +1272,11 @@ update_frame (f, force, inhibit_hairy_id)
sleep (outq / baud_rate);
}
}
if ((i - 1) % preempt_count == 0)
detect_input_pending ();
}

if ((i - 1) % preempt_count == 0)
detect_input_pending ();

update_line (f, i);
#ifdef HAVE_WINDOW_SYSTEM
if (FRAME_WINDOW_P (f))
Expand Down

0 comments on commit 18d0955

Please sign in to comment.