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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.122 by root, Sun Dec 18 00:59:42 2005 UTC vs.
Revision 1.123 by root, Wed Dec 21 10:35:47 2005 UTC

458 rs[Rs_color + i] = def_colorName[i]; 458 rs[Rs_color + i] = def_colorName[i];
459 459
460#ifndef XTERM_REVERSE_VIDEO 460#ifndef XTERM_REVERSE_VIDEO
461 /* this is how we implement reverseVideo */ 461 /* this is how we implement reverseVideo */
462 if (options & Opt_reverseVideo) 462 if (options & Opt_reverseVideo)
463 SWAP_IT (rs[Rs_color + Color_fg], rs[Rs_color + Color_bg], const char *); 463 ::swap (rs[Rs_color + Color_fg], rs[Rs_color + Color_bg]);
464#endif 464#endif
465 465
466 /* convenient aliases for setting fg/bg to colors */ 466 /* convenient aliases for setting fg/bg to colors */
467 color_aliases (Color_fg); 467 color_aliases (Color_fg);
468 color_aliases (Color_bg); 468 color_aliases (Color_bg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines