mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-20 06:20:32 +00:00
macos: fix previous/next tab bindings, improve action logging
This commit is contained in:
@@ -379,9 +379,9 @@ typedef struct {
|
||||
|
||||
// apprt.action.GotoTab
|
||||
typedef enum {
|
||||
GHOSTTY_GOTO_TAB_PREVIOUS,
|
||||
GHOSTTY_GOTO_TAB_NEXT,
|
||||
GHOSTTY_GOTO_TAB_LAST,
|
||||
GHOSTTY_GOTO_TAB_PREVIOUS = -1,
|
||||
GHOSTTY_GOTO_TAB_NEXT = -2,
|
||||
GHOSTTY_GOTO_TAB_LAST = -3,
|
||||
} ghostty_action_goto_tab_e;
|
||||
|
||||
// apprt.action.Fullscreen
|
||||
|
||||
Reference in New Issue
Block a user