diff options
| author | Jim Blandy | 1991-07-19 19:31:48 +0000 |
|---|---|---|
| committer | Jim Blandy | 1991-07-19 19:31:48 +0000 |
| commit | 2e146aa4c35f809e8e8dfc18dfd270c2660535b4 (patch) | |
| tree | f1c2d2565e313ca1187f2d0d263d2aa0c78ef171 | |
| parent | 62c07cc72d59a0466680c0d5328aeac66c0eff99 (diff) | |
| download | emacs-2e146aa4c35f809e8e8dfc18dfd270c2660535b4.tar.gz emacs-2e146aa4c35f809e8e8dfc18dfd270c2660535b4.zip | |
*** empty log message ***
| -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" */ |