ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtc.1
Revision: 1.4
Committed: Fri Jul 30 19:54:14 2004 UTC (19 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-3_7, rel-3_6, rel-3_5, rel-3_4, rel-3_3
Changes since 1.3: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# Content
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 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 .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 .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 negative side is a
36 possible impact on stability - if the main program crashes, all
37 processes in the terminal windows are terminated.
38 .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