TerminalScreen.Clear Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Clear()
Clears the whole screen and sets cursor position to the top-left corner.
Declaration
public void Clear()
Clear(Boolean)
Clears the whole screen and sets cursor position to the top-left corner.
Declaration
public void Clear(bool clearHistory)
Parameters
Type | Name | Description |
---|---|---|
Boolean | clearHistory | Specifies whether to clear the history buffer as well. |