Skip to content

Commit 1a117c4

Browse files
committed
macos: fix missing goto_window union entry
1 parent dfb94cd commit 1a117c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/ghostty.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ typedef union {
859859
ghostty_action_move_tab_s move_tab;
860860
ghostty_action_goto_tab_e goto_tab;
861861
ghostty_action_goto_split_e goto_split;
862+
ghostty_action_goto_window_e goto_window;
862863
ghostty_action_resize_split_s resize_split;
863864
ghostty_action_size_limit_s size_limit;
864865
ghostty_action_initial_size_s initial_size;

0 commit comments

Comments
 (0)