1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add missing mouse event "alt-ctrl-button2"

This commit is contained in:
Sébastien Helleu
2024-02-24 18:35:21 +01:00
parent 40deb493d5
commit 24f0e95de7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ New features::
Bug fixes::
* core: add missing mouse event "alt-ctrl-button2"
* 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)
+1
View File
@@ -74,6 +74,7 @@ char *gui_mouse_button_codes[][2] =
{ "*", "alt-button2" },
{ ")", "alt-button3" },
{ "8", "alt-ctrl-button1" },
{ ":", "alt-ctrl-button2" },
{ NULL, NULL } };