1
0
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:
Sébastien Helleu
2017-03-31 21:05:48 +02:00
parent 36eb3ee343
commit 92fc469247
+1
View File
@@ -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);