Fix a regression in the previous release that broke switching to neighboring windows in the Grid layout when there are less than four windows

Fixes #2377
This commit is contained in:
Kovid Goyal
2020-02-19 15:27:56 +05:30
parent 65cc9f4e1b
commit 4a191b65bb
2 changed files with 4 additions and 0 deletions

View File

@@ -46,6 +46,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: When switching input method while a pending multi-key input is in
progress, clear the pending input (:iss:`2358`)
- Fix a regression in the previous release that broke switching to neighboring windows
in the Grid layout when there are less than four windows (:iss:`2377`)
0.16.0 [2020-01-28]
--------------------