ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.pod
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.1.pod (file contents):
Revision 1.77 by root, Mon Jan 2 19:36:07 2006 UTC vs.
Revision 1.78 by root, Mon Jan 2 20:35:39 2006 UTC

453 453
454 # now communicate with rxvt 454 # now communicate with rxvt
455 my $slave = $pty->slave; 455 my $slave = $pty->slave;
456 while (<$slave>) { print $slave "got <$_>\n" } 456 while (<$slave>) { print $slave "got <$_>\n" }
457 457
458=item B<-perl> I<string> 458=item B<-pe> I<string>
459 459
460Used by perl extension. See resource B<perl>. 460Colon-separated list of perl extension scripts to use in this terminal instance. See resource B<perl-ext>.
461 461
462=back 462=back
463 463
464=head1 RESOURCES (available also as long-options) 464=head1 RESOURCES (available also as long-options)
465 465
1054info): 1054info):
1055 1055
1056 URxvt.keysym.M-C-3: command:\033[8;25;80t 1056 URxvt.keysym.M-C-3: command:\033[8;25;80t
1057 URxvt.keysym.M-C-4: command:\033[8;48;110t 1057 URxvt.keysym.M-C-4: command:\033[8;48;110t
1058 1058
1059=item B<perl>: I<string> 1059=item B<perl-ext>: I<string>
1060 1060
1061Used by perl extension and is free for any use, as it is not interpreted 1061Colon-separated list of perl extension scripts to use in this terminal
1062by rxvt-unicode itself; option B<perl>. 1062instance. Each extension is looked up in the library directories, loaded
1063if necessary, and bound to the current terminal instance; option B<-pe>.
1063 1064
1064=item B<perl-eval>: I<string> 1065=item B<perl-eval>: I<string>
1065 1066
1066Perl code to be evaluated when all extensions have been loaded. See the 1067Perl code to be evaluated when all extensions have been registered. See the
1067rxvtperl(3) manpage. 1068rxvtperl(3) manpage.
1068 1069
1069=item B<perl-lib>: I<path> 1070=item B<perl-lib>: I<path>
1070 1071
1071Additional directory that holds extension scripts that are loaded and 1072Colon-separated list of additional directories that hold extension
1072enabled for this terminal instance, in addition to scripts stored in 1073scripts. When looking for extensions specified by the C<perl> resource,
1073F<@@RXVT_LIBDIR@@/urxvt/perl-ext/>, which are global to all terminal 1074@@RXVT_NAME@@ will first look in these directories and then in
1074instances. 1075F<@@RXVT_LIBDIR@@/urxvt/perl-ext/>.
1075 1076
1076See the rxvtperl(3) manpage. 1077See the rxvtperl(3) manpage.
1077 1078
1078=back 1079=back
1079 1080

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines