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)
Apr 12 2026, 2:27 AM
Unknown Object (File)
Apr 11 2026, 11:11 PM
Unknown Object (File)
Apr 6 2026, 2:54 PM
Unknown Object (File)
Mar 24 2026, 9:02 AM
Unknown Object (File)
Mar 23 2026, 8:08 AM
Unknown Object (File)
Mar 21 2026, 12:26 AM
Unknown Object (File)
Mar 1 2026, 1:57 AM
Unknown Object (File)
Feb 28 2026, 12:15 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.