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.150 by root, Mon Feb 21 07:41:04 2011 UTC vs.
Revision 1.152 by sf-exg, Fri Apr 29 13:08:24 2011 UTC

405 int len = 0; 405 int len = 0;
406 406
407 if (optList[i].arg) 407 if (optList[i].arg)
408 len = strlen (optList[i].arg) + 1; 408 len = strlen (optList[i].arg) + 1;
409 assert (optList[i].opt != NULL); 409 assert (optList[i].opt != NULL);
410 len += 4 + strlen (optList[i].opt) + (optList_isBool (i) ? 2: 0); 410 len += 4 + strlen (optList[i].opt) + (optList_isBool (i) ? 2 : 0);
411 col += len; 411 col += len;
412 if (col > 79) 412 if (col > 79)
413 { 413 {
414 /* assume regular width */ 414 /* assume regular width */
415 rxvt_log ("\n"); 415 rxvt_log ("\n");
585 * Define key from XrmEnumerateDatabase. 585 * Define key from XrmEnumerateDatabase.
586 * quarks will be something like 586 * quarks will be something like
587 * "rxvt" "keysym" "0xFF01" 587 * "rxvt" "keysym" "0xFF01"
588 * value will be a string 588 * value will be a string
589 */ 589 */
590/* ARGSUSED */
591int 590int
592rxvt_define_key (XrmDatabase *database UNUSED, 591rxvt_define_key (XrmDatabase *database UNUSED,
593 XrmBindingList bindings UNUSED, 592 XrmBindingList bindings UNUSED,
594 XrmQuarkList quarks, 593 XrmQuarkList quarks,
595 XrmRepresentation *type UNUSED, 594 XrmRepresentation *type UNUSED,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines