-
Notifications
You must be signed in to change notification settings - Fork 817
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
bug: windows missing mouse events past column 95 #359
Comments
Actually, I don't know why I didn't think to test another application, but it looks like Vim also has a similar issue when enabling mouse mode, so I don't think it's a bubbletea issue. Though I'm still curious if anyone has any pointers (ha!) on what the issue could be. I've got the latest Windows Terminal version, and the latest Windows 10 update, and I can't seem to find others with related issues when searching, so I'm at a loss. |
Just in case anyone else runs into similar issues, upgraded to Windows 11 recently, and the issues disappeared, so I'm guessing something related to WSL2 and Windows 10. Going to close out. |
Oh wow, that's unexpected and great to hear! Thanks for the feedback! |
#594 should fix this, also I think this issue should be reopened as it still happening in Windows 10 |
Running the mouse example on powershell, Windows Terminal, cygwin-style terminals, and potentially others, doesn't seem to let me capture mouse events beyond column 95. I haven't tested on a proper linux environment yet
Example video: https://ls-screen.s3.us-west-004.backblazeb2.com/2022/07/WindowsTerminal_ninSH9gbiM.mp4
Looking into this further, I did find this issue comment, which mentions the following:
Specifically:
That issue was closed and features implemented, mentioning
SGR 1006 extension
, however I'm not sure if it's something on my end, something on Windows end, or an issue with bubbletea. 😅This SO post is unrelated to bubbletea/windows terminal, but also seems to explain the mouse events (legacy vs 1006) to me a little bit more: https://stackoverflow.com/a/5970472/1830159
Any pointers?
The text was updated successfully, but these errors were encountered: