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.88 by root, Sun Jan 8 00:20:12 2006 UTC vs.
Revision 1.92 by root, Wed Jan 11 02:13:55 2006 UTC

1088 1088
1089Comma-separated list(s) of perl extension scripts (default: C<default>) to 1089Comma-separated list(s) of perl extension scripts (default: C<default>) to
1090use in this terminal instance; option B<-pe>. 1090use in this terminal instance; option B<-pe>.
1091 1091
1092Extension names can be prefixed with a C<-> sign to prohibit using 1092Extension names can be prefixed with a C<-> sign to prohibit using
1093it. This can be useful to selectively disable some extensions loaded 1093them. This can be useful to selectively disable some extensions loaded
1094by default, or specified via the C<perl-ext-common> resource. For 1094by default, or specified via the C<perl-ext-common> resource. For
1095example, C<default,-selection> will use all the default extension except 1095example, C<default,-selection> will use all the default extension except
1096C<selection>. 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.
1097 1103
1098Each extension is looked up in the library directories, loaded if 1104Each extension is looked up in the library directories, loaded if
1099necessary, and bound to the current terminal instance. 1105necessary, and bound to the current terminal instance.
1100 1106
1101If both of these resources are the empty string, then the perl 1107If both of these resources are the empty string, then the perl
1103B<perl-ext-common> will be used for extensions that should be available to 1109B<perl-ext-common> will be used for extensions that should be available to
1104all instances, while B<perl-ext> is used for specific instances. 1110all instances, while B<perl-ext> is used for specific instances.
1105 1111
1106=item B<perl-eval>: I<string> 1112=item B<perl-eval>: I<string>
1107 1113
1108Perl code to be evaluated when all extensions have been registered. See the 1114Perl code to be evaluated when all extensions have been registered. See
1109@@RXVT_NAME@@perl(3) manpage. 1115the @@RXVT_NAME@@perl(3) manpage. Due to security reasons, this resource
1116will be ignored when running setuid/setgid.
1110 1117
1111=item B<perl-lib>: I<path> 1118=item B<perl-lib>: I<path>
1112 1119
1113Colon-separated list of additional directories that hold extension 1120Colon-separated list of additional directories that hold extension
1114scripts. When looking for extensions specified by the C<perl> resource, 1121scripts. When looking for extensions specified by the C<perl> resource,
1115@@RXVT_NAME@@ will first look in these directories and then in 1122@@RXVT_NAME@@ will first look in these directories and then in
1116F<@@RXVT_LIBDIR@@/urxvt/perl/>. 1123F<@@RXVT_LIBDIR@@/urxvt/perl/>. Due to security reasons, this resource
1124will be ignored when running setuid/setgid.
1117 1125
1118See 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.
1119 1136
1120=back 1137=back
1121 1138
1122=head1 THE SCROLLBAR 1139=head1 THE SCROLLBAR
1123 1140

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines