Merge pull request #2424 from ghostty-org/push-xnvwslrvoktn

core: support mouse button 6/7 for mouse reports
pull/2427/head
Mitchell Hashimoto 2024-10-09 11:30:19 -07:00 committed by GitHub
commit 6b293fbf25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -2341,6 +2341,8 @@ fn mouseReport(
.right => 2,
.four => 64,
.five => 65,
.six => 66,
.seven => 67,
else => return, // unsupported
};
}