Terminal.searchSetRegex
void searchSetRegex(vte.regex.Regex regex, uint flags)Sets the regex to search for. Unsets the search regex when passed null.
Note that regex should have been created using the
<literal>PCRE2_MULTILINE</literal> flag.Parameters
regex | a #VteRegex, or null |
flags | PCRE2 match flags, or 0 |