Modify preemptive redisplay to be based on periodic checks for input.
authorKim F. Storm <storm@cua.dk>
Mon, 12 Jun 2006 22:32:47 +0000 (22:32 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 12 Jun 2006 22:32:47 +0000 (22:32 +0000)
commitd012c62b91b0f8f549563db81fbbfabaf030c56c
treefb93dbda6d0632deb88a2e341b17128317036e03
parent15a8ea0ca622d10b8abc325af746c7597a707fff
Modify preemptive redisplay to be based on periodic checks for input.
(PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
(Vredisplay_preemption_period): New variable.
(syms_of_display): DEFVAR_LISP and initialize it.
(preemption_period, preemption_next_check): New variables.
(update_frame, update_single_window): Initialize them based on
Vredisplay_preemption_period if !force_p.
(update_window, update_frame_1): Use them to determine when to
check for input.
src/dispnew.c