repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 06fd5073567f7cbc99b09036caf0bd2022473392:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 06fd5073567f7cbc99b09036caf0bd2022473392
Author: Emanuele Giaquinta 
Date:   Wed Apr 11 13:39:51 2012 +0000

    Fix indent.

diff --git a/src/command.C b/src/command.C
index d2b3bd9d26352f776be7a7416e02a9019e414350..
index ..2c8344fe4ae2bf193938cd804311be384d9302b6 100644
--- 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-----