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

Comparing rxvt-unicode/doc/rxvtc.1 (file contents):
Revision 1.1 by pcg, Tue Feb 24 21:41:16 2004 UTC vs.
Revision 1.3 by pcg, Sun Mar 28 14:44:07 2004 UTC

17emulator intended as an \fIxterm\fP(1) replacement. \fBrxvtd\fP 17emulator intended as an \fIxterm\fP(1) replacement. \fBrxvtd\fP
18implements the actual program that runs runs as daemon in background and 18implements the actual program that runs runs as daemon in background and
19opens pseudo-ttys. You can run it from your X startup scripts, for 19opens pseudo-ttys. You can run it from your X startup scripts, for
20example, although it is not dependent on a working DISPLAY and, in fact, 20example, although it is not dependent on a working DISPLAY and, in fact,
21can open windows on multiple X displays. 21can open windows on multiple X displays.
22.PP
23Both \fBrxvtd\fP and \fBrxvtc\fP use the environment variable
24\fBRXVT_SOCKET\fP to create a listening socket and to contact
25the \fBrxvtd\fP, respectively. If the variable is missing,
26"\fB$HOME/.rxvt-\fP<nodename>" is used.
22.PP 27.PP
23\fBrxvtc\fP is the client program of this duo. It connects to the 28\fBrxvtc\fP is the client program of this duo. It connects to the
24\fBrxvtd\fP daemon and requests a new terminal window. It 29\fBrxvtd\fP daemon and requests a new terminal window. It
25takes the same arguments as the \fBrxvt\fP program. The environment will 30takes the same arguments as the \fBrxvt\fP program. The environment will
26also be respected. Currently, it always returns immediately after contacting 31also be respected. Currently, it always returns immediately after contacting
27the daemon. 32the daemon.
28.PP 33.PP
29The positive aspect of this client-server solution is faster creation 34The positive aspect of this client-server solution is faster creation
30time for terminal windows and a lot of saved memory. The other side is a 35time for terminal windows and a lot of saved memory. The other side is a
31possible impact on stability - if the main program crashes, all 36possible impact on stability - if the main program crashes, all
32processes in the terminal windows are terminated. At the moment, a single 37processes in the terminal windows are terminated.
33misspelled option will kill the \fBrxvtd\fP, so this is useful mostly
34for automated calls e.g. from your window manager.
35.PP 38.PP
36.PP 39.PP
37.SH "SEE ALSO" 40.SH "SEE ALSO"
38.PP 41.PP
39\fIrxvt\fP(1), \fIsh\fP(1), \fI/usr/share/doc/rxvt\-unicode/README.unicode\fP 42\fIrxvt\fP(1), \fIsh\fP(1), \fI/usr/share/doc/rxvt\-unicode/README.unicode\fP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines