Terminal.matchAddGregex

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.

More...
class Terminal
int
matchAddGregex

Parameters

gregex Regex
gflags GRegexMatchFlags

the GRegexMatchFlags to use when matching the regex

Return Value

Type: int

an integer associated with this expression, or -1 if gregex could not be transformed into a vte.Regex or gflags were incompatible

Detailed Description