mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-12 02:42:56 +02:00
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:
@@ -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]
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user