1
0
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:
Sébastien Helleu
2024-02-24 22:04:36 +01:00
parent 191701a5f3
commit 3f08785aee
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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)
+1
View File
@@ -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 } };