fix probable typo in Config.zig (#3714)

Based on both context and interaction with ghostty, "now" was intended
to be "not" in the paragraph describing the behavior of
`focus-follows-mouse` is set to `true`.
pull/3793/head
Mitchell Hashimoto 2024-12-28 12:32:57 -08:00 committed by GitHub
commit 00d4610fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.