Terminal.getTextRangeFormat

Returns the specified range of text in the specified format.

class Terminal
string
getTextRangeFormat
(,
glong startRow
,
glong startCol
,
glong endRow
,
glong endCol
,
out size_t length
)

Parameters

format vte.types.Format

the #VteFormat to use

startRow glong

the first row of the range

startCol glong

the first column of the range

endRow glong

the last row of the range

endCol glong

the last column of the range

length size_t

a pointer to a #gsize to store the string length

Return Value

Type: string

a newly allocated string, or null.