aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)
1272 sleep (outq / baud_rate); 1272 sleep (outq / baud_rate);
1273 } 1273 }
1274 } 1274 }
1275 if ((i - 1) % preempt_count == 0)
1276 detect_input_pending ();
1277 } 1275 }
1278 1276
1277 if ((i - 1) % preempt_count == 0)
1278 detect_input_pending ();
1279
1279 update_line (f, i); 1280 update_line (f, i);
1280#ifdef HAVE_WINDOW_SYSTEM 1281#ifdef HAVE_WINDOW_SYSTEM
1281 if (FRAME_WINDOW_P (f)) 1282 if (FRAME_WINDOW_P (f))