alacritty / alacritty

A cross-platform, OpenGL terminal emulator.
https://alacritty.org
Apache License 2.0
53.72k stars 2.94k forks source link

`startup_mode = "Fullscreen"` and creating a new tab/window makes the old window go black #7980

Open steveyko opened 2 weeks ago

steveyko commented 2 weeks ago

For bug reports, the following information can help speed up the process. Please describe the bug that you have found and what you would expect to happen instead.

System

OS: macOS Version: alacritty 0.13.2 (bb8ea18)

When I use startup_mode = "Fullscreen" in my toml and create a new tab or window with Command-N or Command-T, it makes the old window go black. So one space shows full black screen and the other space shows full screen with the newly-created tab/window.

nixpulvis commented 2 weeks ago

Seems to only happen if there's another alacritty window already open for me.

nixpulvis commented 2 weeks ago

7965 seems to fix this as well. @steveyko if you can build and run that PR, could you confirm this?

steveyko commented 2 weeks ago

I built and tried it but it's the same result for me. I changed the "Prefer tabs when opening documents" so now it only happens with Command-T, not Command-N.