mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
fix probable typo in Config.zig
Based on both context and observed behavior, "now" was intended to be "not" in the paragraph describing the behavior of `focus-follows-mouse` is set to `true`.
This commit is contained in:
@ -1191,7 +1191,7 @@ keybind: Keybinds = .{},
|
||||
|
||||
/// 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
|
||||
/// mousing over a split in an unfocused window will not focus that split
|
||||
/// and bring the window to front.
|
||||
///
|
||||
/// Default is false.
|
||||
|
Reference in New Issue
Block a user