Update docs for window-padding-x/y

This commit is contained in:
Justin Su
2024-07-26 16:23:03 -04:00
committed by GitHub
parent 14e44fa2a8
commit 898bffb6e5

View File

@ -646,7 +646,8 @@ keybind: Keybinds = .{},
/// to pick a reasonable value. If you pick an unreasonable value, a warning /// to pick a reasonable value. If you pick an unreasonable value, a warning
/// will appear in the logs. /// will appear in the logs.
/// ///
/// Changing these values will only apply after restart. /// Changing this configuration at runtime will only affect new terminals,
/// i.e. new windows, tabs, etc.
@"window-padding-x": u32 = 2, @"window-padding-x": u32 = 2,
@"window-padding-y": u32 = 2, @"window-padding-y": u32 = 2,