CursorBlinking(Boolean) Method

Definition

Namespace XenoAtom.Ansi
Assembly XenoAtom.Ansi.dll

Enables or disables the text cursor blinking mode (ATT160) (ESC [ ? 12 h / ESC [ ? 12 l).

public AnsiWriter CursorBlinking(bool enabled)

Parameters

enabled
Boolean

true to enable blinking; false to disable.

Returns

AnsiWriter
This writer, for fluent chaining.