macos: apply background opacity to quick terminal

Fixes #2331
This commit is contained in:
Mitchell Hashimoto
2024-09-30 21:15:33 -07:00
parent 8c5afbbd24
commit 78b9636d15
3 changed files with 39 additions and 0 deletions

View File

@@ -202,6 +202,9 @@ extension Ghostty.Notification {
/// Used to pass a configuration along when creating a new tab/window/split.
static let NewSurfaceConfigKey = "com.mitchellh.ghostty.newSurfaceConfig"
/// Posted when the application configuration is reloaded.
static let ghosttyDidReloadConfig = Notification.Name("com.mitchellh.ghostty.didReloadConfig")
/// Posted when a new split is requested. The sending object will be the surface that had focus. The
/// userdata has one key "direction" with the direction to split to.
static let ghosttyNewSplit = Notification.Name("com.mitchellh.ghostty.newSplit")