comparison lispref/display.texi @ 72003:a6b27d22fd4f

(Forcing Redisplay): redisplay-preemption-period only used on window systems. Add xref to Terminal Output.
author Kim F. Storm <storm@cua.dk>
date Tue, 18 Jul 2006 15:00:47 +0000
parents 61cb5aae3bc3
children 129c994aeab3 8a8e69664178
comparison
equal deleted inserted replaced
72002:2f62cd511de0 72003:a6b27d22fd4f
101 processes the available input before trying again to redisplay. 101 processes the available input before trying again to redisplay.
102 102
103 If this variable is @code{nil}, Emacs does not check for input during 103 If this variable is @code{nil}, Emacs does not check for input during
104 redisplay, and redisplay cannot be preempted by input. 104 redisplay, and redisplay cannot be preempted by input.
105 105
106 @emph{Note} that this variable is only available if Emacs is built 106 @emph{Note} that this variable is only used on window systems,
107 with support for sub-second timers. 107 and is only available if Emacs is built with support for sub-second timers.
108 For other platforms; @xref{Terminal Output}.
108 @end defvar 109 @end defvar
109 110
110 @defvar redisplay-dont-pause 111 @defvar redisplay-dont-pause
111 If this variable is non-@code{nil}, pending input does not 112 If this variable is non-@code{nil}, pending input does not
112 prevent or halt redisplay; redisplay occurs, and finishes, 113 prevent or halt redisplay; redisplay occurs, and finishes,