Cosmetics.
authorayin <ayin>
Mon, 26 Nov 2007 10:08:36 +0000 (10:08 +0000)
committerayin <ayin>
Mon, 26 Nov 2007 10:08:36 +0000 (10:08 +0000)
src/main.C

index 5c4dbd1e704de41babf003dc937b4c5029298837..066b0b9e5c073086fdfd6e2477cc4186a6f1a555 100644 (file)
@@ -981,14 +981,16 @@ rxvt_term::set_window_color (int idx, const char *color)
       i = atoi (color);
 
       if (i >= 8 && i <= 15)
-        {        /* bright colors */
+        {
+          /* bright colors */
           i -= 8;
           pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i];
           goto done;
         }
 
       if (i >= 0 && i <= 7)
-        { /* normal colors */
+        {
+          /* normal colors */
           pix_colors_focused[idx] = pix_colors_focused[minCOLOR + i];
           goto done;
         }
@@ -1003,8 +1005,6 @@ rxvt_term::set_window_color (int idx, const char *color)
 
   pix_colors_focused[idx] = xcol;
 
-  /* XSetWindowAttributes attr; */
-  /* Cursor cursor; */
 done:
   /*TODO: handle Color_BD, scrollbar background, etc. */