# HG changeset patch # User Richard M. Stallman # Date 852332758 0 # Node ID 483e137d5384ad7ab616b720274646f02c7fb426 # Parent d57c1c1bb96684ee794b65c6bebcf1801438222f (update_frame): Call detect_input_pending for X as well as for termcap frames. diff -r d57c1c1bb966 -r 483e137d5384 src/dispnew.c --- a/src/dispnew.c Fri Jan 03 13:51:36 1997 +0000 +++ b/src/dispnew.c Fri Jan 03 23:05:58 1997 +0000 @@ -1272,10 +1272,11 @@ 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))