setCursorVisible

abstract fun setCursorVisible(enabled: Boolean)

Toggles cursor visibility presentation state (DECTCEM, CSI ? 25 h / CSI ? 25 l).

This is renderer-facing state stored in core because the host controls it.

Parameters

enabled

true to make the cursor visible, false to hide it.