mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
config: note that mouse hide while typing on macos requires 15+
This commit is contained in:
@ -429,6 +429,8 @@ palette: Palette = .{},
|
|||||||
/// Hide the mouse immediately when typing. The mouse becomes visible again when
|
/// Hide the mouse immediately when typing. The mouse becomes visible again when
|
||||||
/// the mouse is used. The mouse is only hidden if the mouse cursor is over the
|
/// the mouse is used. The mouse is only hidden if the mouse cursor is over the
|
||||||
/// active terminal surface.
|
/// active terminal surface.
|
||||||
|
///
|
||||||
|
/// macOS: This feature requires macOS 15.0 (Sequoia) or later.
|
||||||
@"mouse-hide-while-typing": bool = false,
|
@"mouse-hide-while-typing": bool = false,
|
||||||
|
|
||||||
/// Determines whether running programs can detect the shift key pressed with a
|
/// Determines whether running programs can detect the shift key pressed with a
|
||||||
|
Reference in New Issue
Block a user