Table of Contents

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

lines int

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

Remarks