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