ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtc.1
Revision: 1.5
Committed: Wed Aug 18 00:34:27 2004 UTC (19 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-5_5, rel-5_4, rel-5_1, rel-5_0, rel-5_3, rel-5_2, rel-4_4, rel-4_6, rel-4_7, rel-4_0, rel-4_1, rel-4_2, rel-4_3, rel-3_8, rel-4_8, rel-4_9
Changes since 1.4: +1 -1 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 root 1.4 implements the actual program that runs as daemon in background and
19 pcg 1.1 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 root 1.5 "\fB$HOME/.rxvt-unicode-\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 root 1.4 time for terminal windows and a lot of saved memory. The negative side is a
36 pcg 1.1 possible impact on stability - if the main program crashes, all
37 pcg 1.3 processes in the terminal windows are terminated.
38 pcg 1.1 .PP
39     .PP
40     .SH "SEE ALSO"
41     .PP
42     \fIrxvt\fP(1), \fIsh\fP(1), \fI/usr/share/doc/rxvt\-unicode/README.unicode\fP
43