ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.391 by sf-exg, Thu Apr 1 00:12:33 2010 UTC vs.
Revision 1.392 by root, Thu Apr 1 00:13:04 2010 UTC

306 SECONDARY, 306 SECONDARY,
307}; 307};
308 308
309#define RS_None 0 309#define RS_None 0
310 310
311#ifndef USE_256_COLORS 311#define RS_colorMask ((1UL << Color_Bits) - 1UL)
312#define RS_colorMask 0x0000007fUL // 128 colors
313#else
314#define RS_colorMask 0x000001ffUL
315#endif
316#define RS_fgShift 0 312#define RS_fgShift 0
317#define RS_bgShift Color_Bits 313#define RS_bgShift Color_Bits
318#define RS_fgMask (RS_colorMask << RS_fgShift) 314#define RS_fgMask (RS_colorMask << RS_fgShift)
319#define RS_bgMask (RS_colorMask << RS_bgShift) 315#define RS_bgMask (RS_colorMask << RS_bgShift)
320 316

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines