changeset 16822:483e137d5384

(update_frame): Call detect_input_pending for X as well as for termcap frames.
author Richard M. Stallman <rms@gnu.org>
date Fri, 03 Jan 1997 23:05:58 +0000
parents d57c1c1bb966
children 4fa015c0a620
files src/dispnew.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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))