mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
FS#155 hilight -tag
This commit is contained in:
parent
fc00b9e6f0
commit
669add63e8
2 changed files with 14 additions and 3 deletions
|
|
@ -29,6 +29,7 @@ struct _HILIGHT_REC {
|
|||
unsigned int regexp_compiled:1; /* should always be TRUE, unless regexp is invalid */
|
||||
regex_t preg;
|
||||
#endif
|
||||
char *tag;
|
||||
};
|
||||
|
||||
extern GSList *hilights;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue