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.405 by sf-exg, Sun Apr 18 11:11:28 2010 UTC vs.
Revision 1.406 by root, Sun May 23 00:02:52 2010 UTC

247# define COLORTERMENVFULL COLORTERMENV "-xpm" 247# define COLORTERMENVFULL COLORTERMENV "-xpm"
248#else 248#else
249# define COLORTERMENVFULL COLORTERMENV 249# define COLORTERMENVFULL COLORTERMENV
250#endif 250#endif
251#ifndef TERMENV 251#ifndef TERMENV
252# ifdef USE_256_COLORS 252# if USE_256_COLORS
253# define TERMENV "rxvt-unicode-256color" 253# define TERMENV "rxvt-unicode-256color"
254# else 254# else
255# define TERMENV "rxvt-unicode" 255# define TERMENV "rxvt-unicode"
256# endif 256# endif
257#endif 257#endif
467 Color_White = maxBrightCOLOR, 467 Color_White = maxBrightCOLOR,
468#else 468#else
469 Color_White = maxCOLOR, 469 Color_White = maxCOLOR,
470#endif 470#endif
471 minTermCOLOR = Color_White + 1, 471 minTermCOLOR = Color_White + 1,
472#ifndef USE_256_COLORS 472#if USE_256_COLORS
473 maxTermCOLOR = Color_White + 240,
474#else
473 maxTermCOLOR = Color_White + 72, 475 maxTermCOLOR = Color_White + 72,
474#else
475 maxTermCOLOR = Color_White + 240,
476#endif 476#endif
477#ifndef NO_CURSORCOLOR 477#ifndef NO_CURSORCOLOR
478 Color_cursor, 478 Color_cursor,
479 Color_cursor2, 479 Color_cursor2,
480#endif 480#endif
512#else 512#else
513 TOTAL_COLORS = NRS_COLORS 513 TOTAL_COLORS = NRS_COLORS
514#endif 514#endif
515}; 515};
516 516
517#ifndef USE_256_COLORS 517#if USE_256_COLORS
518#define Color_Bits 7 // 0 .. maxTermCOLOR 518# define Color_Bits 9 // 0 .. maxTermCOLOR
519#else 519#else
520#define Color_Bits 9 // 0 .. maxTermCOLOR 520# define Color_Bits 7 // 0 .. maxTermCOLOR
521#endif 521#endif
522 522
523/* 523/*
524 * Resource list 524 * Resource list
525 */ 525 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines