help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mode-line-display missing?


From: Emanuel Berg
Subject: mode-line-display missing?
Date: Fri, 08 Apr 2022 18:18:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

(defface mode-line
  '((((class color) (min-colors 88))
     :box (:line-width -1 :style released-button)
     :background "grey75" :foreground "black")
    (t
     :inverse-video t))
  "Face for the mode lines (for the selected window) as well as header lines.
See `mode-line-display' for the face used on mode lines."
  :version "21.1"
  :group 'mode-line-faces
  :group 'basic-faces)

What is "mode-line-display"?

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]