ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.50 by root, Sun Jan 8 00:11:38 2006 UTC vs.
Revision 1.51 by root, Sun Jan 8 00:27:47 2006 UTC

485 485
486 my %want_ext; 486 my %want_ext;
487 487
488 for (map { split /,/, $TERM->resource ("perl_ext_$_") } 1, 2) { 488 for (map { split /,/, $TERM->resource ("perl_ext_$_") } 1, 2) {
489 if ($_ eq "default") { 489 if ($_ eq "default") {
490 $want_ext{$_}++ for qw(selection); 490 $want_ext{$_}++ for qw(selection option-popup);
491 } elsif (/-(.*)/) { 491 } elsif (/^-(.*)$/) {
492 delete $want_ext{$1}; 492 delete $want_ext{$1};
493 } else { 493 } else {
494 $want_ext{$_}++; 494 $want_ext{$_}++;
495 } 495 }
496 } 496 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines