FS#155 hilight -tag

This commit is contained in:
Manuel Leiner 2014-01-11 15:38:25 +01:00 committed by Ailin Nemui
commit 669add63e8
2 changed files with 14 additions and 3 deletions

View file

@ -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;