> We ar enot sure what the corretfc fix is, yet, but we wilwl come up with > something :)
We have a preliminary fix, if you want to try. Find your (installed) copy of urxvt.pm, and find these two lines (searching for perl_ext_3 will qwuickly find it: (grep $_, map { split /,/, $TERM->resource ("perl_ext_$_") } 1, 2), @{ delete $TERM->{perl_ext_3} } Change them to the following (swapping them and adding a comma after the first line): @{ delete $TERM->{perl_ext_3} }, (grep $_, map { split /,/, $TERM->resource ("perl_ext_$_") } 1, 2), This should work, and might be the final fix. -- The choice of a Deliantra, the free code+content MORPG -----==- _GNU_ http://www.deliantra.net ----==-- _ generation ---==---(_)__ __ ____ __ Marc Lehmann --==---/ / _ \/ // /\ \/ / schm...@schmorp.de -=====/_/_//_/\_,_/ /_/\_\ _______________________________________________ rxvt-unicode mailing list rxvt-unicode@lists.schmorp.de http://lists.schmorp.de/mailman/listinfo/rxvt-unicode