mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
config: make window-padding-color=extend default again
This commit is contained in:
@ -717,7 +717,7 @@ keybind: Keybinds = .{},
|
|||||||
/// * The nearest row contains a perfect fit powerline character. These
|
/// * The nearest row contains a perfect fit powerline character. These
|
||||||
/// don't look good extended.
|
/// don't look good extended.
|
||||||
///
|
///
|
||||||
@"window-padding-color": WindowPaddingColor = .background,
|
@"window-padding-color": WindowPaddingColor = .extend,
|
||||||
|
|
||||||
/// Synchronize rendering with the screen refresh rate. If true, this will
|
/// Synchronize rendering with the screen refresh rate. If true, this will
|
||||||
/// minimize tearing and align redraws with the screen but may cause input
|
/// minimize tearing and align redraws with the screen but may cause input
|
||||||
|
Reference in New Issue
Block a user