Page MenuHomeFreeBSD

vt: fix mark move/extend before current start
Needs ReviewPublic

Authored by emaste on Sat, Nov 2, 3:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 2:50 AM
Unknown Object (File)
Sat, Nov 2, 11:30 PM
Unknown Object (File)
Sat, Nov 2, 3:47 PM
Subscribers
None
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary
mark_start should be adjusted when the mouse is moved to a position
before or above the current mark start.

PR:             262091
Test Plan

Not yet tested

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste requested review of this revision.Sat, Nov 2, 3:45 PM
emaste created this revision.

I imagine this is not quite right if the MOVE/EXTEND falls within the current mark, and that we need to keep track of whether the start or end was last updated.