Table of Contents

CliAnsiWriter.Index Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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

public CliAnsiWriter Index()

Returns

CliAnsiWriter

The same instance so that multiple calls can be chained.

Remarks