Mercurial > emacs
changeset 339:1c12a86018cd
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 19 Jul 1991 19:31:48 +0000 |
parents | 4840aae6a876 |
children | 36bd3a9f20e2 |
files | src/term.c |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/term.c Fri Jul 19 16:05:34 1991 +0000 +++ b/src/term.c Fri Jul 19 19:31:48 1991 +0000 @@ -115,6 +115,13 @@ 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" */