CliAnsiWriter.CursorHome Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Moves the cursor to position 1,1 (top left corner) by emitting CSI H.
public CliAnsiWriter CursorHome()
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.