mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
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:
parent
015fe9054e
commit
fbcdf352ac
4 changed files with 14 additions and 18 deletions
|
|
@ -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]
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue