Table of Contents

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

lines int

The number of lines to move the user window down in page memory. lines new lines appear at the bottom of the display. lines old 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.

Remarks