ShowCursor(Boolean) Method

Definition

Namespace XenoAtom.Ansi
Assembly XenoAtom.Ansi.dll

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

public AnsiWriter ShowCursor(bool visible)

Parameters

visible
Boolean

true to show; false to hide.

Returns

AnsiWriter
This writer, for fluent chaining.