mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-03 10:24:51 +00:00
In Termio.init, we make a copy of backend and modify it by calling initTerminal. However, we used the original in the struct definition. This lead to the pty being opened with a size 0,0.