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
2e146aa4
Commit
2e146aa4
authored
Jul 19, 1991
by
Jim Blandy
Browse files
*** empty log message ***
parent
62c07cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/term.c
src/term.c
+7
-0
No files found.
src/term.c
View file @
2e146aa4
...
...
@@ -115,6 +115,13 @@ int (*read_socket_hook) ();
button releases. */
int
(
*
mouse_tracking_enable_hook
)
(
/* int ENABLE */
);
/* When reading from a minibuffer in a different screen, Emacs wants
to shift the highlight from the selected screen to the minibuffer's
screen; under X, this means it lies about where the focus is.
This hook tells the window system code to re-decide where to put
the highlight. */
extern
void
(
*
screen_rehighlight_hook
)
(
/* SCREEN_PTR s */
);
/* Strings, numbers and flags taken from the termcap entry. */
char
*
TS_ins_line
;
/* termcap "al" */
...
...
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