CliAnsiWriter.EraseInDisplay Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
This control function erases characters from part or all of the display. When you erase complete lines, they become single-height, single-width lines, with all visual character attributes cleared. ED works inside or outside the scrolling margins.
public CliAnsiWriter EraseInDisplay(int mode = 0)
Parameters
modeintThe amount of the display to erase.
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.