mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-06 14:01:06 +08:00
Fixes #9322 SwiftUI `Text` has huge performance issues. On my maxed out MBP it hangs for any text more than 100KB (it took ~8s to display it!). `TextEditor` with a constant value works much better and handles scrolling for us, too!