From 1bd0999eef4d51a89a82205da93a3309cb5a155a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 27 Sep 2024 10:17:54 -0700 Subject: [PATCH] macos: add unhandled action --- macos/Sources/Ghostty/Ghostty.App.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macos/Sources/Ghostty/Ghostty.App.swift b/macos/Sources/Ghostty/Ghostty.App.swift index f0128e2f7..5b2efad3e 100644 --- a/macos/Sources/Ghostty/Ghostty.App.swift +++ b/macos/Sources/Ghostty/Ghostty.App.swift @@ -484,6 +484,8 @@ extension Ghostty { case GHOSTTY_ACTION_CLOSE_ALL_WINDOWS: fallthrough + case GHOSTTY_ACTION_TOGGLE_TAB_OVERVIEW: + fallthrough case GHOSTTY_ACTION_TOGGLE_WINDOW_DECORATIONS: fallthrough case GHOSTTY_ACTION_PRESENT_TERMINAL: