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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
b9818d19
Commit
b9818d19
authored
Feb 22, 1999
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(event_kind): Add user_signal.
parent
5bf68f6e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/termhooks.h
src/termhooks.h
+4
-1
No files found.
src/termhooks.h
View file @
b9818d19
...
...
@@ -284,7 +284,7 @@ enum event_kind
deiconify_event
,
/* An X client deiconified this window. */
menu_bar_activate_event
,
/* A button press in the menu bar
(toolkit version only). */
drag_n_drop
/* A drag-n-drop event is generated when
drag_n_drop
,
/* A drag-n-drop event is generated when
files selected outside of Emacs are dropped
onto an Emacs window.
Currently used only on Windows NT.
...
...
@@ -297,6 +297,9 @@ enum event_kind
the filenames of the dropped files.
.timestamp gives a timestamp (in
milliseconds) for the click. */
user_signal
/* A user signal.
.code is a number identifying it,
index into lispy_user_signals. */
};
/* 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