textual icon indicating copy to clipboard operation
textual copied to clipboard

Mouse click and scroll event support for git-bash/mintty on Windows

Open ariker opened this issue 2 years ago • 3 comments

The demo looks correct in git-bash on Windows, however it does not respond to mouse movement, click, and scroll events. It would be helpful to extend the existing drivers or driver selection to take this scenario into account. While the platform check will show "Windows", git-bash supports the event types in the Linux driver instead.

0;70;13M #left mouse button down 0;70;13m #left mouse button up

It's possible that a more nuanced environment check and loading the Linux driver in that case may enable it to work as expected.

ariker avatar Dec 31 '22 21:12 ariker