repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 62ffd202e6bf9e46bc23dad635d21129f0eba4f0: path_to: revision_to:
commit 62ffd202e6bf9e46bc23dad635d21129f0eba4f0 Author: Marc LehmannDate: Thu Apr 1 00:14:25 2010 +0000 *** empty log message *** diff --git a/src/rxvt.h b/src/rxvt.h
--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -309,8 +309,8 @@ enum {
#define RS_None 0
#define RS_colorMask ((1UL << Color_Bits) - 1UL)
-#define RS_fgShift 0
-#define RS_bgShift Color_Bits
+#define RS_fgShift Color_Bits
+#define RS_bgShift 0
#define RS_fgMask (RS_colorMask << RS_fgShift)
#define RS_bgMask (RS_colorMask << RS_bgShift)
-----END OF PAGE-----