mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
input: note that toggle_split_zoom is macOS only
This commit is contained in:
@ -312,7 +312,8 @@ pub const Action = union(enum) {
|
||||
/// Focus on a split in a given direction.
|
||||
goto_split: SplitFocusDirection,
|
||||
|
||||
/// zoom/unzoom the current split.
|
||||
/// zoom/unzoom the current split. This is currently only supported
|
||||
/// on macOS. Contributions welcome for other platforms.
|
||||
toggle_split_zoom: void,
|
||||
|
||||
/// Resize the current split by moving the split divider in the given
|
||||
|
Reference in New Issue
Block a user