Table of Contents

CliAnsiWriter.CursorNextLine Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Move the cursor to the next line by emitting CSI n E.

public CliAnsiWriter CursorNextLine(int lines = 1)

Parameters

lines int

The number of lines to move

Returns

CliAnsiWriter

The same instance so that multiple calls can be chained.

Remarks