1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

relay/api: add field "tmie_displayed" in GET /api/buffers

This commit is contained in:
Sébastien Helleu
2024-08-10 13:58:58 +02:00
parent 41ab22554c
commit 24734c4fe0
7 changed files with 27 additions and 0 deletions
+2
View File
@@ -378,6 +378,8 @@ extern void gui_buffer_set_title (struct t_gui_buffer *buffer,
const char *new_title);
extern void gui_buffer_set_modes (struct t_gui_buffer *buffer,
const char *new_modes);
extern void gui_buffer_set_time_for_each_line (struct t_gui_buffer *buffer,
int time_for_each_line);
extern void gui_buffer_set_highlight_words (struct t_gui_buffer *buffer,
const char *new_highlight_words);
extern void gui_buffer_set_highlight_disable_regex (struct t_gui_buffer *buffer,