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.151 by sf-exg, Wed Apr 13 14:00:18 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");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines