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.83 by root, Tue Jan 3 22:28:07 2006 UTC vs.
Revision 1.84 by root, Wed Jan 4 05:35:34 2006 UTC

456 my $slave = $pty->slave; 456 my $slave = $pty->slave;
457 while (<$slave>) { print $slave "got <$_>\n" } 457 while (<$slave>) { print $slave "got <$_>\n" }
458 458
459=item B<-pe> I<string> 459=item B<-pe> I<string>
460 460
461Colon-separated list of perl extension scripts to use in this terminal instance. See resource B<perl-ext>. 461Colon-separated list of perl extension scripts to use in this terminal
462instance. See resource B<perl-ext>.
462 463
463=back 464=back
464 465
465=head1 RESOURCES (available also as long-options) 466=head1 RESOURCES (available also as long-options)
466 467
1062info): 1063info):
1063 1064
1064 URxvt.keysym.M-C-3: command:\033[8;25;80t 1065 URxvt.keysym.M-C-3: command:\033[8;25;80t
1065 URxvt.keysym.M-C-4: command:\033[8;48;110t 1066 URxvt.keysym.M-C-4: command:\033[8;48;110t
1066 1067
1068=item B<perl-ext-common>: I<string>
1069
1067=item B<perl-ext>: I<string> 1070=item B<perl-ext>: I<string>
1068 1071
1069Colon-separated list of perl extension scripts to use in this terminal 1072Colon-separated list(s) of perl extension scripts to use in this terminal
1070instance. Each extension is looked up in the library directories, loaded 1073instance. Each extension is looked up in the library directories, loaded
1071if necessary, and bound to the current terminal instance. If this resource 1074if necessary, and bound to the current terminal instance. If this
1072is empty or missing, then the perl interpreter will not be initialized; 1075resource is empty or missing, then the perl interpreter will not be
1073option B<-pe>. 1076initialized. The idea behind two options is that B<perl-ext-common> will
1077be used for extensions that should be available to all instances, while
1078B<perl-ext> is used for specific instances; option B<-pe>.
1074 1079
1075=item B<perl-eval>: I<string> 1080=item B<perl-eval>: I<string>
1076 1081
1077Perl code to be evaluated when all extensions have been registered. See the 1082Perl code to be evaluated when all extensions have been registered. See the
1078@@RXVT_NAME@@perl(3) manpage. 1083@@RXVT_NAME@@perl(3) manpage.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines