From: Richard M. Stallman Date: Fri, 3 Jan 1997 23:05:58 +0000 (+0000) Subject: (update_frame): Call detect_input_pending X-Git-Tag: emacs-20.1~3122 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2960116f69f1c3422e2cd3005795aa2133bca61;p=emacs.git (update_frame): Call detect_input_pending for X as well as for termcap frames. --- diff --git a/src/dispnew.c b/src/dispnew.c index 2acb2976abf..388bae255ac 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -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))