changeset 43392:4f1f166427e5

(mode-line-inactive, header-line): Add the :inherit attribute for the tty case.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 17 Feb 2002 18:18:17 +0000
parents f346396ec985
children 3c6d86a6b01e
files lisp/faces.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Sun Feb 17 18:17:51 2002 +0000
+++ b/lisp/faces.el	Sun Feb 17 18:18:17 2002 +0000
@@ -1725,6 +1725,7 @@
      :box (:line-width -1 :color "grey40" :style nil)
      :foreground "grey80" :background "grey30")
     (t
+     :inherit mode-line
      :inverse-video t))
   "Basic mode line face for non-selected windows."
   :version "21.2"
@@ -1746,6 +1747,7 @@
      ;; highlighting; this may be too confusing in general, although it
      ;; happens to look good with the only current use of header-lines,
      ;; the info browser. XXX
+     :inherit mode-line
      :underline t)
     (((class color grayscale) (background light))
      :inherit mode-line