diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-02-05 11:41:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-05 11:41:23 +0300 |
commit | f409f743724207e7a2a4c008ce74ea505ae6bbcf (patch) | |
tree | 34d5a135883dbadf4a9d802554122df841c80a59 /CHANGELOG.md | |
parent | 8a838710e37665f5bdeb8c01d2f1d3e6fec976a6 (diff) | |
download | alacritty-f409f743724207e7a2a4c008ce74ea505ae6bbcf.tar.gz alacritty-f409f743724207e7a2a4c008ce74ea505ae6bbcf.zip |
Resize the window by cell dimensions
This should resize window by cell dimensions granularity instead of
using pixels.
Fixes #388.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index df8c61d6..e3ffe341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `window.decorations_theme_variant` could now control theme on macOS and Windows - The IME purpose is now set to `Terminal` which could help with OSK - `window.decorations_theme_variant` is now using `Dark`, `Light`, and `None` values +- Resize increments are now set on macOS and X11 to resize by cell sizes ### Fixed |