Vte.Terminal.Reset Method
Resets as much of the terminal's internal state as possible.

Syntax

public void Reset (bool full, bool clear_history)

Parameters

full
true to reset tabstops
clear_history
true to empty the terminal's scrollback buffer

Remarks

Resets as much of the terminal's internal state as possible, discarding any unprocessed input data, resetting character attributes, cursor state, national character set state, status line, terminal modes (insert/delete), selection state, and encoding.

Requirements

Namespace: Vte
Assembly: vte-sharp (in vte-sharp.dll)