-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cursor disappeared, clicks still delivered #493
Comments
The bug is repeatable: It occurs when grabbing a window by its resize handle. |
And it seems to be related to cursor warping being broken as well. |
9fans/plan9port#525 & 9fans/plan9port#550 are both wayland patches to devdraw. 550 seems to have cursor warping working. An updated version of 525 can be found in 9front's drawterm, which I believe also has cursor warping working. https://github.com/9front/drawterm/tree/front/gui-wl. |
I have finally switched to wayland and found that this branch (https://github.com/eaburns/plan9port/tree/wayland) works well. Tested it with edwood and plan9port's acme. Cursor warping works. To get things working I had to manually set DISPLAY=0 because wayland doesn't use that. |
Thanks - I'll give it a spin. |
Under Ubuntu with Wayland. Cursor re-appears when past the edge of the window.
Might be a devdraw problem, or a dropped cursor event.
Recording this to have a place to log further occurences.
The text was updated successfully, but these errors were encountered: