diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 7 |
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. */ |
| 116 | int (*mouse_tracking_enable_hook) ( /* int ENABLE */ ); | 116 | int (*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. */ | ||
| 123 | extern 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 | ||
| 120 | char *TS_ins_line; /* termcap "al" */ | 127 | char *TS_ins_line; /* termcap "al" */ |