Next Prev Up Top Contents Index

*editor-cursor-color*

Variable
Summary

The background color of the cursor.

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 LispWorks User Guide for details of the color package.

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)

LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index