CliAnsiWriter.ScrollDown Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Moves the user window up a specified number of lines in page memory
by emitting CSI n T.
public CliAnsiWriter ScrollDown(int lines = 1)
Parameters
linesintThe number of lines to move the user window up in page memory.
linesnew lines appear at the top of the display.linesold lines disappear at the bottom of the display. You cannot pan past the top margin of the current page.
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.