1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23:13 +02:00

core: add hotlist pointer in buffer structure

This commit is contained in:
Sébastien Helleu
2017-03-12 20:52:20 +01:00
parent 4ef8e61ca5
commit a8bf5eb7ba
9 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -197,7 +197,8 @@ struct t_gui_buffer
int highlight_tags_count; /* number of highlight tags */
char ***highlight_tags_array; /* array with highlight tags */
/* hotlist settings for buffer */
/* hotlist */
struct t_gui_hotlist *hotlist; /* hotlist entry for buffer */
struct t_hashtable *hotlist_max_level_nicks; /* max hotlist level for */
/* some nicks */