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.89 by root, Sun Jan 8 08:43:11 2006 UTC vs.
Revision 1.91 by root, Mon Jan 9 23:00:07 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
1116@@RXVT_NAME@@ will first look in these directories and then in 1122@@RXVT_NAME@@ will first look in these directories and then in
1117F<@@RXVT_LIBDIR@@/urxvt/perl/>. Due to security reasons, this resource 1123F<@@RXVT_LIBDIR@@/urxvt/perl/>. Due to security reasons, this resource
1118will be ignored when running setuid/setgid. 1124will be ignored when running setuid/setgid.
1119 1125
1120See the @@RXVT_NAME@@perl(3) manpage. 1126See the @@RXVT_NAME@@perl(3) manpage.
1127
1128=item B<transient-for>: I<windowid>
1129
1130Sets the WM_TRANSIENT_FOR property to the given window iw.
1121 1131
1122=back 1132=back
1123 1133
1124=head1 THE SCROLLBAR 1134=head1 THE SCROLLBAR
1125 1135

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines