mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(menu): Make inverse-video on ttys too.
This commit is contained in:
parent
60e8e0a5fc
commit
ebd040584d
1 changed files with 6 additions and 2 deletions
|
|
@ -1681,8 +1681,12 @@ created."
|
|||
|
||||
|
||||
(defface menu
|
||||
'((((type x-toolkit)) ())
|
||||
(t (:inverse-video t)))
|
||||
'((((type tty))
|
||||
:inverse-video t)
|
||||
(((type x-toolkit))
|
||||
)
|
||||
(t
|
||||
:inverse-video t))
|
||||
"Basic menu face."
|
||||
:version "21.1"
|
||||
:group 'menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue