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
3a6b074b
Commit
3a6b074b
authored
Nov 22, 1993
by
Richard M. Stallman
Browse files
(delete_window_event): New event kind.
parent
02ff9dd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/termhooks.h
src/termhooks.h
+2
-1
No files found.
src/termhooks.h
View file @
3a6b074b
...
...
@@ -241,7 +241,8 @@ enum event_kind
milliseconds) for the click. */
selection_request_event
,
/* Another X client wants a selection from us.
See `struct selection_event'. */
selection_clear_event
/* Another X client cleared our selection. */
selection_clear_event
,
/* Another X client cleared our selection. */
delete_window_event
/* An X client said "delete this window". */
};
/* 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