Files
ghostty/macos/Sources/Features
Mitchell Hashimoto 1041a4cc9b macos: set initial window in TerminalWindow awakeFromNib
Maybe fixes #8736

I thought `windowDidLoad` was early on because its before the window is
shown but apparently not. Let's try `awakeFromNib` which is called
just after the window is loaded from the nib. It is hard to get any
earlier than that.
2025-09-29 12:52:49 -07:00
..
2025-06-07 12:46:15 -07:00
2024-12-20 14:21:59 -08:00