From a2960116f69f1c3422e2cd3005795aa2133bca61 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 3 Jan 1997 23:05:58 +0000 Subject: [PATCH] (update_frame): Call detect_input_pending for X as well as for termcap frames. --- src/dispnew.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)) -- 2.39.5