diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2024-10-07 15:24:18 -1000 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2024-10-07 15:34:47 -1000 |
| commit | 392875381af807c690bc98000b9d1b4517f495e0 (patch) | |
| tree | 7274bc65649820328fecd862c2584444eadb5690 /include | |
| parent | fbc621a7d86f15333aedba1fc6a25d31583f98b6 (diff) | |
macos: become aware of new split directions left and up
Diffstat (limited to 'include')
| -rw-r--r-- | include/ghostty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ghostty.h b/include/ghostty.h index 42cfc5a42..bf13500c8 100644 --- a/include/ghostty.h +++ b/include/ghostty.h @@ -351,6 +351,8 @@ typedef struct { typedef enum { GHOSTTY_SPLIT_DIRECTION_RIGHT, GHOSTTY_SPLIT_DIRECTION_DOWN, + GHOSTTY_SPLIT_DIRECTION_LEFT, + GHOSTTY_SPLIT_DIRECTION_UP, } ghostty_action_split_direction_e; // apprt.action.GotoSplit |
