Results 841 comments of Christian Duerr
trafficstars

That does sound like it's an issue with Alacritty.

Upstream tracking issue: https://github.com/rust-windowing/winit/issues/1810.

Has this worked in previous Alacritty versions? Could you try the latest stable release?

If you get the PTY handle before starting cmatrix, then wait until it freezes and write to the handle manually using `echo`, does it unfreeze the session?

I don't see how that would even work. Are you scrolling with a mouse, or with a touchpad?

> it's happening only inside Virtualbox Oh, that's probably a very important detail. I'd be curious at which point the events are generated. When you run Alacritty with `alacritty --print-events...

It's important to note that only `WindowEvent`s are actually processed by Alacritty. So you should probably add that to your filter. It doesn't seem like you're receiving any events while...

> I'd guess that glutin is creating and sending these events to Alacritty, is that correct? Almost, it's most likely `winit`. I'd recommend trying the same test with the winit...

> At the very least I'd expect a "Quit" option Why? Is this documented somewhere in a guideline from macOS that this should be possible? If macOS doesn't do it...

> I'd be interested in taking a stab at submitting a contribution for this if it's something other folks would like. I'm not opposed to the idea, assuming we keep...