Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f05ddc05
Commit
f05ddc05
authored
Sep 28, 1993
by
Jim Blandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fix.
parent
a375dcc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
src/termhooks.h
src/termhooks.h
+5
-4
No files found.
src/termhooks.h
View file @
f05ddc05
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment