Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0f98c4c2
Commit
0f98c4c2
authored
Jun 08, 2000
by
Gerd Moellmann
Browse files
(enum event_kind): Add FOCUS_IN_EVENT.
parent
c51c7093
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/termhooks.h
src/termhooks.h
+5
-1
No files found.
src/termhooks.h
View file @
0f98c4c2
...
...
@@ -314,7 +314,11 @@ enum event_kind
help string. */
HELP_EVENT
,
TOOL_BAR_EVENT
TOOL_BAR_EVENT
,
/* Queued from XTread_socket on FocusIn events. Translated into
`switch-frame' events in kbd_buffer_get_event, if necessary. */
FOCUS_IN_EVENT
};
/* If a struct input_event has a kind which is selection_request_event
...
...
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