1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

fset: remove error displayed in core buffer when clicking with the mouse below the last option displayed

This commit is contained in:
Sébastien Helleu
2026-05-21 13:55:15 +02:00
parent ad35aef1f4
commit 5520ed1950
3 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -337,7 +337,7 @@ fset_mouse_init (void)
weechat_hashtable_set (
keys,
"@chat(" FSET_PLUGIN_NAME "." FSET_BUFFER_NAME "):button1",
"/window ${_window_number};/fset -go ${fset_option_index}");
"/window ${_window_number};/mute /fset -go ${fset_option_index}");
weechat_hashtable_set (
keys,
"@chat(" FSET_PLUGIN_NAME "." FSET_BUFFER_NAME "):button2*",