(timer_resume_idle): New function to resume idle
commit5c12e63f92556f30b3cb182c2dbfa0a0d7046545
authorKim F. Storm <storm@cua.dk>
Sat, 9 Oct 2004 23:24:49 +0000 (9 23:24 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 9 Oct 2004 23:24:49 +0000 (9 23:24 +0000)
treea547b905c80994493d4b2bfac78c4f8b3719ad61
parent9688f9eb3a5f08a6742ec68b3cd993d14a9571b4
(timer_resume_idle): New function to resume idle
timer without resetting timers on the idle list.
(read_char): Use timer_resume_idle. Remove local var last_idle_start.
(timer_start_idle, timer_stop_idle): Declare static.
(read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
src/keyboard.c