diff options
| author | Richard M. Stallman | 1997-01-03 23:05:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-01-03 23:05:58 +0000 |
| commit | a2960116f69f1c3422e2cd3005795aa2133bca61 (patch) | |
| tree | 319090e9ea0c4c0527908a84959115b4087af97d /src | |
| parent | 28a25aa5ea90effdafb61bf81358effbcf94ddc5 (diff) | |
| download | emacs-a2960116f69f1c3422e2cd3005795aa2133bca61.tar.gz emacs-a2960116f69f1c3422e2cd3005795aa2133bca61.zip | |
(update_frame): Call detect_input_pending
for X as well as for termcap frames.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 5 |
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)) |