aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/term/w32-win.el4
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 512e8c05a1..19bbeb308b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-31 Eli Zaretskii <[email protected]>
+
+ * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
+ display problems.
+
2001-01-31 Kenichi Handa <[email protected]>
* international/mule.el (charset-info): Fix docstring.
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.