Allow resizing of OS Window framebuffers to a single cell

This is much smaller than before and essentially works around the issue
of the text being scaled when the window is resized to small sizes. Also
has the nice side effect of making the code simpler for the panel
kitten. Fixes #3307
This commit is contained in:
Kovid Goyal
2021-02-14 22:17:41 +05:30
parent 015fe9054e
commit fbcdf352ac
4 changed files with 14 additions and 18 deletions

View File

@@ -62,6 +62,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix window icon not working on X11 with 64bits (:iss:`3260`)
- Fix OS window sizes under 100px resulting in scaled display (:iss:`3307`)
0.19.3 [2020-12-19]
-------------------