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.201 by sf-exg, Tue Nov 29 19:20:18 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;
1382 1382
1383This method should only be called during the C<on_start> hook, as there is 1383This method should only be called during the C<on_start> hook, as there is
1384only one resource database per display, and later invocations might return 1384only one resource database per display, and later invocations might return
1385the wrong resources. 1385the wrong resources.
1386 1386
1387=item $success = $term->parse_keysym ($keysym_spec, $command_string) 1387=item $success = $term->parse_keysym ($key, $octets)
1388 1388
1389Adds a keymap translation exactly as specified via a resource. See the 1389Adds a key binding exactly as specified via a resource. See the
1390C<keysym> resource in the @@RXVT_NAME@@(1) manpage. 1390C<keysym> resource in the @@RXVT_NAME@@(1) manpage.
1391 1391
1392=item $rend = $term->rstyle ([$new_rstyle]) 1392=item $rend = $term->rstyle ([$new_rstyle])
1393 1393
1394Return and optionally change the current rendition. Text that is output by 1394Return and optionally change the current rendition. Text that is output by

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines