--- rxvt-unicode/src/urxvt.pm 2015/06/17 11:59:37 1.255 +++ rxvt-unicode/src/urxvt.pm 2016/07/14 05:10:06 1.256 @@ -606,6 +606,8 @@ push @{ $term->{perl_ext_3} }, $v->[0]; + return 1 unless $isarg; + if ($v->[1] eq "boolean") { $term->put_option_db ($name, $flag ? "true" : "false"); return 1;