Allow extending selections by dragging with right button pressed

Fixes #2445
This commit is contained in:
Kovid Goyal 2020-03-18 20:52:25 +05:30
parent 7329bd4910
commit 9c19e88288
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 8 additions and 5 deletions

View file

@ -71,6 +71,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix selection not updating properly while scrolling (:iss:`2442`)
- Allow extending selections by dragging with right button pressed
(:iss:`2445`)
- Workaround for bug in less that causes colors to reset at wrapped lines
(:iss:`2381`)