# HG changeset patch # User Eli Zaretskii # Date 1013969897 0 # Node ID 4f1f166427e5706d66e6c1d043f3b4376343cb89 # Parent f346396ec985ca8753053c20356c59b9d3d4ef9a (mode-line-inactive, header-line): Add the :inherit attribute for the tty case. diff -r f346396ec985 -r 4f1f166427e5 lisp/faces.el --- 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