mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-20 03:51:26 +00:00
change window padding color to background by default
While we work out the bugs…
This commit is contained in:
committed by
GitHub
parent
f09a45704a
commit
5f0371c189
@@ -688,7 +688,7 @@ keybind: Keybinds = .{},
|
||||
/// The default value is "extend". This allows for smooth resizing of a
|
||||
/// terminal grid without having visible empty areas around the edge. The edge
|
||||
/// cells may appear slightly larger due to the extension.
|
||||
@"window-padding-color": WindowPaddingColor = .extend,
|
||||
@"window-padding-color": WindowPaddingColor = .background,
|
||||
|
||||
/// Synchronize rendering with the screen refresh rate. If true, this will
|
||||
/// minimize tearing and align redraws with the screen but may cause input
|
||||
|
||||
Reference in New Issue
Block a user