mirror-ghostty/macos/Sources
Mitchell Hashimoto d4249679e3
macos: simplify some ServiceProvider code (#7508)
First, remove the always-inlined openTerminalFromPasteboard code and
combine it with openTerminal. Now that we're doing a bit of work inside
openTerminal, there's little better to having an intermediate, inlined
function.

Second, combine some type-casting operations (saving a .map() call).

Lastly, adjust some variable names because a generic `objs` or `urls`
was a little ambiguous now that we're all in one function scope.
2025-06-05 07:30:03 -07:00
..
App macos: add "Check for Updates" action, menu item & key-binding support 2025-05-15 13:34:44 +08:00
Features macos: simplify some ServiceProvider code (#7508) 2025-06-05 07:30:03 -07:00
Ghostty macos: fix small memory leak in surface tree when closing splits 2025-06-02 14:12:26 -07:00
Helpers macOS: save/restore firstResponder on non-native fullscreen 2025-05-06 12:59:31 -07:00