1
Fork 0
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:
Miles Bader 2000-11-22 15:32:13 +00:00
parent 60e8e0a5fc
commit ebd040584d

View file

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