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.199 by sf-exg, Sun Nov 20 10:49:56 2011 UTC vs.
Revision 1.200 by sf-exg, Sun Nov 20 10:58:58 2011 UTC

975sub invoke { 975sub invoke {
976 local $TERM = shift; 976 local $TERM = shift;
977 my $htype = shift; 977 my $htype = shift;
978 978
979 if ($htype == 0) { # INIT 979 if ($htype == 0) { # INIT
980 my @dirs = ((split /:/, $TERM->resource ("perl_lib")), "$LIBDIR/perl"); 980 my @dirs = ((split /:/, $TERM->resource ("perl_lib")), "$ENV{HOME}/.urxvt/ext", "$LIBDIR/perl");
981 981
982 my %ext_arg; 982 my %ext_arg;
983 983
984 { 984 {
985 my @init = @TERM_INIT; 985 my @init = @TERM_INIT;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines