summaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-07-19 19:31:48 +0000
committerJim Blandy <jimb@redhat.com>1991-07-19 19:31:48 +0000
commit53939b9bae061ceac987210b1d55cece057570de (patch)
treee316ad882112c7dcdfba04c1f01def6b6fe9b855 /src/term.c
parent1b1362aae68acf966f7fd1bb72e2c1b9f57cd2c1 (diff)
downloademacs-53939b9bae061ceac987210b1d55cece057570de.tar.gz
*** empty log message ***
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index 41b3cb9905a..7e1db17b0e1 100644
--- a/src/term.c
+++ b/src/term.c
@@ -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" */