changeset 14407:78c37f6d697b

(event_kind): New event type: timer_event.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Jan 1996 04:53:39 +0000
parents 7d998103f266
children 9defc34879ad
files src/termhooks.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/termhooks.h	Mon Jan 29 04:53:02 1996 +0000
+++ b/src/termhooks.h	Mon Jan 29 04:53:39 1996 +0000
@@ -220,6 +220,7 @@
 				   which the key was typed.
 				   .timestamp gives a timestamp (in
 				   milliseconds) for the keystroke.  */
+  timer_event,                  /* A timer fired.  */
   mouse_click,			/* The button number is in .code; it must
 				   be >= 0 and < NUM_MOUSE_BUTTONS, defined
 				   below.