FreeBSD Bugzilla – Attachment 13400 Details for
Bug 25536
fix annoying console mouse cursor flicker problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 528 bytes, created by
davidx
on 2001-03-05 02:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
davidx
Created:
2001-03-05 02:40:00 UTC
Size:
528 bytes
patch
obsolete
>--- syscons.c.orig Mon Mar 5 08:36:49 2001 >+++ syscons.c Mon Mar 5 08:37:11 2001 >@@ -1723,6 +1723,7 @@ > 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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25536
: 13400