get_text_selected_full
Description:
[ Version ( since = "0.72" ) ]
public string? get_text_selected_full (Format format, out size_t length)
public string? get_text_selected_full (Format format, out size_t length)
Gets the currently selected text in the format specified by format.
Parameters:
| this |
a Terminal |
| format |
the Format to use |
| length |
a pointer to a size_t to store the string length |
Returns:
|
a newly allocated string containing the selected text, or |