ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtc.1
Revision: 1.2
Committed: Wed Feb 25 10:26:49 2004 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
CVS Tags: rel-2_1_0, rel-2_4, rel-2_5, rel-2_2, rel-2_3, rel-2_0, rel-1-9, rxvt-2-0, rel-1_9
Changes since 1.1: +5 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 .if !\n(.g .ab GNU tbl requires GNU troff.
2     .if !dTS .ds TS
3     .if !dTE .ds TE
4     .TH "RXVT-UNICODE" "1" "X Version 11" "X Tools"
5     .SH "NAME"
6     rxvt (ouR XVT) \- a VT102 emulator for the X window system
7     .PP
8     .SH "SYNOPSIS"
9     .PP
10     \fBrxvtd\fP
11     .PP
12     \fBrxvtc\fP [options] [\-e command [ args ]]
13     .PP
14     .SH "DESCRIPTION"
15     .PP
16     \fBrxvtd\fP is a colour vt102 terminal
17     emulator intended as an \fIxterm\fP(1) replacement. \fBrxvtd\fP
18     implements the actual program that runs runs as daemon in background and
19     opens pseudo-ttys. You can run it from your X startup scripts, for
20     example, although it is not dependent on a working DISPLAY and, in fact,
21     can open windows on multiple X displays.
22 pcg 1.2 .PP
23     Both \fBrxvtd\fP and \fBrxvtc\fP use the environment variable
24     \fBRXVT_SOCKET\fP to create a listening socket and to contact
25     the \fBrxvtd\fP, respectively. If the variable is missing,
26     "\fB$HOME/.rxvt-\fP<nodename>" is used.
27 pcg 1.1 .PP
28     \fBrxvtc\fP is the client program of this duo. It connects to the
29     \fBrxvtd\fP daemon and requests a new terminal window. It
30     takes the same arguments as the \fBrxvt\fP program. The environment will
31     also be respected. Currently, it always returns immediately after contacting
32     the daemon.
33     .PP
34     The positive aspect of this client-server solution is faster creation
35     time for terminal windows and a lot of saved memory. The other side is a
36     possible impact on stability - if the main program crashes, all
37     processes in the terminal windows are terminated. At the moment, a single
38     misspelled option will kill the \fBrxvtd\fP, so this is useful mostly
39     for automated calls e.g. from your window manager.
40     .PP
41     .PP
42     .SH "SEE ALSO"
43     .PP
44     \fIrxvt\fP(1), \fIsh\fP(1), \fI/usr/share/doc/rxvt\-unicode/README.unicode\fP
45