macOS: Fix a regression that could cause rendering of a kitty window to occasionally freeze in certain situations, such as moving it between monitors or transitioning from/to fullscreen

Fixes #1641
This commit is contained in:
Kovid Goyal
2019-05-28 17:54:34 +05:30
parent 39f50830d7
commit abf9c4117d
4 changed files with 61 additions and 34 deletions

View File

@@ -13,6 +13,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix a missing newline when using the pipe command between the
scrollback and screen contents (:iss:`1642`)
- macOS: Fix a regression that could cause rendering of a kitty window
to occasionally freeze in certain situations, such as moving it between
monitors or transitioning from/to fullscreen (:iss:`1641`)
0.14.0 [2019-05-24]
---------------------