]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 314129c209eb0e3df654e3c06105e939be06fc03..bd1fdc369e5d81fdfe13b1cc9fac143fb88f087a 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.