From b344c978d01651ac4efabb3ca185024843bc7150 Mon Sep 17 00:00:00 2001 From: Max Bretschneider Date: Fri, 24 Oct 2025 15:26:17 +0200 Subject: [PATCH] Added GOTO_WINDOW to actions enum --- include/ghostty.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ghostty.h b/include/ghostty.h index 82ac392e2..514e52c77 100644 --- a/include/ghostty.h +++ b/include/ghostty.h @@ -806,6 +806,7 @@ typedef enum { GHOSTTY_ACTION_MOVE_TAB, GHOSTTY_ACTION_GOTO_TAB, GHOSTTY_ACTION_GOTO_SPLIT, + GHOSTTY_ACTION_GOTO_WINDOW, GHOSTTY_ACTION_RESIZE_SPLIT, GHOSTTY_ACTION_EQUALIZE_SPLITS, GHOSTTY_ACTION_TOGGLE_SPLIT_ZOOM,