macos: fix previous/next tab bindings, improve action logging

This commit is contained in:
Mitchell Hashimoto
2024-09-27 12:05:04 -07:00
parent 2c2a765d66
commit 7befb5a418
4 changed files with 11 additions and 6 deletions

View File

@@ -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