Allow tracking focus change events in watchers

Fixes #2918
This commit is contained in:
Kovid Goyal
2020-08-23 08:51:04 +05:30
parent db64aef666
commit f4ddaacb3c
4 changed files with 10 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Add a new extensible escape code to allow terminal programs to trigger
desktop notifications. See :ref:`desktop_notifications` (:iss:`1474`)
- Allow tracking focus change events in watchers (:iss:`2918`)
0.18.3 [2020-08-11]
-------------------