The background color of the cursor.
capi
nil
When non-nil, the value of the variable *editor-cursor-color*
is a color spec or color alias determining the background color of the editor-pane cursor. See 15 The Color System for information about color specs and aliases.
The value nil
means that the cursor background color is the same as the foreground color of the editor pane. foreground is a slot inherited from simple-pane.
(setf capi:*editor-cursor-color* :red)
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42