comparison src/termhooks.h @ 4799:6af5540f4e4e

Doc fix.
author Jim Blandy <jimb@redhat.com>
date Tue, 28 Sep 1993 09:56:06 +0000
parents ae9fcf538e23
children 2df44d5e75eb
comparison
equal deleted inserted replaced
4798:e437a570f5d1 4799:6af5540f4e4e
192 192
193 enum event_kind 193 enum event_kind
194 { 194 {
195 no_event, /* nothing happened. This should never 195 no_event, /* nothing happened. This should never
196 actually appear in the event queue. */ 196 actually appear in the event queue. */
197 ascii_keystroke, /* The ASCII code is in .code. 197
198 ascii_keystroke, /* The ASCII code is in .code, perhaps
199 with modifiers applied.
200 .modifiers holds the state of the
201 modifier keys.
198 .frame_or_window is the frame in 202 .frame_or_window is the frame in
199 which the key was typed. 203 which the key was typed.
200 Note that this includes meta-keys, and
201 the modifiers field of the event
202 is unused.
203 .timestamp gives a timestamp (in 204 .timestamp gives a timestamp (in
204 milliseconds) for the keystroke. */ 205 milliseconds) for the keystroke. */
205 non_ascii_keystroke, /* .code is a number identifying the 206 non_ascii_keystroke, /* .code is a number identifying the
206 function key. A code N represents 207 function key. A code N represents
207 a key whose name is 208 a key whose name is