CliAnsiWriter.CursorBackward Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
This control function moves the cursor to the left by a specified number of columns
by emitting CSI n D.
The cursor stops at the left border of the page.
public CliAnsiWriter CursorBackward(int steps)
Parameters
stepsintThe number of steps to move the cursor left.
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.