ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.1.man.in (file contents):
Revision 1.38 by root, Sat Jan 7 04:19:43 2006 UTC vs.
Revision 1.39 by root, Sun Jan 8 00:20:12 2006 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 1" 131.IX Title "rxvt 1"
132.TH rxvt 1 "2006-01-07" "6.3" "RXVT-UNICODE" 132.TH rxvt 1 "2006-01-08" "6.3" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system) 134rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system)
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137\&\fB@@RXVT_NAME@@\fR [options] [\-e command [ args ]] 137\&\fB@@RXVT_NAME@@\fR [options] [\-e command [ args ]]
544\& my $slave = $pty->slave; 544\& my $slave = $pty->slave;
545\& while (<$slave>) { print $slave "got <$_>\en" } 545\& while (<$slave>) { print $slave "got <$_>\en" }
546.Ve 546.Ve
547.IP "\fB\-pe\fR \fIstring\fR" 4 547.IP "\fB\-pe\fR \fIstring\fR" 4
548.IX Item "-pe string" 548.IX Item "-pe string"
549Comma-separated list of perl extension scripts to use in this terminal 549Comma-separated list of perl extension scripts to use (or not to use) in
550instance. See resource \fBperl-ext\fR. 550this terminal instance. See resource \fBperl-ext\fR for details.
551.SH "RESOURCES (available also as long\-options)" 551.SH "RESOURCES (available also as long\-options)"
552.IX Header "RESOURCES (available also as long-options)" 552.IX Header "RESOURCES (available also as long-options)"
553Note: `@@RXVT_NAME@@ \-\-help' gives a list of all resources (long 553Note: `@@RXVT_NAME@@ \-\-help' gives a list of all resources (long
554options) compiled into your version. 554options) compiled into your version.
555.PP 555.PP
1110.IX Item "perl-ext-common: string" 1110.IX Item "perl-ext-common: string"
1111.PD 0 1111.PD 0
1112.IP "\fBperl-ext\fR: \fIstring\fR" 4 1112.IP "\fBperl-ext\fR: \fIstring\fR" 4
1113.IX Item "perl-ext: string" 1113.IX Item "perl-ext: string"
1114.PD 1114.PD
1115Comma-separated list(s) of perl extension scripts to use in this terminal 1115Comma-separated list(s) of perl extension scripts (default: \f(CW\*(C`default\*(C'\fR) to
1116use in this terminal instance; option \fB\-pe\fR.
1117.Sp
1118Extension names can be prefixed with a \f(CW\*(C`\-\*(C'\fR sign to prohibit using
1119it. This can be useful to selectively disable some extensions loaded
1120by default, or specified via the \f(CW\*(C`perl\-ext\-common\*(C'\fR resource. For
1121example, \f(CW\*(C`default,\-selection\*(C'\fR will use all the default extension except
1122\&\f(CW\*(C`selection\*(C'\fR.
1123.Sp
1116instance. Each extension is looked up in the library directories, loaded 1124Each extension is looked up in the library directories, loaded if
1117if necessary, and bound to the current terminal instance. If this 1125necessary, and bound to the current terminal instance.
1118resource is empty or missing, then the perl interpreter will not be 1126.Sp
1119initialized. The idea behind two options is that \fBperl-ext-common\fR will 1127If both of these resources are the empty string, then the perl
1120be used for extensions that should be available to all instances, while 1128interpreter will not be initialized. The idea behind two options is that
1121\&\fBperl-ext\fR is used for specific instances; option \fB\-pe\fR. 1129\&\fBperl-ext-common\fR will be used for extensions that should be available to
1130all instances, while \fBperl-ext\fR is used for specific instances.
1122.IP "\fBperl-eval\fR: \fIstring\fR" 4 1131.IP "\fBperl-eval\fR: \fIstring\fR" 4
1123.IX Item "perl-eval: string" 1132.IX Item "perl-eval: string"
1124Perl code to be evaluated when all extensions have been registered. See the 1133Perl code to be evaluated when all extensions have been registered. See the
1125@@RXVT_NAME@@\fIperl\fR\|(3) manpage. 1134@@RXVT_NAME@@\fIperl\fR\|(3) manpage.
1126.IP "\fBperl-lib\fR: \fIpath\fR" 4 1135.IP "\fBperl-lib\fR: \fIpath\fR" 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines