summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-09-28 09:56:06 +0000
committerJim Blandy <jimb@redhat.com>1993-09-28 09:56:06 +0000
commit261772ec16bb680bba82d847c9ebf15e1eab56e3 (patch)
tree88f50f0cd691f4892672bf51beac4dfc35eb05ad /src/termhooks.h
parentb40e76cb043ca9f38497c18f4d13e63e61db8697 (diff)
downloademacs-261772ec16bb680bba82d847c9ebf15e1eab56e3.tar.gz
Doc fix.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index f2c9476161a..116101670fc 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -194,12 +194,13 @@ enum event_kind
{
no_event, /* nothing happened. This should never
actually appear in the event queue. */
- ascii_keystroke, /* The ASCII code is in .code.
+
+ ascii_keystroke, /* The ASCII code is in .code, perhaps
+ with modifiers applied.
+ .modifiers holds the state of the
+ modifier keys.
.frame_or_window is the frame in
which the key was typed.
- Note that this includes meta-keys, and
- the modifiers field of the event
- is unused.
.timestamp gives a timestamp (in
milliseconds) for the keystroke. */
non_ascii_keystroke, /* .code is a number identifying the