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

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.374 by root, Tue Dec 11 18:00:06 2007 UTC vs.
Revision 1.375 by root, Tue Dec 11 21:10:46 2007 UTC

1079 if (scr_refresh_rend (RS_Blink, RS_Blink)) 1079 if (scr_refresh_rend (RS_Blink, RS_Blink))
1080 { 1080 {
1081 hidden_text = !hidden_text; 1081 hidden_text = !hidden_text;
1082 want_refresh = 1; 1082 want_refresh = 1;
1083 } 1083 }
1084 else
1085 w.stop ();
1084} 1086}
1085#endif 1087#endif
1086 1088
1087#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1089#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
1088void 1090void
1685 XSetICFocus (Input_Context); 1687 XSetICFocus (Input_Context);
1686 } 1688 }
1687#endif 1689#endif
1688#if CURSOR_BLINK 1690#if CURSOR_BLINK
1689 if (option (Opt_cursorBlink)) 1691 if (option (Opt_cursorBlink))
1690 cursor_blink_ev.start (CURSOR_BLINK_INTERVAL, CURSOR_BLINK_INTERVAL); 1692 cursor_blink_ev.again ();
1691#endif 1693#endif
1692#if OFF_FOCUS_FADING 1694#if OFF_FOCUS_FADING
1693 if (rs[Rs_fade]) 1695 if (rs[Rs_fade])
1694 { 1696 {
1695 pix_colors = pix_colors_focused; 1697 pix_colors = pix_colors_focused;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines