Skip to content

Commit

Permalink
config: make window-padding-color default to "background"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mitchellh committed Sep 14, 2024
1 parent 35e11c0 commit 841e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/Config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 841e12a

Please sign in to comment.