CliAnsiWriter.CursorPreviousLine Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Move the cursor to the preceding line
by emitting CSI n F.
public CliAnsiWriter CursorPreviousLine(int lines = 1)
Parameters
linesintThe number of lines to move
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.