ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/screen.C
(Generate patch)

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.285 by root, Tue Dec 11 03:30:50 2007 UTC vs.
Revision 1.286 by root, Tue Dec 11 18:00:07 2007 UTC

2321#ifdef TEXT_BLINK 2321#ifdef TEXT_BLINK
2322 if (rend & RS_Blink && (back == Color_bg || fore == Color_bg)) 2322 if (rend & RS_Blink && (back == Color_bg || fore == Color_bg))
2323 { 2323 {
2324 if (!ev_is_active (&text_blink_ev)) 2324 if (!ev_is_active (&text_blink_ev))
2325 { 2325 {
2326 text_blink_ev.start (TEXT_BLINK_INTERVAL, TEXT_BLINK_INTERVAL); 2326 text_blink_ev.again ();
2327 hidden_text = 0; 2327 hidden_text = 0;
2328 } 2328 }
2329 else if (hidden_text) 2329 else if (hidden_text)
2330 fore = back; 2330 fore = back;
2331 } 2331 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines