get_text_format
Description:
[
Version ( since =
"0.76" ) ]
public string?
get_text_format (
Format format)
Returns text from the visible part of the terminal in the specified format.
This method is unaware of BiDi. The columns returned in attributes are logical columns.
Parameters:
| this |
a Terminal
|
| format |
the Format to use
|
Returns:
|
a newly allocated text string, or null.
|