macos: jump to last_tab

This commit is contained in:
Eduardo Dominguez
2024-08-19 12:19:00 -06:00
parent 1fd9cf2d08
commit 262902a28d
7 changed files with 47 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ typedef enum {
typedef enum {
GHOSTTY_TAB_PREVIOUS = -1,
GHOSTTY_TAB_NEXT = -2,
GHOSTTY_TAB_LAST = -3,
} ghostty_tab_e;
typedef enum {