mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
core: add missing access to hdata "buffer_visited"
This commit is contained in:
@@ -1225,6 +1225,8 @@ plugin_api_init ()
|
||||
&gui_bar_window_hdata_bar_window_cb, NULL);
|
||||
hook_hdata (NULL, "buffer", N_("buffer"),
|
||||
&gui_buffer_hdata_buffer_cb, NULL);
|
||||
hook_hdata (NULL, "buffer_visited", N_("visited buffer"),
|
||||
&gui_buffer_hdata_buffer_visited_cb, NULL);
|
||||
hook_hdata (NULL, "completion", N_("structure with completion"),
|
||||
&gui_completion_hdata_completion_cb, NULL);
|
||||
hook_hdata (NULL, "completion_partial", N_("structure with partial completion"),
|
||||
|
||||
Reference in New Issue
Block a user