# HG changeset patch # User Jim Blandy # Date 679951908 0 # Node ID 1c12a86018cd50a8ccd2cd910ae1146d67afcdaf # Parent 4840aae6a87611bed12a27dbde1e6a5a4fbe28a1 *** empty log message *** diff -r 4840aae6a876 -r 1c12a86018cd src/term.c --- 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" */