Terminal.getTextRangeFormat

string getTextRangeFormat(vte.types.Format format, glong startRow, glong startCol, glong endRow, glong endCol, out size_t length)

Returns the specified range of text in the specified format.

Parameters

formatthe #VteFormat to use
startRowthe first row of the range
startColthe first column of the range
endRowthe last row of the range
endColthe last column of the range
lengtha pointer to a #gsize to store the string length

Returns

a newly allocated string, or null.