repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 06fd5073567f7cbc99b09036caf0bd2022473392: path_to: revision_to:
commit 06fd5073567f7cbc99b09036caf0bd2022473392 Author: Emanuele GiaquintaDate: Wed Apr 11 13:39:51 2012 +0000 Fix indent. diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -1020,16 +1020,16 @@ rxvt_term::flush_cb (ev::timer &w, int revents)
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
-----END OF PAGE-----