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.31 by root, Mon Jan 2 19:36:07 2006 UTC vs.
Revision 1.32 by root, Mon Jan 2 20:35:39 2006 UTC

532.Vb 3 532.Vb 3
533\& # now communicate with rxvt 533\& # now communicate with rxvt
534\& my $slave = $pty->slave; 534\& my $slave = $pty->slave;
535\& while (<$slave>) { print $slave "got <$_>\en" } 535\& while (<$slave>) { print $slave "got <$_>\en" }
536.Ve 536.Ve
537.IP "\fB\-perl\fR \fIstring\fR" 4 537.IP "\fB\-pe\fR \fIstring\fR" 4
538.IX Item "-perl string" 538.IX Item "-pe string"
539Used by perl extension. See resource \fBperl\fR. 539Colon-separated list of perl extension scripts to use in this terminal instance. See resource \fBperl-ext\fR.
540.SH "RESOURCES (available also as long\-options)" 540.SH "RESOURCES (available also as long\-options)"
541.IX Header "RESOURCES (available also as long-options)" 541.IX Header "RESOURCES (available also as long-options)"
542Note: `@@RXVT_NAME@@ \-\-help' gives a list of all resources (long 542Note: `@@RXVT_NAME@@ \-\-help' gives a list of all resources (long
543options) compiled into your version. 543options) compiled into your version.
544.PP 544.PP
1078.Sp 1078.Sp
1079.Vb 2 1079.Vb 2
1080\& URxvt.keysym.M-C-3: command:\e033[8;25;80t 1080\& URxvt.keysym.M-C-3: command:\e033[8;25;80t
1081\& URxvt.keysym.M-C-4: command:\e033[8;48;110t 1081\& URxvt.keysym.M-C-4: command:\e033[8;48;110t
1082.Ve 1082.Ve
1083.IP "\fBperl\fR: \fIstring\fR" 4 1083.IP "\fBperl-ext\fR: \fIstring\fR" 4
1084.IX Item "perl: string" 1084.IX Item "perl-ext: string"
1085Used by perl extension and is free for any use, as it is not interpreted 1085Colon-separated list of perl extension scripts to use in this terminal
1086by rxvt-unicode itself; option \fBperl\fR. 1086instance. Each extension is looked up in the library directories, loaded
1087if necessary, and bound to the current terminal instance; option \fB\-pe\fR.
1087.IP "\fBperl-eval\fR: \fIstring\fR" 4 1088.IP "\fBperl-eval\fR: \fIstring\fR" 4
1088.IX Item "perl-eval: string" 1089.IX Item "perl-eval: string"
1089Perl code to be evaluated when all extensions have been loaded. See the 1090Perl code to be evaluated when all extensions have been registered. See the
1090\&\fIrxvtperl\fR\|(3) manpage. 1091\&\fIrxvtperl\fR\|(3) manpage.
1091.IP "\fBperl-lib\fR: \fIpath\fR" 4 1092.IP "\fBperl-lib\fR: \fIpath\fR" 4
1092.IX Item "perl-lib: path" 1093.IX Item "perl-lib: path"
1093Additional directory that holds extension scripts that are loaded and 1094Colon-separated list of additional directories that hold extension
1094enabled for this terminal instance, in addition to scripts stored in 1095scripts. When looking for extensions specified by the \f(CW\*(C`perl\*(C'\fR resource,
1095\&\fI@@RXVT_LIBDIR@@/urxvt/perl\-ext/\fR, which are global to all terminal 1096@@RXVT_NAME@@ will first look in these directories and then in
1096instances. 1097\&\fI@@RXVT_LIBDIR@@/urxvt/perl\-ext/\fR.
1097.Sp 1098.Sp
1098See the \fIrxvtperl\fR\|(3) manpage. 1099See the \fIrxvtperl\fR\|(3) manpage.
1099.SH "THE SCROLLBAR" 1100.SH "THE SCROLLBAR"
1100.IX Header "THE SCROLLBAR" 1101.IX Header "THE SCROLLBAR"
1101Lines of text that scroll off the top of the \fB@@RXVT_NAME@@\fR window 1102Lines of text that scroll off the top of the \fB@@RXVT_NAME@@\fR window

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines