--- rxvt-unicode/src/command.C 2016/06/30 14:07:43 1.574 +++ rxvt-unicode/src/command.C 2016/06/30 16:56:41 1.575 @@ -3374,12 +3374,12 @@ /* to replace the current color, if they not used recently */ static const signed char dxyz[][3] = { 0, 0, 0, - 0, 0, -1, 0, 0, +1, - 0, -1, 0, + 0, 0, -1, 0, +1, 0, - -1, 0, 0, + 0, -1, 0, +1, 0, 0, + -1, 0, 0, }; for (int n = 0; n < ecb_array_length (dxyz); ++n) @@ -3421,9 +3421,7 @@ idx += minTermCOLOR24; pix_colors_focused [idx].free (this); - pix_colors_focused [idx].set (this, rgba (r * 0x0101, - g * 0x0101, - b * 0x0101)); + pix_colors_focused [idx].set (this, rgba (r * 0x0101, g * 0x0101, b * 0x0101)); update_fade_color (idx, false); return idx;