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.35 by root, Tue Jan 3 23:41:37 2006 UTC vs.
Revision 1.36 by root, Wed Jan 4 05:35:34 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-04" "6.2" "RXVT-UNICODE" 132.TH rxvt 1 "2006-01-04" "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 ]]
535\& my $slave = $pty->slave; 535\& my $slave = $pty->slave;
536\& while (<$slave>) { print $slave "got <$_>\en" } 536\& while (<$slave>) { print $slave "got <$_>\en" }
537.Ve 537.Ve
538.IP "\fB\-pe\fR \fIstring\fR" 4 538.IP "\fB\-pe\fR \fIstring\fR" 4
539.IX Item "-pe string" 539.IX Item "-pe string"
540Colon-separated list of perl extension scripts to use in this terminal instance. See resource \fBperl-ext\fR. 540Colon-separated list of perl extension scripts to use in this terminal
541instance. See resource \fBperl-ext\fR.
541.SH "RESOURCES (available also as long\-options)" 542.SH "RESOURCES (available also as long\-options)"
542.IX Header "RESOURCES (available also as long-options)" 543.IX Header "RESOURCES (available also as long-options)"
543Note: `@@RXVT_NAME@@ \-\-help' gives a list of all resources (long 544Note: `@@RXVT_NAME@@ \-\-help' gives a list of all resources (long
544options) compiled into your version. 545options) compiled into your version.
545.PP 546.PP
1088.Sp 1089.Sp
1089.Vb 2 1090.Vb 2
1090\& URxvt.keysym.M-C-3: command:\e033[8;25;80t 1091\& URxvt.keysym.M-C-3: command:\e033[8;25;80t
1091\& URxvt.keysym.M-C-4: command:\e033[8;48;110t 1092\& URxvt.keysym.M-C-4: command:\e033[8;48;110t
1092.Ve 1093.Ve
1094.IP "\fBperl-ext-common\fR: \fIstring\fR" 4
1095.IX Item "perl-ext-common: string"
1096.PD 0
1093.IP "\fBperl-ext\fR: \fIstring\fR" 4 1097.IP "\fBperl-ext\fR: \fIstring\fR" 4
1094.IX Item "perl-ext: string" 1098.IX Item "perl-ext: string"
1099.PD
1095Colon-separated list of perl extension scripts to use in this terminal 1100Colon-separated list(s) of perl extension scripts to use in this terminal
1096instance. Each extension is looked up in the library directories, loaded 1101instance. Each extension is looked up in the library directories, loaded
1097if necessary, and bound to the current terminal instance. If this resource 1102if necessary, and bound to the current terminal instance. If this
1098is empty or missing, then the perl interpreter will not be initialized; 1103resource is empty or missing, then the perl interpreter will not be
1099option \fB\-pe\fR. 1104initialized. The idea behind two options is that \fBperl-ext-common\fR will
1105be used for extensions that should be available to all instances, while
1106\&\fBperl-ext\fR is used for specific instances; option \fB\-pe\fR.
1100.IP "\fBperl-eval\fR: \fIstring\fR" 4 1107.IP "\fBperl-eval\fR: \fIstring\fR" 4
1101.IX Item "perl-eval: string" 1108.IX Item "perl-eval: string"
1102Perl code to be evaluated when all extensions have been registered. See the 1109Perl code to be evaluated when all extensions have been registered. See the
1103@@RXVT_NAME@@\fIperl\fR\|(3) manpage. 1110@@RXVT_NAME@@\fIperl\fR\|(3) manpage.
1104.IP "\fBperl-lib\fR: \fIpath\fR" 4 1111.IP "\fBperl-lib\fR: \fIpath\fR" 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines