Only update the selected text to clipboard when the selection is finished, not continuously as it is updated.

Fixes #1460
Fixes #1492
This commit is contained in:
Kovid Goyal
2019-03-24 08:44:12 +05:30
parent ecf2c86787
commit cb095be0cc
3 changed files with 6 additions and 3 deletions

View File

@@ -95,6 +95,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
characters after private use unicode characters to not be respected
(:iss:`1455`)
- Only update the selected text to clipboard when the selection is finished,
not continuously as it is updated. (:iss:`1460`)
0.13.3 [2019-01-19]
------------------------------