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:
parent
19cae9da87
commit
1bebbd494d
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user