diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-15 13:45:40 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-15 13:45:40 +0100 |
commit | d52d214448fa5db7167ee89b532f299af02aa10c (patch) | |
tree | 961430092a684d9a38fc48a787fcee67731857f6 /src/core/wee-infolist.h | |
parent | 52cbd0b9217f2ea5f93c30bd1043cd4ad9fa494a (diff) | |
download | weechat-d52d214448fa5db7167ee89b532f299af02aa10c.zip |
core: add buffer property "highlight_tags_restrict", rename option irc.look.highlight_tags to irc.look.highlight_tags_restrict
The buffer property "highlight_tags" is renamed to "highlight_tags_restrict".
New behavior for buffer property "highlight_tags": force highlight on tags.
Option irc.look.highlight_tags is renamed to irc.look.highlight_tags_restrict.
Diffstat (limited to 'src/core/wee-infolist.h')
-rw-r--r-- | src/core/wee-infolist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/wee-infolist.h b/src/core/wee-infolist.h index 13a05eee5..772ac4a72 100644 --- a/src/core/wee-infolist.h +++ b/src/core/wee-infolist.h @@ -101,6 +101,8 @@ extern void *infolist_buffer (struct t_infolist *infolist, const char *var, int *size); extern time_t infolist_time (struct t_infolist *infolist, const char *var); +extern struct t_infolist_var *infolist_search_var (struct t_infolist *infolist, + const char *var); extern void infolist_free (struct t_infolist *infolist); extern void infolist_free_all_plugin (struct t_weechat_plugin *plugin); extern void infolist_print_log (); |