diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-06 00:02:47 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-06 00:02:47 +0000 |
| commit | 55cafc98c59dbed9f51e642760a93b572383fd8f (patch) | |
| tree | 3ec880fcd521005d6ddf2fd5285530d3edd3c3cb /sys/dev/syscons | |
| parent | 3d92386026e82d036e4a4189aafb713314d3a302 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/syscons.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 84f1cbe0c8d2..452c8e0b9d68 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -1725,6 +1725,7 @@ scrn_update(scr_stat *scp, int show_cursor) if ((scp->status & (MOUSE_MOVED | MOUSE_HIDDEN)) || and_region(&s, &e, scp->start, scp->end) || ((scp->status & CURSOR_ENABLED) && + (scp->cursor_pos != scp->cursor_oldpos) && (and_region(&s, &e, scp->cursor_pos, scp->cursor_pos) || and_region(&s, &e, scp->cursor_oldpos, scp->cursor_oldpos)))) { sc_remove_mouse_image(scp); |
