Fix mapping of remote_control not working for actions that yield generators

Fixes #3147
This commit is contained in:
Kovid Goyal
2020-12-07 16:15:44 +05:30
parent ed41e3cd25
commit 14f5e10fd6
2 changed files with 15 additions and 4 deletions

View File

@@ -46,6 +46,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
interoperability. This means that doing a DECRC without a prior DECSC is now
undefined (:iss:`1264`)
- Fix mapping ``remote_control send-text`` not working (:iss:`3147`)
0.19.2 [2020-11-13]
-------------------