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
format | the #VteFormat to use |
startRow | the first row of the range |
startCol | the first column of the range |
endRow | the last row of the range |
endCol | the last column of the range |
length | a pointer to a #gsize to store the string length |
Returns
a newly allocated string, or null.