summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt/vt_core.c
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2014-08-27 15:10:28 +0000
committerdumbbell <dumbbell@FreeBSD.org>2014-08-27 15:10:28 +0000
commit0305dad6ea32064a43f1782be848ade1e42edfeb (patch)
tree7880ddafd1e06b915c0b5262fcb09a9a16227289 /sys/dev/vt/vt_core.c
parent387f5b6c1a118a05d299878c1c40d2cfb87f5652 (diff)
downloadFreeBSD-src-0305dad6ea32064a43f1782be848ade1e42edfeb.zip
FreeBSD-src-0305dad6ea32064a43f1782be848ade1e42edfeb.tar.gz
vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfb
There were two issues: 1. The area given to vt_is_cursor_in_area() was adding the drawable area offset, something already handled by this function. 2. The cursor was shifted on the screen by the offset of this area and thus was misplaced or not erased. Furthermore, when reaching the bottom or right borders, the cursor was either totally removed or not erased correctly. MFC after: 1 week
Diffstat (limited to 'sys/dev/vt/vt_core.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud