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

Comparing rxvt-unicode/doc/rxvt.1.html (file contents):
Revision 1.36 by root, Wed Jan 4 21:37:55 2006 UTC vs.
Revision 1.37 by root, Sat Jan 7 04:19:43 2006 UTC

600 my $xid = $_[0]->window->get_xid; 600 my $xid = $_[0]->window->get_xid;
601 system "rxvt -embed $xid &"; 601 system "rxvt -embed $xid &";
602 });</pre> 602 });</pre>
603</dd> 603</dd>
604<p></p> 604<p></p>
605<dt><strong><a name="item__2dpty_2dfd_fileno"><strong>-pty-fd</strong> <em>fileno</em></a></strong><br /> 605<dt><strong><a name="item__2dpty_2dfd_file_descriptor"><strong>-pty-fd</strong> <em>file descriptor</em></a></strong><br />
606</dt> 606</dt>
607<dd> 607<dd>
608Tells rxvt NOT to execute any commands or create a new pty/tty 608Tells rxvt NOT to execute any commands or create a new pty/tty
609pair but instead use the given filehandle as the tty master. This is 609pair but instead use the given filehandle as the tty master. This is
610useful if you want to drive rxvt as a generic terminal emulator 610useful if you want to drive rxvt as a generic terminal emulator
612</dd> 612</dd>
613<dd> 613<dd>
614<p>If this switch is given, rxvt will not create any utmp/wtmp 614<p>If this switch is given, rxvt will not create any utmp/wtmp
615entries and will not tinker with pty/tty permissions - you have to do that 615entries and will not tinker with pty/tty permissions - you have to do that
616yourself if you want that.</p> 616yourself if you want that.</p>
617</dd>
618<dd>
619<p>As an extremely special case, specifying <code>-1</code> will completely suppress
620pty/tty operations.</p>
617</dd> 621</dd>
618<dd> 622<dd>
619<p>Here is a example in perl that illustrates how this option can be used (a 623<p>Here is a example in perl that illustrates how this option can be used (a
620longer example is in <em>doc/pty-fd</em>):</p> 624longer example is in <em>doc/pty-fd</em>):</p>
621</dd> 625</dd>
639</dd> 643</dd>
640<p></p> 644<p></p>
641<dt><strong><a name="item__2dpe_string"><strong>-pe</strong> <em>string</em></a></strong><br /> 645<dt><strong><a name="item__2dpe_string"><strong>-pe</strong> <em>string</em></a></strong><br />
642</dt> 646</dt>
643<dd> 647<dd>
644Colon-separated list of perl extension scripts to use in this terminal 648Comma-separated list of perl extension scripts to use in this terminal
645instance. See resource <strong>perl-ext</strong>. 649instance. See resource <strong>perl-ext</strong>.
646</dd> 650</dd>
647<p></p></dl> 651<p></p></dl>
648<p> 652<p>
649</p> 653</p>
1449<dt><strong><a name="item_perl_2dext_2dcommon_3a_string"><strong>perl-ext-common</strong>: <em>string</em></a></strong><br /> 1453<dt><strong><a name="item_perl_2dext_2dcommon_3a_string"><strong>perl-ext-common</strong>: <em>string</em></a></strong><br />
1450</dt> 1454</dt>
1451<dt><strong><a name="item_perl_2dext_3a_string"><strong>perl-ext</strong>: <em>string</em></a></strong><br /> 1455<dt><strong><a name="item_perl_2dext_3a_string"><strong>perl-ext</strong>: <em>string</em></a></strong><br />
1452</dt> 1456</dt>
1453<dd> 1457<dd>
1454Colon-separated <code>list(s)</code> of perl extension scripts to use in this terminal 1458Comma-separated <code>list(s)</code> of perl extension scripts to use in this terminal
1455instance. Each extension is looked up in the library directories, loaded 1459instance. Each extension is looked up in the library directories, loaded
1456if necessary, and bound to the current terminal instance. If this 1460if necessary, and bound to the current terminal instance. If this
1457resource is empty or missing, then the perl interpreter will not be 1461resource is empty or missing, then the perl interpreter will not be
1458initialized. The idea behind two options is that <strong>perl-ext-common</strong> will 1462initialized. The idea behind two options is that <strong>perl-ext-common</strong> will
1459be used for extensions that should be available to all instances, while 1463be used for extensions that should be available to all instances, while

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines