CliAnsiWriter.CursorDown Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
This control function moves the cursor down a specified number of lines in the same column
by emitting CSI n B.
The cursor stops at the bottom margin.
If the cursor is already below the bottom margin, then the cursor stops at the bottom line.
public CliAnsiWriter CursorDown(int steps)
Parameters
stepsintThe number of steps to move the cursor down.
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.