1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(button): Use color for this face on a tty.

This commit is contained in:
Glenn Morris 2007-04-23 00:36:14 +00:00
parent 19cae9da87
commit 1bebbd494d

View File

@ -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."