Table of Contents

CliAnsiWriter.EraseInLine Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

This control function erases characters on the line that has the cursor. EL clears all character attributes from erased character positions. EL works inside or outside the scrolling margins.

public CliAnsiWriter EraseInLine(int mode = 0)

Parameters

mode int

The section of the line to erase.

Returns

CliAnsiWriter

The same instance so that multiple calls can be chained.

Remarks