Next: Usual Display, Previous: Blinking, Up: Display
This variable controls whether Emacs uses inverse video for all text on the screen. Non-
nil
means yes,nil
means no. The default isnil
.
This variable controls the use of inverse video for mode lines and menu bars. If it is non-
nil
, then these lines are displayed in inverse video. Otherwise, these lines are displayed normally, just like other text. The default ist
.For window frames, this feature actually applies the face named
mode-line
; that face is normally set up as the inverse of the default face, unless you change it.