Method
VteTerminalmatch_add_regex
Declaration [src]
int
vte_terminal_match_add_regex (
VteTerminal* terminal,
VteRegex* regex,
guint32 flags
)
Description [src]
Adds the regular expression regex
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.
Note that regex
should have been created using the
Available since: | 0.46 |
Parameters
regex |
VteRegex |
A |
|
The data is owned by the caller of the function. | |
flags |
guint32 |
PCRE2 match flags, or 0 |