From ad762e5aa2c4cc2201ce6887d5b54f586d10f500 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 24 Jan 2024 22:06:38 -0700 Subject: [PATCH] docs for https://github.com/wez/wezterm/pull/4824 --- docs/changelog.md | 2 ++ docs/config/lua/config/use_resize_increments.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index e8edd236c..7b44d2ee1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -171,6 +171,8 @@ As features stabilize some brief notes about them will accumulate here. or high speed keyboard inputs. #4615 #3840 * X11: can now paste STRING (latin-1) data from the clipboard, in addition to UTF-8 string data. #4402 +* [use_resize_increments](config/lua/config/use_resize_increments.html) now + accounts for window padding. Thanks to @jknockel! #4824 #### Updated * Bundled harfbuzz to 8.3.0 diff --git a/docs/config/lua/config/use_resize_increments.md b/docs/config/lua/config/use_resize_increments.md index 3151c7934..66becc40d 100644 --- a/docs/config/lua/config/use_resize_increments.md +++ b/docs/config/lua/config/use_resize_increments.md @@ -11,3 +11,6 @@ This option is only respected on X11, Wayland and macOS systems. Note that if you have configured [window_padding](window_padding.md) then the resize increments don't take the padding into account. +{{since('nightly')}} + +Window padding is now accounted for.