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.286 by root, Tue Dec 11 18:00:07 2007 UTC vs.
Revision 1.287 by root, Fri Dec 14 02:10:33 2007 UTC

2319 } 2319 }
2320 2320
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 (!text_blink_ev.is_active ())
2325 { 2325 {
2326 text_blink_ev.again (); 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines