Platform: Lenovo X220, Arch Linux, Awesome window manager, rxvt terminal.
Reproduction:
- Start holding left mouse button anywhere in the terminal hosting a void instance.
- Touch top of the entire screen, not the top of the terminal window.
- -> Application exits with exit code 101, which is rustc for "panic", without a trace on debug logs (as far as I reckon).
Other notable
- Left edge (x=0) of screen does not produce this issue.
Seems like a pretty simple out-of-bounds or a division by zero-like issue. I will investigate and try to implement a fix when I get back from work in 6 hours.