From: Miles Bader Date: Wed, 3 Jul 2002 07:03:51 +0000 (+0000) Subject: (header-line): Suppress inverse-video on ttys. X-Git-Tag: ttn-vms-21-2-B4~14335 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50e7b8db94e2a9a1afffbd3a571c7da5a8304baa;p=emacs.git (header-line): Suppress inverse-video on ttys. --- 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)