1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00
This commit is contained in:
Wez Furlong 2024-01-24 22:06:38 -07:00
parent 642bfbb69a
commit ad762e5aa2
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
2 changed files with 5 additions and 0 deletions

View File

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

View File

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