Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse buttons all act the same #344

Closed
KaiJan57 opened this issue Sep 19, 2022 · 1 comment
Closed

Mouse buttons all act the same #344

KaiJan57 opened this issue Sep 19, 2022 · 1 comment

Comments

@KaiJan57
Copy link

With a recent commit, all mouse buttons send the same escape code to e.g. vim, breaking much of mouse=a functionality, i.e. text selection, scrolling etc, as all the events are interpreted as clicking.
This can easily be fixed by removing int code and replacing all references to it by button, though the proper way is to sync with upstream

@sbradnick
Copy link

I noticed I was suffering from this too. After 4c57f1f things are certainly better; for instance, switching tabs works again (vs. opening new ones over and over per click). I can scroll up with the mouse wheel - if I use page-down a few times first - but I can't scroll down.

sifu2 pushed a commit to sifu2/luke_st that referenced this issue Mar 6, 2023
saifshahriar pushed a commit to saifshahriar/st-truncated-text-luke that referenced this issue Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants