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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.267 by root, Tue Nov 27 17:45:46 2007 UTC vs.
Revision 1.268 by root, Tue Nov 27 17:52:51 2007 UTC

1035 */ 1035 */
1036void 1036void
1037rxvt_term::set_colorfgbg () 1037rxvt_term::set_colorfgbg ()
1038{ 1038{
1039 unsigned int i; 1039 unsigned int i;
1040 const char *xpmb = "\0"; 1040 const char *xpmb = "";
1041 char fstr[sizeof ("default") + 1], bstr[sizeof ("default") + 1]; 1041 char fstr[sizeof ("default") + 1], bstr[sizeof ("default") + 1];
1042 1042
1043 strcpy (fstr, "default"); 1043 strcpy (fstr, "default");
1044 strcpy (bstr, "default"); 1044 strcpy (bstr, "default");
1045 for (i = Color_Black; i <= Color_White; i++) 1045 for (i = Color_Black; i <= Color_White; i++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines