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

Comparing rxvt-unicode/src/xdefaults.C (file contents):
Revision 1.120 by ayin, Thu Nov 15 11:36:15 2007 UTC vs.
Revision 1.121 by ayin, Thu Nov 22 12:31:49 2007 UTC

561 561
562 if (optList[entry].doff != -1) 562 if (optList[entry].doff != -1)
563 rs[optList[entry].doff] = flag; 563 rs[optList[entry].doff] = flag;
564 } 564 }
565 } 565 }
566#ifdef KEYSYM_RESOURCE
567 else if (!strncmp (opt, "keysym.", sizeof ("keysym.") - 1))
568 {
569 if (i+1 < argc)
570 parse_keysym (opt + sizeof ("keysym.") - 1, argv[++i]);
571 }
572#endif
566 else 573 else
567#ifdef KEYSYM_RESOURCE
568 if (!strncmp (opt, "keysym.", sizeof ("keysym.") - 1))
569 { 574 {
570 if (i+1 < argc)
571 parse_keysym (opt + sizeof ("keysym.") - 1, argv[++i]);
572 }
573 else
574#endif
575 {
576 bad_option = 1; 575 bad_option = 1;
577 rxvt_warn ("\"%s\": unknown or malformed option.\n", opt); 576 rxvt_warn ("\"%s\": unknown or malformed option.\n", opt);
578 } 577 }
579 } 578 }
580 579
581 if (bad_option) 580 if (bad_option)
582 rxvt_usage (0); 581 rxvt_usage (0);
583} 582}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines