mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
buflist: add key "__quiet" in hashtable for function key_bind
This commit is contained in:
@@ -285,6 +285,7 @@ buflist_mouse_init ()
|
||||
weechat_hashtable_set (keys,
|
||||
"@bar(" BUFLIST_BAR_NAME "):ctrl-wheeldown",
|
||||
"hsignal:" BUFLIST_MOUSE_HSIGNAL);
|
||||
weechat_hashtable_set (keys, "__quiet", "1");
|
||||
weechat_key_bind ("mouse", keys);
|
||||
|
||||
weechat_hashtable_free (keys);
|
||||
|
||||
Reference in New Issue
Block a user