mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
feature: add resize-by-cells option to constrain window sizes...
...to multiples of the cell size, and preserve grid size when changing fonts or display scales in floating windows.
This commit is contained in:
parent
e0f3703ae6
commit
21a8d832ce
8 changed files with 120 additions and 55 deletions
|
|
@ -54,6 +54,8 @@
|
|||
|
||||
* Unicode input mode now accepts input from the numpad as well,
|
||||
numlock is ignored.
|
||||
* A new `resize-by-cells` option, enabled by default, allows the size
|
||||
of floating windows to be constrained to multiples of the cell size.
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
@ -68,6 +70,8 @@
|
|||
* Kitty keyboard protocol: updated behavior of modifiers bits during
|
||||
modifier key events, to match the (new [#6913][kitty-6913]) behavior
|
||||
in kitty >= 0.32.0 ([#1561][1561]).
|
||||
* When changing font sizes or display scales in floating windows, the
|
||||
window will be resized as needed to preserve the same grid size.
|
||||
|
||||
[1526]: https://codeberg.org/dnkl/foot/issues/1526
|
||||
[1528]: https://codeberg.org/dnkl/foot/issues/1528
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue