summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-01-03 23:05:58 +0000
committerRichard M. Stallman <rms@gnu.org>1997-01-03 23:05:58 +0000
commit18d09559cce37b8ee1110f2db0ebcb7153eb52f1 (patch)
tree95ef2cd4d71d70b33061b95ed4be72dd23aea31e
parent976084f6671be547cae07d2fb5d95f7841f9e324 (diff)
downloademacs-18d09559cce37b8ee1110f2db0ebcb7153eb52f1.tar.gz
(update_frame): Call detect_input_pending
for X as well as for termcap frames.
-rw-r--r--src/dispnew.c5
1 files 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))