Page MenuHomeFreeBSD

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

Authored by emaste on Nov 2 2024, 3:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 27, 7:27 AM
Unknown Object (File)
Sat, Jul 26, 5:00 PM
Unknown Object (File)
Tue, Jul 22, 5:36 AM
Unknown Object (File)
Mon, Jul 21, 5:44 AM
Unknown Object (File)
Mon, Jul 21, 5:06 AM
Unknown Object (File)
Jun 3 2025, 2:48 AM
Unknown Object (File)
May 29 2025, 12:47 PM
Unknown Object (File)
May 25 2025, 12:51 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.Nov 2 2024, 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.