Table of Contents

CliAnsiWriter.SetCursorStyle Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Select the style of the cursor on the screen by emitting CSI n SP q

public CliAnsiWriter SetCursorStyle(int style = 0)

Parameters

style int

The style of the cursor

Returns

CliAnsiWriter

The same instance so that multiple calls can be chained.

Remarks