mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 10:02:22 +02:00
Add -expando flag, allow case-sensitive regexp matching
This commit is contained in:
parent
b97ebe46bf
commit
f6c589b88b
2 changed files with 28 additions and 19 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue