macos: fix missing goto_window union entry

pull/9899/head
Mitchell Hashimoto 2025-12-13 14:29:09 -08:00
parent dfb94cd55d
commit 1a117c46e0
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 0 deletions

View File

@ -859,6 +859,7 @@ typedef union {
ghostty_action_move_tab_s move_tab; ghostty_action_move_tab_s move_tab;
ghostty_action_goto_tab_e goto_tab; ghostty_action_goto_tab_e goto_tab;
ghostty_action_goto_split_e goto_split; ghostty_action_goto_split_e goto_split;
ghostty_action_goto_window_e goto_window;
ghostty_action_resize_split_s resize_split; ghostty_action_resize_split_s resize_split;
ghostty_action_size_limit_s size_limit; ghostty_action_size_limit_s size_limit;
ghostty_action_initial_size_s initial_size; ghostty_action_initial_size_s initial_size;