mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-28 17:14:39 +00: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!