(event_kind): New event type: timer_event.
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Jan 1996 04:53:39 +0000 (04:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Jan 1996 04:53:39 +0000 (04:53 +0000)
src/termhooks.h

index 314129c..bd1fdc3 100644 (file)
@@ -220,6 +220,7 @@ enum event_kind
                                   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.