cursorShape
layout cursorShape boolean { t | nil }
graphic cursorShape boolean { t | nil }
Description
Checks if the pointer is displayed as dot shaped or as dotted-line cross shaped.
GUI Equivalent
Examples
envGetVal("layout" "cursorShape")
envSetVal("layout" "cursorShape" 'boolean t)
envGetVal("graphic" "cursorShape")
envSetVal("graphic" "cursorShape" 'boolean t)
Related Topics
Return to top