--- rxvt-unicode/src/xdefaults.C 2007/11/24 10:32:33 1.124 +++ rxvt-unicode/src/xdefaults.C 2007/11/26 11:20:16 1.125 @@ -427,7 +427,8 @@ len += 4 + strlen (optList[i].opt) + (optList_isBool (i) ? 2: 0); col += len; if (col > 79) - { /* assume regular width */ + { + /* assume regular width */ rxvt_log ("\n"); col = 1 + len; } @@ -555,7 +556,8 @@ } } else - { /* boolean value */ + { + /* boolean value */ set_option (optList[entry].index, flag == resval_on); if (optList[entry].doff != -1)