Added GOTO_WINDOW to actions enum

pull/9899/head
Max Bretschneider 2025-10-24 15:26:17 +02:00 committed by Mitchell Hashimoto
parent 4f02e6c096
commit b344c978d0
1 changed files with 1 additions and 0 deletions

View File

@ -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,