When dragging word or line selections, ensure the initially selected item is never deselected

This matches behavior in most other programs
Fixes #3930
This commit is contained in:
Kovid Goyal
2021-08-13 20:23:43 +05:30
parent f3333ce941
commit dbc7e8e85d
4 changed files with 55 additions and 8 deletions

View File

@@ -41,6 +41,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix the remote file kitten not working when using -- with ssh. The ssh kitten
was recently changed to do this (:iss:`3929`)
- When dragging word or line selections, ensure the initially selected item is
never deselected. This matches behavior in most other programs (:iss:`3930`)
0.22.2 [2021-08-02]
----------------------