config: make window-padding-color default to "background"

Unfortunately this is a failed experiment. The idea works in many
scenarios, but there are too many valid cases where it confuses people
or results in a very subjective experience. I'm going to revert this
back to "background" to act like other terminals, but the feature
remains available through config.
This commit is contained in:
Mitchell Hashimoto
2024-09-13 20:50:24 -07:00
parent 35e11c09e0
commit 841e12a1eb

View File

@ -806,7 +806,7 @@ keybind: Keybinds = .{},
/// * The nearest row contains a perfect fit powerline character. These
/// don't look good extended.
///
@"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