macOS: When switching inpt method while a pending multi-key input is in progress, clear the pending input

Fixes #2358
This commit is contained in:
Kovid Goyal
2020-02-17 15:30:03 +05:30
parent ef569976cb
commit 56e5c8be32
2 changed files with 22 additions and 1 deletions

View File

@@ -43,6 +43,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix incorrect rendering of selection when using rectangular select and
scrolling (:iss:`2351`)
- macOS: When switching inpt method while a pending multi-key input is in
progress, clear the pending input (:iss:`2358`)
0.16.0 [2020-01-28]
--------------------