Fix deleting windows that are not the last window via remote control leaving no window focused

Fixes #3619
This commit is contained in:
Kovid Goyal
2021-05-14 07:25:48 +05:30
parent 4125ac013f
commit 3bf9130b0a
2 changed files with 5 additions and 0 deletions

View File

@@ -50,6 +50,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix passing STDIN to launched background processes causing them to not inherit
environment variables (:pull:`3603`)
- Fix deleting windows that are not the last window via remote control leaving
no window focused (:iss:`3619`)
0.20.3 [2021-05-06]
----------------------