Fix focus changes not being sent to windows when focused window changes because of the previously focused window being closed

Fixes #3571
This commit is contained in:
Kovid Goyal
2021-05-05 14:45:57 +05:30
parent 5cf228e362
commit bf462e535a
2 changed files with 10 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix tab activity symbol not appearing if no other changes happen in tab bar even when
there is activity in a tab (:iss:`3571`)
- Fix focus changes not being sent to windows when focused window changes
because of the previously focused window being closed (:iss:`3571`)
0.20.2 [2021-04-28]
----------------------