GNU bug report logs -
#13225
24.3.50; Non-selected window has not mode-line-inactive face
Previous Next
Reported by: martin rudalics <rudalics <at> gmx.at>
Date: Wed, 19 Dec 2012 08:13:02 UTC
Severity: normal
Found in version 24.3.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Thu, 20 Dec 2012 18:24:54 +0100
> From: martin rudalics <rudalics <at> gmx.at>
> CC: Stefan Monnier <monnier <at> iro.umontreal.ca>, 13225 <at> debbugs.gnu.org
>
> > The cursor is unaffected, because we use a different test there, see
> > get_window_cursor_type.
>
> Does this mean we could have used something like
>
> if (w = XWINDOW (f->selected_window)
> && f = FRAME_X_DISPLAY_INFO (f)->x_highlight_frame)
>
> for checking whether the mode line should indicate that w is the
> selected window?
Maybe, I'm not sure. There's this note in the comments to
x_highlight_frame member:
/* The frame which currently has the visual highlight, and should get
keyboard input (other sorts of input have the frame encoded in the
event). It points to the X focus frame's selected window's
frame. It differs from x_focus_frame when we're using a global
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
minibuffer. */
^^^^^^^^^^
How is (or should be) the mode line displayed when input goes to a
"global minibuffer"?
This bug report was last modified 12 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.