Fix the selection getting changed if the screen contents scroll while the selection is in progress

When the selection object was refactored to track the input
co-ordinates, index_selection() was not updated accordingly.
Fixes #3431
This commit is contained in:
Kovid Goyal
2021-04-01 23:17:13 +05:30
parent da39fb2880
commit cb515157b3
2 changed files with 13 additions and 2 deletions

View File

@@ -108,6 +108,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix marking of text not working on lines that contain zero cells
(:iss:`3403`)
- Fix the selection getting changed if the screen contents scroll while
the selection is in progress (:iss:`3431`)
0.19.3 [2020-12-19]
-------------------