From 50e7b8db94e2a9a1afffbd3a571c7da5a8304baa Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 3 Jul 2002 07:03:51 +0000 Subject: [PATCH] (header-line): Suppress inverse-video on ttys. --- lisp/faces.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index 7271edeed15..2ee70a336d7 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1820,7 +1820,8 @@ 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 - :underline t) + :underline t + :inverse-video nil) (((class color grayscale) (background light)) :background "grey90" :foreground "grey20" :box nil) -- 2.39.2