From 9ef4c8ea419653295aa52ac836623b57fb21340d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 17 Feb 2002 18:21:59 +0000 Subject: [PATCH] (mode-line-inactive, header-line): Add the :inherit attribute for the tty case. --- lisp/ChangeLog | 5 +++++ lisp/faces.el | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14f99c756fb..8047982ccac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-02-17 Eli Zaretskii + + * faces.el (mode-line-inactive, header-line): Add the :inherit + attribute for the tty case. + 2002-02-17 stanislav shalunov * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when diff --git a/lisp/faces.el b/lisp/faces.el index be8f6e601e3..9e2d35016cb 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1725,6 +1725,7 @@ created." :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 @@ created." ;; 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 -- 2.39.5