mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
This commit is contained in:
parent
642bfbb69a
commit
ad762e5aa2
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user