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.87 by root, Fri Jan 6 20:50:58 2006 UTC vs.
Revision 1.92 by root, Wed Jan 11 02:13:55 2006 UTC

466 my $slave = $pty->slave; 466 my $slave = $pty->slave;
467 while (<$slave>) { print $slave "got <$_>\n" } 467 while (<$slave>) { print $slave "got <$_>\n" }
468 468
469=item B<-pe> I<string> 469=item B<-pe> I<string>
470 470
471Comma-separated list of perl extension scripts to use in this terminal 471Comma-separated list of perl extension scripts to use (or not to use) in
472instance. See resource B<perl-ext>. 472this terminal instance. See resource B<perl-ext> for details.
473 473
474=back 474=back
475 475
476=head1 RESOURCES (available also as long-options) 476=head1 RESOURCES (available also as long-options)
477 477
1084 1084
1085=item B<perl-ext-common>: I<string> 1085=item B<perl-ext-common>: I<string>
1086 1086
1087=item B<perl-ext>: I<string> 1087=item B<perl-ext>: I<string>
1088 1088
1089Comma-separated list(s) of perl extension scripts to use in this terminal 1089Comma-separated list(s) of perl extension scripts (default: C<default>) to
1090use in this terminal instance; option B<-pe>.
1091
1092Extension names can be prefixed with a C<-> sign to prohibit using
1093them. This can be useful to selectively disable some extensions loaded
1094by default, or specified via the C<perl-ext-common> resource. For
1095example, C<default,-selection> will use all the default extension except
1096C<selection>.
1097
1098Extension names can also be followed by an argument in angle brackets
1099(e.g. C<< searchable-scrollback<M-s> >>, which binds the hotkey for
1100searchable scorllback to Alt/Meta-s). Mentioning the same extension
1101multiple times with different arguments will pass multiple arguments to
1102the extension.
1103
1090instance. Each extension is looked up in the library directories, loaded 1104Each extension is looked up in the library directories, loaded if
1091if necessary, and bound to the current terminal instance. If this 1105necessary, and bound to the current terminal instance.
1092resource is empty or missing, then the perl interpreter will not be 1106
1093initialized. The idea behind two options is that B<perl-ext-common> will 1107If both of these resources are the empty string, then the perl
1094be used for extensions that should be available to all instances, while 1108interpreter will not be initialized. The idea behind two options is that
1095B<perl-ext> is used for specific instances; option B<-pe>. 1109B<perl-ext-common> will be used for extensions that should be available to
1110all instances, while B<perl-ext> is used for specific instances.
1096 1111
1097=item B<perl-eval>: I<string> 1112=item B<perl-eval>: I<string>
1098 1113
1099Perl code to be evaluated when all extensions have been registered. See the 1114Perl code to be evaluated when all extensions have been registered. See
1100@@RXVT_NAME@@perl(3) manpage. 1115the @@RXVT_NAME@@perl(3) manpage. Due to security reasons, this resource
1116will be ignored when running setuid/setgid.
1101 1117
1102=item B<perl-lib>: I<path> 1118=item B<perl-lib>: I<path>
1103 1119
1104Colon-separated list of additional directories that hold extension 1120Colon-separated list of additional directories that hold extension
1105scripts. When looking for extensions specified by the C<perl> resource, 1121scripts. When looking for extensions specified by the C<perl> resource,
1106@@RXVT_NAME@@ will first look in these directories and then in 1122@@RXVT_NAME@@ will first look in these directories and then in
1107F<@@RXVT_LIBDIR@@/urxvt/perl/>. 1123F<@@RXVT_LIBDIR@@/urxvt/perl/>. Due to security reasons, this resource
1124will be ignored when running setuid/setgid.
1108 1125
1109See the @@RXVT_NAME@@perl(3) manpage. 1126See the @@RXVT_NAME@@perl(3) manpage.
1127
1128=item B<urlLauncher>: I<string>
1129
1130Specifies the program to be started with a URL argument. Used by the
1131C<selection-popup> and C<mark-urls> perl extensions.
1132
1133=item B<transient-for>: I<windowid>
1134
1135Sets the WM_TRANSIENT_FOR property to the given window iw.
1110 1136
1111=back 1137=back
1112 1138
1113=head1 THE SCROLLBAR 1139=head1 THE SCROLLBAR
1114 1140

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines