HomeFreeBSD

vt(4): Simplify mouse area detection

Description

vt(4): Simplify mouse area detection

vt_is_cursor_in_area needs to return true if any part of the mouse
cursor is visible in the rectangle area. Replace the existing test with
a simpler version of a test for overlapping rectangles.

Differential Revision: https://reviews.freebsd.org/D2356
Reviewed by: ray
Sponsored by: The FreeBSD Foundation

Details

Provenance
emasteAuthored on
Reviewer
ray
Differential Revision
D2356: vt(4): Simplify mouse area detection
Parents
rS281943: Revert r281543. It causes a panic/hang early in boot for a number of
Branches
Unknown
Tags
Unknown