mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-29 22:48:37 +00:00
macos: detect renderer health failures and show error view
This commit is contained in:
@@ -232,6 +232,9 @@ extension Ghostty.Notification {
|
||||
|
||||
/// Notification sent to the split root to equalize split sizes
|
||||
static let didEqualizeSplits = Notification.Name("com.mitchellh.ghostty.didEqualizeSplits")
|
||||
|
||||
/// Notification that renderer health changed
|
||||
static let didUpdateRendererHealth = Notification.Name("com.mitchellh.ghostty.didUpdateRendererHealth")
|
||||
}
|
||||
|
||||
// Make the input enum hashable.
|
||||
|
Reference in New Issue
Block a user