Fix window not being rendered for the first time until some input has been received from child process

Fixes #2216
This commit is contained in:
Kovid Goyal
2019-12-20 08:46:50 +05:30
parent 2f0b6e24c9
commit a08931d84d
2 changed files with 11 additions and 3 deletions

View File

@@ -25,6 +25,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix lines at the edge of the window at certain windows sizes when drawing
images on a transparent window (:iss:`2079`)
- Fix window not being rendered for the first time until some input has been
received from child process (:iss:`2216`)
0.15.0 [2019-11-27]
--------------------