]> git.eshelyaron.com Git - emacs.git/commit
(timers_run): New variable, incremented when a timer is
authorRichard M. Stallman <rms@gnu.org>
Wed, 6 Mar 1996 19:17:17 +0000 (19:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 6 Mar 1996 19:17:17 +0000 (19:17 +0000)
commit87dd9b9b9d89c208b1a3feea7a6af2193a436ec9
tree62c51e71c865242f963df2575772bb8eba55c37e
parent822bd8045d9193019a371c3685a634f68ea47712
(timers_run): New variable, incremented when a timer is
run directly.
(timer_check, swallow_events): Increment timers_run.
(swallow_events): Redisplay if get_input_pending has run timers.
(detect_input_pending_run_timers): New arg DO_DISPLAY.

(init_keyboard): Initialize timer_idleness_start_time.

(reinvoke_input_signal): Use getpid.

(input_poll_signal): Use start_polling
after first incrementing poll_suppress_count.
src/keyboard.c