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

Added current buffer in hotlist when scrolling up in buffer (task #6664)

This commit is contained in:
Sebastien Helleu
2007-03-21 20:29:13 +00:00
parent 0b6a91837c
commit 6323e55ab4
12 changed files with 90 additions and 10 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ hotlist_add (int priority, t_irc_server *server, t_gui_buffer *buffer,
/* do not highlight current buffer */
if ((buffer == gui_current_window->buffer)
&& (!allow_current_buffer))
&& (!allow_current_buffer) && (!gui_buffer_is_scrolled (buffer)))
return;
if ((pos_hotlist = hotlist_search (buffer)))