aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term/w32-win.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term/w32-win.el')
-rw-r--r--lisp/term/w32-win.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index 71e7f56256..17411a6f0b 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -79,6 +79,10 @@
(if (fboundp 'new-fontset)
(require 'fontset))
+;; FIXME: this is temporary for v21.1, since many redisplay problems
+;; happen if redisplay-dont-pause is nil.
+(setq redisplay-dont-pause t)
+
;; Because Windows scrollbars look and act quite differently compared
;; with the standard X scroll-bars, we don't try to use the normal
;; scroll bar routines.