mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-17 15:21:50 +00:00
macos: pass around a base surface_config_s rather than a new tab
This commit is contained in:
@@ -79,7 +79,7 @@ extension Ghostty.Notification {
|
||||
static let ghosttyGotoTab = Notification.Name("com.mitchellh.ghostty.gotoTab")
|
||||
static let GotoTabKey = ghosttyGotoTab.rawValue
|
||||
|
||||
/// New tab. Has font size of currently focused surface in the userinfo.
|
||||
/// New tab. Has base surface config requestesd in userinfo.
|
||||
static let ghosttyNewTab = Notification.Name("com.mitchellh.ghostty.newTab")
|
||||
static let NewTabKey = ghosttyNewTab.rawValue
|
||||
|
||||
|
Reference in New Issue
Block a user