aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1991-07-19 19:31:48 +0000
committerJim Blandy1991-07-19 19:31:48 +0000
commit2e146aa4c35f809e8e8dfc18dfd270c2660535b4 (patch)
treef1c2d2565e313ca1187f2d0d263d2aa0c78ef171 /src
parent62c07cc72d59a0466680c0d5328aeac66c0eff99 (diff)
downloademacs-2e146aa4c35f809e8e8dfc18dfd270c2660535b4.tar.gz
emacs-2e146aa4c35f809e8e8dfc18dfd270c2660535b4.zip
*** empty log message ***
Diffstat (limited to 'src')
-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) ();
115 button releases. */ 115 button releases. */
116int (*mouse_tracking_enable_hook) ( /* int ENABLE */ ); 116int (*mouse_tracking_enable_hook) ( /* int ENABLE */ );
117 117
118/* When reading from a minibuffer in a different screen, Emacs wants
119 to shift the highlight from the selected screen to the minibuffer's
120 screen; under X, this means it lies about where the focus is.
121 This hook tells the window system code to re-decide where to put
122 the highlight. */
123extern void (*screen_rehighlight_hook) ( /* SCREEN_PTR s */ );
124
118/* Strings, numbers and flags taken from the termcap entry. */ 125/* Strings, numbers and flags taken from the termcap entry. */
119 126
120char *TS_ins_line; /* termcap "al" */ 127char *TS_ins_line; /* termcap "al" */