aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-01-31 07:49:43 +0000
committerEli Zaretskii <[email protected]>2001-01-31 07:49:43 +0000
commit8f289accc6cfcdf1eaa86b1a11719742c8afe23f (patch)
tree1a846cba1ac6f64d5ada67c1d1dabdbd3af4b47b /lisp/term
parentf57b6e648c009a6691218454b28d54de3efd6e21 (diff)
(redisplay-dont-pause): Set to t to alleviate display problems.
Diffstat (limited to 'lisp/term')
-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.