# HG changeset patch # User Miles Bader # Date 1025679831 0 # Node ID 9319ffebc601e7524d0cae9a0251a248412a8a1f # Parent 8c00672a779a5606ff2588aa306b2d0675bc198d (header-line): Suppress inverse-video on ttys. diff -r 8c00672a779a -r 9319ffebc601 lisp/faces.el --- a/lisp/faces.el Tue Jul 02 19:22:26 2002 +0000 +++ b/lisp/faces.el Wed Jul 03 07:03:51 2002 +0000 @@ -1820,7 +1820,8 @@ ;; 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)