change window padding color to background by default

While we work out the bugs…
This commit is contained in:
Mitchell Hashimoto
2024-08-03 22:27:19 -07:00
committed by GitHub
parent f09a45704a
commit 5f0371c189

View File

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