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.254 by root, Sat Jul 24 09:48:43 2021 UTC vs.
Revision 1.255 by root, Sat Jul 24 11:00:58 2021 UTC

1287=item B<perl-ext>: I<string> 1287=item B<perl-ext>: I<string>
1288 1288
1289Comma-separated list(s) of perl extension scripts (default: C<default>) to 1289Comma-separated list(s) of perl extension scripts (default: C<default>) to
1290use in this terminal instance; option B<-pe>. 1290use in this terminal instance; option B<-pe>.
1291 1291
1292Extension names can be prefixed with a C<-> sign to prohibit using 1292Extension names can be prefixed with a C<-> sign to remove them again, in
1293them. This can be useful to selectively disable some extensions loaded 1293case they had been specified earlier. This can be useful to selectively
1294by default, or specified via the C<perl-ext-common> resource. For 1294disable some extensions loaded by default, or specified via the
1295example, C<default,-selection> will use all the default extensions except 1295C<perl-ext-common> resource. For example, C<default,-selection> will use
1296C<selection>. 1296all the default extensions except C<selection>.
1297
1298To prohibit autoloading of extensions, you can prefix them with C</>,
1299which will make urxvt refuse to automatically load them (this can be
1300overriden, however, by specifying the extension name again without a
1301prefix, though). This does not prohibit extensions themselves loading
1302other extensions. For example, C<default,/background> will keep the
1303C<background> extension from being loaded when a background OSC sequence
1304is received.
1297 1305
1298The default set includes the C<selection>, C<option-popup>, 1306The default set includes the C<selection>, C<option-popup>,
1299C<selection-popup>, C<readline> and C<searchable-scrollback> 1307C<selection-popup>, C<readline>, C<searchable-scrollback> and
1300extensions, and extensions which are mentioned in B<keysym> resources. 1308C<confirm-paste> extensions, as well as any extensions which are mentioned
1309in B<keysym> resources.
1301 1310
1302Any extension such that a corresponding resource is given on the 1311Any extension such that a corresponding resource is given on the
1303command line is automatically appended to B<perl-ext>. 1312command line is automatically appended to B<perl-ext>.
1304 1313
1305Each extension is looked up in the library directories, loaded if 1314Each extension is looked up in the library directories, loaded if

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines