Table of Contents

CliAnsiWriter.ReverseIndex Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Moves the cursor up one line in the same column by emitting ESC M. If the cursor is at the top margin, then the screen performs a scroll-down.

public CliAnsiWriter ReverseIndex()

Returns

CliAnsiWriter

The same instance so that multiple calls can be chained.

Remarks