mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 00:03:12 +02:00
core: add missing mouse event "alt-ctrl-button3"
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ New features::
|
||||
|
||||
Bug fixes::
|
||||
|
||||
* core: add missing mouse event "alt-ctrl-button2"
|
||||
* core: add missing mouse events "alt-ctrl-button2" and "alt-ctrl-button3"
|
||||
* core: remove trailing directory separators in home directories (issue #2070)
|
||||
* fset: allow filename starting with "~" in command `/fset -export`
|
||||
* irc: add missing tags on self action messages when capability echo-message is enabled (issue #2074)
|
||||
|
||||
@@ -75,6 +75,7 @@ char *gui_mouse_button_codes[][2] =
|
||||
{ ")", "alt-button3" },
|
||||
{ "8", "alt-ctrl-button1" },
|
||||
{ ":", "alt-ctrl-button2" },
|
||||
{ "9", "alt-ctrl-button3" },
|
||||
{ NULL, NULL } };
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user