Table of Contents

CliAnsiWriter.InsertLine Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Inserts one or more blank lines, starting at the cursor by emitting CSI n L (IL). As lines are inserted, lines below the cursor and in the scrolling region move down. Lines scrolled off the page are lost. IL has no effect outside the page margins.

public CliAnsiWriter InsertLine(int lines = 1)

Parameters

lines int

The number of lines to insert.

Returns

CliAnsiWriter

The same instance so that multiple calls can be chained.

Remarks