Fix window focus gained/lost events not being reported to child programs when switching windows/tabs using the various keyboard shortcuts.

This commit is contained in:
Kovid Goyal
2018-05-02 20:50:42 +05:30
parent f8a581129f
commit eadfeeec9b
3 changed files with 51 additions and 6 deletions

View File

@@ -42,6 +42,9 @@ version 0.9.1 [future]
- Fix passing @text to other programs such as when viewing the scrollback buffer not working correctly if kitty is itself scrolled up.
- Fix window focus gained/lost events not being reported to child programs when
switching windows/tabs using the various keyboard shortcuts.
version 0.9.0 [2018-04-15]
------------------------------