Vte.Terminal.GetText Method
Extracts a view of the visible part of the terminal.

Syntax

public string GetText (bool is_selected, IntPtr data, IntPtr attributes)

Parameters

is_selected
a callback
data
user data to be passed to the callback
attributes
location for storing text attributes

Returns

a string

Remarks

If is_selected is not null, characters will only be read if is_selected returns true after being passed the column and row, respectively. A Vte.CharAttributes structure is added to attributes for each byte added to the returned string detailing the character's position, colors, and other characteristics.

Requirements

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