From: Glenn Morris Date: Mon, 23 Apr 2007 00:36:14 +0000 (+0000) Subject: (button): Use color for this face on a tty. X-Git-Tag: emacs-pretest-22.0.99~56 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bebbd494df4a13a9d0c0b7078726c57ae9ad249;p=emacs.git (button): Use color for this face on a tty. --- diff --git a/lisp/button.el b/lisp/button.el index 423aef5f78f..20c2c0692e6 100644 --- a/lisp/button.el +++ b/lisp/button.el @@ -52,7 +52,8 @@ ;; Globals ;; Use color for the MS-DOS port because it doesn't support underline. -(defface button '((((type pc) (class color)) +;; Also for the linux console. +(defface button '((((type pc tty) (class color)) (:foreground "lightblue")) (t :underline t)) "Default face used for buttons."