Variable: redisplay-dont-pause
redisplay-dont-pause is a variable defined in dispnew.c.
This variable is obsolete since 24.5.
Value
t
Documentation
Nil means display update is paused when input is detected.
Probably introduced at or before Emacs version 21.1.
Source Code
// Defined in /usr/src/emacs/src/dispnew.c
DEFVAR_BOOL ("redisplay-dont-pause", redisplay_dont_pause,
doc: /* Nil means display update is paused when input is detected. */);