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)
Tue, Sep 23, 8:30 AM
Unknown Object (File)
Sun, Sep 21, 10:06 AM
Unknown Object (File)
Sep 17 2025, 12:49 PM
Unknown Object (File)
Sep 16 2025, 1:23 AM
Unknown Object (File)
Sep 9 2025, 7:23 PM
Unknown Object (File)
Aug 15 2025, 9:39 AM
Unknown Object (File)
Jul 27 2025, 7:27 AM
Unknown Object (File)
Jul 26 2025, 5:00 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.