CursorBlinking(Boolean) Method

Definition

Assembly XenoAtom.Terminal.dll

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

public static TerminalInstance CursorBlinking(bool enabled)

Parameters

enabled
Boolean

true to enable blinking; false to disable.

Returns

TerminalInstance
This writer, for fluent chaining.