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
styleintThe style of the cursor
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.