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.259 by sf-exg, Sat May 8 06:16:21 2021 UTC vs.
Revision 1.260 by root, Mon May 24 20:21:51 2021 UTC

729 @TERM_EXT = (); 729 @TERM_EXT = ();
730 $TERM->register_package ($_) for @pkg; 730 $TERM->register_package ($_) for @pkg;
731 } 731 }
732 732
733 for ( 733 for (
734 @{ delete $TERM->{perl_ext_3} },
734 (grep $_, map { split /,/, $TERM->resource ("perl_ext_$_") } 1, 2), 735 (grep $_, map { split /,/, $TERM->resource ("perl_ext_$_") } 1, 2),
735 @{ delete $TERM->{perl_ext_3} }
736 ) { 736 ) {
737 if ($_ eq "default") { 737 if ($_ eq "default") {
738 738
739 $ext_arg{$_} = [] 739 $ext_arg{$_} = []
740 for qw(selection option-popup selection-popup readline searchable-scrollback); 740 for qw(selection option-popup selection-popup readline searchable-scrollback);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines