mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
Use doc comments for focus-follows-mouse (#3259)
Fixes the description of `focus-follows-mouse` not showing up in the autogenerated docs and the website
This commit is contained in:
@ -1189,12 +1189,12 @@ keybind: Keybinds = .{},
|
||||
/// value larger than this will be clamped to the maximum value.
|
||||
@"resize-overlay-duration": Duration = .{ .duration = 750 * std.time.ns_per_ms },
|
||||
|
||||
// If true, when there are multiple split panes, the mouse selects the pane
|
||||
// that is focused. This only applies to the currently focused window; i.e.
|
||||
// mousing over a split in an unfocused window will now focus that split
|
||||
// and bring the window to front.
|
||||
//
|
||||
// Default is false.
|
||||
/// If true, when there are multiple split panes, the mouse selects the pane
|
||||
/// that is focused. This only applies to the currently focused window; i.e.
|
||||
/// mousing over a split in an unfocused window will now focus that split
|
||||
/// and bring the window to front.
|
||||
///
|
||||
/// Default is false.
|
||||
@"focus-follows-mouse": bool = false,
|
||||
|
||||
/// Whether to allow programs running in the terminal to read/write to the
|
||||
|
Reference in New Issue
Block a user