mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-23 12:16:11 +03:00

We don't actually use libc wcswidth to determine width and even if we did some terminals use wcwidth (which behaves differently), some use the Python wcswidth library (which behaves differently), etc. The reality is there is no real consistency on "legacy" behavior so by naming it "legacy" we show that we're doing our best but also gives us wiggle room to change our behavior in the future. Functionally nothing changes with this commit.