Results 841 comments of Christian Duerr
trafficstars

Just tested this and the top of the window is also cut-off. So it's indeed pretty broken.

At least for tabbed windows a workaround seems to be to resize the window after creating a new tab. At least that worked for me.

> Weirdly, on my M1 Mac (Monterey, 12.1), CreateNewWindow actually creates a new window, and not a new tab in the same window. Not sure if this is a different...

If you need help, I'm sure there'll be some people around on the #alacritty or #winit IRC (winit is also a Matrix room) to answer potential question.

Thanks for letting us know. Should be in Alacritty with the next winit version then.

I'd assume you have window decorations disabled based on your video? Looks like the window is resized to account for decorations and actually draws them, but then the decorations are...

Since we don't change the decorations at runtime and just set them once at startup, I'd assume this is probably something that would have to get fixed in [winit](https://github.com/rust-windowing/winit).

> Is this problem really that hard? Not really, it's just that none of the contributors use macOS.

There has been an upstream PR that allows specifying how modifiers should be interpreted, making it possible to disable the character conversion. However this PR was never finished so it...