mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-01 22:37:32 +03:00
update config docs around mouse-hide-while-typing
This commit is contained in:
@ -120,7 +120,8 @@ palette: Palette = .{},
|
|||||||
@"cursor-text": ?Color = null,
|
@"cursor-text": ?Color = null,
|
||||||
|
|
||||||
/// Hide the mouse immediately when typing. The mouse becomes visible
|
/// Hide the mouse immediately when typing. The mouse becomes visible
|
||||||
/// again when the mouse is used.
|
/// again when the mouse is used. The mouse is only hidden if the mouse
|
||||||
|
/// cursor is over the active terminal surface.
|
||||||
@"mouse-hide-while-typing": bool = false,
|
@"mouse-hide-while-typing": bool = false,
|
||||||
|
|
||||||
/// The opacity level (opposite of transparency) of the background.
|
/// The opacity level (opposite of transparency) of the background.
|
||||||
|
Reference in New Issue
Block a user