mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
When piping data to a child in the pipe command do it in a thread so as not to block the UI
See #1708
This commit is contained in:
parent
b945b19865
commit
dd1fb85f60
2 changed files with 6 additions and 4 deletions
|
|
@ -12,6 +12,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
|||
|
||||
- Document the kitty remote control protocol (:iss:`1646`)
|
||||
|
||||
- When piping data to a child in the pipe command do it in a thread so as not
|
||||
to block the UI (:iss:`1708`)
|
||||
|
||||
0.14.2 [2019-06-09]
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue