(blink-cursor-mode): Add `mac' to the list of window-system's that
support blinking cursor.
This commit is contained in:
@@ -1263,7 +1263,7 @@ cursor display. On a text-only terminal, this is not implemented."
|
||||
:init-value (not (or noninteractive
|
||||
no-blinking-cursor
|
||||
(eq system-type 'ms-dos)
|
||||
(not (memq window-system '(x w32)))))
|
||||
(not (memq window-system '(x w32 mac)))))
|
||||
:initialize 'custom-initialize-safe-default
|
||||
:group 'cursor
|
||||
:global t
|
||||
|
||||
Reference in New Issue
Block a user