Add -expando flag, allow case-sensitive regexp matching

This commit is contained in:
Jari Matilainen 2018-01-20 13:33:49 +01:00
commit f6c589b88b
2 changed files with 28 additions and 19 deletions

View file

@ -17,6 +17,7 @@ struct _HILIGHT_REC {
unsigned int nick:1; /* hilight only nick if possible */
unsigned int word:1; /* hilight only word, not full line */
unsigned int expando:1; /* `text' contains expandos */
unsigned int nickmask:1; /* `text' is a nick mask */
unsigned int fullword:1; /* match `text' only for full words */
unsigned int regexp:1; /* `text' is a regular expression */