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.17 by root, Thu Feb 17 15:07:48 2005 UTC vs.
Revision 1.18 by root, Fri Feb 18 12:15:07 2005 UTC

580 use Fcntl;</pre> 580 use Fcntl;</pre>
581</dd> 581</dd>
582<dd> 582<dd>
583<pre> 583<pre>
584 my $pty = new IO::Pty; 584 my $pty = new IO::Pty;
585 fcntl $pty, F_SETFD, 0; # clear close-on-exec</pre> 585 fcntl $pty, F_SETFD, 0; # clear close-on-exec
586</dd>
587<dd>
588<pre>
589 system &quot;rxvt -pty-fd &quot; . (fileno $pty) . &quot;&amp;&quot;;</pre> 586 system &quot;rxvt -pty-fd &quot; . (fileno $pty) . &quot;&amp;&quot;;
587 close $pty;</pre>
590</dd> 588</dd>
591<dd> 589<dd>
592<pre> 590<pre>
593 # now communicate with rxvt 591 # now communicate with rxvt
594 my $slave = $pty-&gt;slave; 592 my $slave = $pty-&gt;slave;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines