ShowCursor(Boolean) Method

Definition

Assembly XenoAtom.Terminal.dll

Emits the DEC private mode sequence to show or hide the cursor (ESC [ ? 25 h / ESC [ ? 25 l).

public static TerminalInstance ShowCursor(bool visible)

Parameters

visible
Boolean

true to show; false to hide.

Returns

TerminalInstance
This writer, for fluent chaining.