mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
selection: adjust start point when the selection changes direction
Without this, the initial cell will always be selected, regardless of how the selection is moved to the left or right. With this patch, the initial cell will only be selected while the selection is being made in the original direction. Changing direction of the selection moves the start point to next/previous character.
This commit is contained in:
parent
156cce6ef6
commit
8808dd28f2
3 changed files with 41 additions and 0 deletions
|
|
@ -60,6 +60,8 @@
|
|||
* Viewport sometimes not moving when doing a scrollback search.
|
||||
* Crash when cancelling a scrollback search and the window had been
|
||||
resized while searching.
|
||||
* Selection start point not moving when the selection changes
|
||||
direction.
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue