All Manuals > CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

*editor-cursor-color*

Variable
Summary

The background color of the cursor.

Package

capi

Initial Value

nil

Description

When non-nil, the value is a color spec or color alias determining the background color of the editor-pane cursor. See "The Color System" in the CAPI User Guide for information about colors in LispWorks.

The value nil means that the cursor background color is the same as the foreground color of the editor pane.

Example
(setf capi:*editor-cursor-color* :red)

CAPI Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex