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

core: add relative move of read marker with /buffer set unread [+/-]N (closes #1895)

This commit is contained in:
Sébastien Helleu
2023-03-20 20:38:24 +01:00
parent 8475b216a4
commit be64e8cddc
8 changed files with 129 additions and 32 deletions
-2
View File
@@ -330,8 +330,6 @@ extern void gui_buffer_set_highlight_tags (struct t_gui_buffer *buffer,
const char *new_tags);
extern void gui_buffer_set_hotlist_max_level_nicks (struct t_gui_buffer *buffer,
const char *new_hotlist_max_level_nicks);
extern void gui_buffer_set_unread (struct t_gui_buffer *buffer,
int remove_marker);
extern void gui_buffer_set (struct t_gui_buffer *buffer, const char *property,
const char *value);
extern void gui_buffer_set_pointer (struct t_gui_buffer *buffer,