From eda9f32184e051d1fa40d13a3fb8fbf99c17f6d8 Mon Sep 17 00:00:00 2001 From: ayin Date: Mon, 26 Nov 2007 10:08:36 +0000 Subject: [PATCH] Cosmetics. --- src/main.C | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.C b/src/main.C index 5c4dbd1e..066b0b9e 100644 --- a/src/main.C +++ b/src/main.C @@ -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. */ -- 2.34.1