From 07c4692799880f605baa78f05b9a9bf491fde596 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 30 Oct 2023 22:18:20 -0700 Subject: [PATCH] macos: forgot the toggle fullscreen binding --- macos/Sources/Features/Terminal/TerminalController.swift | 2 +- macos/Sources/MainMenu.xib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/macos/Sources/Features/Terminal/TerminalController.swift b/macos/Sources/Features/Terminal/TerminalController.swift index 8c1cd2b2c..adf255082 100644 --- a/macos/Sources/Features/Terminal/TerminalController.swift +++ b/macos/Sources/Features/Terminal/TerminalController.swift @@ -205,7 +205,7 @@ class TerminalController: NSWindowController, NSWindowDelegate, TerminalViewDele ghostty.splitMoveFocus(surface: surface, direction: direction) } - @IBAction func toggleFullScreen(_ sender: Any) { + @IBAction func toggleGhosttyFullScreen(_ sender: Any) { guard let surface = focusedSurface?.surface else { return } ghostty.toggleFullscreen(surface: surface) } diff --git a/macos/Sources/MainMenu.xib b/macos/Sources/MainMenu.xib index 1bb51de68..2c6dd6177 100644 --- a/macos/Sources/MainMenu.xib +++ b/macos/Sources/MainMenu.xib @@ -203,7 +203,7 @@ - +