--- rxvt-unicode/src/rxvtperl.xs 2011/12/02 09:03:43 1.145 +++ rxvt-unicode/src/rxvtperl.xs 2011/12/06 11:29:52 1.147 @@ -930,8 +930,6 @@ for (int i = AvFILL (env) + 1; i--; ) envv->push_back (strdup (SvPVbyte_nolen (*av_fetch (env, i, 1)))); - envv->push_back (0); - try { term->init (argv, envv); @@ -1263,6 +1261,9 @@ RETVAL void +rxvt_term::set_urgency (bool enable) + +void rxvt_term::focus_in () void