macOS: When closing a top-level window only switch focus to the previous kitty window if it is on the same workspace

Fixes #1379
Fixes #1383
This commit is contained in:
Kovid Goyal 2019-02-16 13:21:52 +05:30
parent 8de4dd334b
commit 7fd4ec50c9
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 18 additions and 4 deletions

View file

@ -53,6 +53,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix scrollback pager history not being cleared when clearing the
main scrollback buffer (:iss:`1387`)
- macOS: When closing a top-level window only switch focus to the previous kitty
window if it is on the same workspace (:iss:`1379`)
0.13.3 [2019-01-19]
------------------------------