diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-03-11 17:25:39 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-03-11 17:25:39 -0800 |
| commit | 18cf0dc9fc1fccd28e5687352d5be8a7c9e9a354 (patch) | |
| tree | 80acd3b485dda17f9ef0bb9d27ee4421072cee83 /include | |
| parent | 4a5d92056f334976c96cef1d1cd4ef4c7caa9cc0 (diff) | |
macos: put next/prev split focus into menu
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 329ff6171..e27ed6f43 100644 --- a/include/ghostty.h +++ b/include/ghostty.h @@ -258,6 +258,8 @@ void ghostty_surface_mouse_scroll(ghostty_surface_t, double, double); void ghostty_surface_ime_point(ghostty_surface_t, double *, double *); void ghostty_surface_request_close(ghostty_surface_t); void ghostty_surface_split(ghostty_surface_t, ghostty_split_direction_e); +void ghostty_surface_split_focus_previous(ghostty_surface_t); +void ghostty_surface_split_focus_next(ghostty_surface_t); #ifdef __cplusplus } |
