Added GOTO_WINDOW to actions enum

This commit is contained in:
Max Bretschneider
2025-10-24 15:26:17 +02:00
committed by Mitchell Hashimoto
parent 4f02e6c096
commit b344c978d0

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,