Terminal.matchAdd

Warning vte_terminal_match_add has been deprecated since version 0.17.1 and should not be used in newly-written code. Use vte_terminal_match_add_gregex() instead Adds a regular expression to the list of matching expressions. When the user moves the mouse cursor over a section of displayed text which matches this expression, the text will be highlighted.

class Terminal
int
matchAdd
(
string match
)

Parameters

match string

a regular expression

Return Value

Type: int

an integer associated with this expression

Meta