Vte.Terminal.ScrollbackLines Property
Sets the length of the scrollback buffer used by the terminal.

Syntax

public long ScrollbackLines { set; }

Value

the length of the history buffer

Remarks

The size of the scrollback buffer will be set to the larger of this value and the number of visible rows the widget can display, so 0 can safely be used to disable scrollback. Note that this setting only affects the normal screen buffer. For terminal types which have an alternate screen buffer, no scrollback is allowed.

Requirements

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