Allow the user to control the draw strategy during OS window resizes

Changed the default to scaled which matches current macOS behavior.
Fixes #1591
This commit is contained in:
Kovid Goyal
2019-05-11 15:49:11 +05:30
parent a3f9835b7b
commit 9b740849ed
5 changed files with 23 additions and 5 deletions

View File

@@ -34,8 +34,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow specifying a value of ``none`` for the :opt:`selection_foreground`
which will cause kitty to not change text color in selections (:iss:`1358`)
- Make live resizing of OS windows smoother and show the size in cells
while the resize is in progress.
- Make live resizing of OS windows smoother and add an option
:opt:`resize_draw_strategy` to control what is drawn while a
resize is in progress.
- macOS: Improve handling of IME extended input. Compose characters
are now highlighted and the IME panel moves along with the text