Table of Contents

Method ClearContents

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

ClearContents()

Clears the Contents of the driver.

public void ClearContents()

ClearContents(bool)

Clears the Contents of the driver.

public void ClearContents(bool initiallyDirty)

Parameters

initiallyDirty bool

When true (the default), all cells are marked dirty so the first render overwrites the entire screen. When false (used in inline mode), cells start clean so only cells that are explicitly drawn will be flushed, leaving the rest of the terminal untouched.