--- rxvt-unicode/src/command.C 2012/04/11 10:20:00 1.506 +++ rxvt-unicode/src/command.C 2012/04/11 13:39:51 1.507 @@ -1020,16 +1020,16 @@ void rxvt_term::cursor_blink_reset () { - if (hidden_cursor) - { - hidden_cursor = 0; - want_refresh = 1; - } + if (hidden_cursor) + { + hidden_cursor = 0; + want_refresh = 1; + } - if (option (Opt_cursorBlink)) - cursor_blink_ev.again (); - else - cursor_blink_ev.stop (); + if (option (Opt_cursorBlink)) + cursor_blink_ev.again (); + else + cursor_blink_ev.stop (); } void