Window switching initial

This commit is contained in:
Max Bretschneider
2025-10-21 22:13:42 +02:00
committed by Mitchell Hashimoto
parent 1805a9cb87
commit 1c1ef99fb1
6 changed files with 88 additions and 0 deletions

View File

@@ -512,6 +512,12 @@ typedef enum {
GHOSTTY_GOTO_SPLIT_RIGHT,
} ghostty_action_goto_split_e;
// apprt.action.GotoWindow
typedef enum {
GHOSTTY_GOTO_WINDOW_PREVIOUS,
GHOSTTY_GOTO_WINDOW_NEXT,
} ghostty_action_goto_window_e;
// apprt.action.ResizeSplit.Direction
typedef enum {
GHOSTTY_RESIZE_SPLIT_UP,