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)
Wed, Apr 16, 10:15 AM
Unknown Object (File)
Tue, Apr 1, 7:24 AM
Unknown Object (File)
Mar 22 2025, 9:18 AM
Unknown Object (File)
Mar 15 2025, 1:56 AM
Unknown Object (File)
Mar 4 2025, 7:57 PM
Unknown Object (File)
Feb 20 2025, 9:24 AM
Unknown Object (File)
Feb 17 2025, 3:48 PM
Unknown Object (File)
Feb 17 2025, 3:01 AM
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.