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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user