mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-24 03:58:35 +00:00
macos: new tab implementation
This commit is contained in:
@@ -5,6 +5,7 @@ struct TerminalView: View {
|
||||
let app: ghostty_app_t
|
||||
@FocusState private var surfaceFocus: Bool
|
||||
@Environment(\.isKeyWindow) private var isKeyWindow: Bool
|
||||
@Environment(\.openWindow) private var openWindow
|
||||
@State private var title: String = "Ghostty"
|
||||
|
||||
// This is true if the terminal is considered "focused". The terminal is focused if
|
||||
|
Reference in New Issue
Block a user