# doc/Makefile.in -*- Makefile -*-
-# $Id: Makefile.in,v 1.5 2004-03-03 04:07:52 pcg Exp $
+# $Id: Makefile.in,v 1.6 2004-03-14 21:59:57 pcg Exp $
@MCOMMON@
srcdir = @srcdir@
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
-e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\
+ -e 's%@RXVT_NAME@%$(RXVTNAME)%g;'\
-e 's%@RXVT_DATE@%$(DATE)%g;'\
-e 's%@RXVT_MAINTEMAIL@%$(MAINTEMAIL)%g;'\
-e 's%@RXVT_MAINT@%$(MAINT)%g;'\
.if !\n(.g .ab GNU tbl requires GNU troff.
.if !dTS .ds TS
.if !dTE .ds TE
-.TH "RXVT" "1" "RXVTDATE()" "X Version 11" "X Tools"
+.TH "RXVT" "1" "2004-03-14" "X Version 11" "X Tools"
.SH "NAME"
-rxvt (ouR XVT) \- a VT102 emulator for the X window system
+rxvt-unicode (ouR XVT, unicode) \- a VT102 emulator for the X window system
.PP
.SH "SYNOPSIS"
.PP
.PP
.SH "DESCRIPTION"
.PP
-\fBrxvt\fP, version \fBRXVTVERSION()\fP, is a colour vt102 terminal emulator
+\fBrxvt-unicode\fP, version \fB2\&.4\fP, is a colour vt102 terminal emulator
intended as an \fIxterm\fP(1) replacement for users who do not require
features such as Tektronix 4014 emulation and toolkit-style configurability\&.
-As a result, \fBrxvt\fP uses much less swap space -- a significant
+As a result, \fBrxvt-unicode\fP uses much less swap space -- a significant
advantage on a machine serving many X sessions\&.
.PP
.PP
.PP
.SH "FTP LOCATION"
.PP
-rxvt-+RXVTVERSION()\&.tar\&.gz can be found at the following ftp sites
-RXVTFTPSITE()
+rxvt-2\&.4\&.tar\&.gz can be found at the following ftp sites
+ftp://ftp\&.rxvt\&.org/pub/rxvt
.PP
.SH "CURRENT PROJECT COORDINATOR"
.PP
.IP "Project Coordinator"
-RXVTMAINT() RXVTMAINTEMAIL()
+Marc A\&. Lehmann <rxvt@schmorp\&.de>
.br
.IP "Web page maintainter"
-RXVTWEBMAINT() RXVTWEBMAINTEMAIL()
+Marc A\&. Lehmann <rxvt@schmorp\&.de>
.br
-RXVTWEBPAGE()
+<http://www\&.sourceforge\&.net/projects/rxvt-unicode/>
.br
-.IP "Mailing list"
-The Rxvt Workers <rxvt-workers@rxvt\&.org>
-mailing list has also been established for rxvt development, to
-subscribe, email to
-<rxvt-workers-subscribe@rxvt\&.org>\&.
-There is also a mailing list for announcements of new releases of
-rxvt\&. To subscribe, email to
-<rxvt-announce-subscribe@rxvt\&.org>\&.
.PP
.SH "AUTHORS"
.PP
-.TH "RXVT" "1" "RXVTDATE()" "X Version 11" "X Tools"
+.TH "RXVT" "1" "2004-03-14" "X Version 11" "X Tools"
.SH "NAME"
-rxvt (ouR XVT) \- a VT102 emulator for the X window system
+rxvt-unicode (ouR XVT, unicode) \- a VT102 emulator for the X window system
.PP
.SH "SYNOPSIS"
.PP
.PP
.SH "DESCRIPTION"
.PP
-\fBrxvt\fP, version \fBRXVTVERSION()\fP, is a colour vt102 terminal emulator
+\fBrxvt-unicode\fP, version \fB2\&.4\fP, is a colour vt102 terminal emulator
intended as an \fIxterm\fP(1) replacement for users who do not require
features such as Tektronix 4014 emulation and toolkit-style configurability\&.
-As a result, \fBrxvt\fP uses much less swap space -- a significant
+As a result, \fBrxvt-unicode\fP uses much less swap space -- a significant
advantage on a machine serving many X sessions\&.
.PP
.PP
.PP
.SH "FTP LOCATION"
.PP
-rxvt-+RXVTVERSION()\&.tar\&.gz can be found at the following ftp sites
-RXVTFTPSITE()
+rxvt-2\&.4\&.tar\&.gz can be found at the following ftp sites
+ftp://ftp\&.rxvt\&.org/pub/rxvt
.PP
.SH "CURRENT PROJECT COORDINATOR"
.PP
.IP "Project Coordinator"
-RXVTMAINT() RXVTMAINTEMAIL()
+Marc A\&. Lehmann <rxvt@schmorp\&.de>
.br
.IP "Web page maintainter"
-RXVTWEBMAINT() RXVTWEBMAINTEMAIL()
+Marc A\&. Lehmann <rxvt@schmorp\&.de>
.br
-RXVTWEBPAGE()
+<http://www\&.sourceforge\&.net/projects/rxvt-unicode/>
.br
-.IP "Mailing list"
-The Rxvt Workers <rxvt-workers@rxvt\&.org>
-mailing list has also been established for rxvt development, to
-subscribe, email to
-<rxvt-workers-subscribe@rxvt\&.org>\&.
-There is also a mailing list for announcements of new releases of
-rxvt\&. To subscribe, email to
-<rxvt-announce-subscribe@rxvt\&.org>\&.
.PP
.SH "AUTHORS"
.PP
-COMMENT(-- $Id: rxvt-colours.yo,v 1.3 2004-02-22 08:36:11 pcg Exp $ --)
+COMMENT(-- $Id: rxvt-colours.yo,v 1.4 2004-03-14 21:59:58 pcg Exp $ --)
COMMENT(----------------------------------------------------------------------)
manpagesection(COLORS AND GRAPHICS)
-In addition to the default foreground and background colours, bf(rxvt)
+In addition to the default foreground and background colours, bf(RXVTNAME())
can display up to 16 colours (8 ANSI colours plus high-intensity bold/blink
versions of the same).
Here is a list of the colours with their bf(rgb.txt) names.
-COMMENT(-- $Id: rxvt-environment.yo,v 1.2 2003-11-24 17:31:27 pcg Exp $ --)
+COMMENT(-- $Id: rxvt-environment.yo,v 1.3 2004-03-14 21:59:58 pcg Exp $ --)
COMMENT(----------------------------------------------------------------------)
manpagesection(ENVIRONMENT)
-bf(rxvt) sets the environment variables bf(TERM), bf(COLORTERM) and
+bf(RXVTNAME()) sets the environment variables bf(TERM), bf(COLORTERM) and
bf(COLORFGBG). The environment variable bf(WINDOWID) is set to the X window
-id number of the bf(rxvt) window and it also uses and sets the environment
-variable bf(DISPLAY) to specify which display terminal to use. bf(rxvt) uses
+id number of the bf(RXVTNAME()) window and it also uses and sets the environment
+variable bf(DISPLAY) to specify which display terminal to use. bf(RXVTNAME()) uses
the environment variables bf(RXVTPATH) and bf(PATH) to find XPM files.
-COMMENT(-- $Id: rxvt-login.yo,v 1.2 2003-11-24 17:31:27 pcg Exp $ --)
+COMMENT(-- $Id: rxvt-login.yo,v 1.3 2004-03-14 21:59:58 pcg Exp $ --)
COMMENT(----------------------------------------------------------------------)
manpagesection(LOGIN STAMP)
-bf(rxvt) tries to write an entry into the em(utmp)(5) file so that it can be
+bf(RXVTNAME()) tries to write an entry into the em(utmp)(5) file so that it can be
seen via the em(who(1)) command, and can accept messages. To allow this
-feature, bf(rxvt) must be installed setuid root on some systems.
+feature, bf(RXVTNAME()) must be installed setuid root on some systems.
-COMMENT(-- $Id: rxvt-options.yo,v 1.5 2004-03-03 01:45:14 pcg Exp $ --)
+COMMENT(-- $Id: rxvt-options.yo,v 1.6 2004-03-14 21:59:58 pcg Exp $ --)
COMMENT(----------------------------------------------------------------------)
manpageoptions()
-The bf(rxvt) options (mostly a subset of em(xterm)'s) are listed below.
+The bf(RXVTNAME()) options (mostly a subset of em(xterm)'s) are listed below.
In keeping with the smaller-is-better philosophy, options may be eliminated
or default values chosen at compile-time, so options and defaults listed
may not accurately reflect the version installed on your system.
line. Note: `rxvt -help' gives a list of all command-line options compiled
into your version.
-Note that bf(rxvt) permits the resource name to be used as a long-option
+Note that bf(RXVTNAME()) permits the resource name to be used as a long-option
(--/++ option) so the potential command-line options are far greater than
those listed.
For example: `rxvt --loginShell --color1 Orange'.
em(termcap(5)) database and should have em(li#) and em(co#) entries;
resource bf(termName).
dit(bf(-e) em(command [arguments]))
- Run the command with its command-line arguments in the bf(rxvt)
+ Run the command with its command-line arguments in the bf(RXVTNAME())
window; also sets the window title and icon name to be the basename
of the program being executed if neither em(-title) (em(-T)) nor
em(-n) are given on the command line. If this option is used, it
-COMMENT(-- $Id: rxvt-resources.yo,v 1.5 2004-03-03 01:45:14 pcg Exp $ --)
+COMMENT(-- $Id: rxvt-resources.yo,v 1.6 2004-03-14 21:59:58 pcg Exp $ --)
COMMENT(----------------------------------------------------------------------)
manpagesection(RESOURCES (available also as long-options))
Note: `rxvt --help' gives a list of all resources (long options) compiled
into your version.
If compiled with internal Xresources support (i.e. bf(rxvt -h) lists
-bf(.Xdefaults)) then bf(rxvt) accepts application defaults set in
+bf(.Xdefaults)) then bf(RXVTNAME()) accepts application defaults set in
XAPPLOADDIR/Rxvt (compile-time defined: usually
bf(/usr/lib/X11/app-defaults/Rxvt)) and resources set in bf(~/.Xdefaults),
or bf(~/.Xresources) if bf(~/.Xdefaults) does not exist. Note that when
-reading X resources, bf(rxvt) recognizes two class names: bf(XTerm) and
+reading X resources, bf(RXVTNAME()) recognizes two class names: bf(XTerm) and
bf(Rxvt). The class name bf(XTerm) allows resources common to both
-bf(rxvt) and em(xterm) to be easily configured, while the class name
-bf(Rxvt) allows resources unique to bf(rxvt), notably colours and
-key-handling, to be shared between different bf(rxvt) configurations.
+bf(RXVTNAME()) and em(xterm) to be easily configured, while the class name
+bf(Rxvt) allows resources unique to bf(RXVTNAME()), notably colours and
+key-handling, to be shared between different bf(RXVTNAME()) configurations.
If no resources are specified, suitable defaults will be used.
Command-line arguments can be used to override resource settings. The
following resources are allowed:
is xterm style with 2.20 old word selection, or anything else which
gives xterm style selection.
dit(bf(scrollstyle:) em(mode))
- Set scrollbar style to bf(rxvt), bf(next) or bf(xterm)
+ Set scrollbar style to bf(RXVTNAME()), bf(next) or bf(xterm)
dit(bf(title:) em(string))
Set window title string, the default title is the command-line
specified after the bf(-e) option, if any, otherwise the application
-COMMENT(-- $Id: rxvt-scrollbar.yo,v 1.2 2003-11-24 17:31:27 pcg Exp $ --)
+COMMENT(-- $Id: rxvt-scrollbar.yo,v 1.3 2004-03-14 21:59:58 pcg Exp $ --)
COMMENT(----------------------------------------------------------------------)
manpagesection(THE SCROLLBAR)
-Lines of text that scroll off the top of the bf(rxvt) window (resource:
+Lines of text that scroll off the top of the bf(RXVTNAME()) window (resource:
bf(saveLines)) and can be scrolled back using the scrollbar or by keystrokes.
-The normal bf(rxvt) scrollbar has arrows and its behaviour is fairly
+The normal bf(RXVTNAME()) scrollbar has arrows and its behaviour is fairly
intuitive. The bf(xterm-scrollbar) is without arrows and its behaviour
mimics that of em(xterm)
-COMMENT(-- $Id: rxvt-textselection.yo,v 1.2 2003-11-24 17:31:27 pcg Exp $ --)
+COMMENT(-- $Id: rxvt-textselection.yo,v 1.3 2004-03-14 21:59:58 pcg Exp $ --)
COMMENT(----------------------------------------------------------------------)
manpagesection(TEXT SELECTION AND INSERTION)
the entire line.
dit(bf(Insertion):)
Pressing and releasing the Middle mouse button (or bf(Shift-Insert))
- in an bf(rxvt) window causes the current text selection to be inserted
+ in an bf(RXVTNAME()) window causes the current text selection to be inserted
as if it had been typed on the keyboard.
enddit()
-COMMENT(-- $Id: rxvt.yo,v 1.4 2004-02-22 12:58:02 pcg Exp $ --)
+COMMENT(-- $Id: rxvt.yo,v 1.5 2004-03-14 21:59:58 pcg Exp $ --)
includefile(versioninfo.yo)
includefile(masonyodl.yo)
mailto(gcw@pobox.com)
COMMENT(-----------------------------------------------------------------------
-- We want the following macro's to be pre-defined
+-- RXVTNAME()
-- RXVTDATE()
-- RXVTVERSION()
-- RXVTMAINT()
COMMENT(----------------------------------------------------------------------)
manpage(RXVT)(1)(RXVTDATE())(X Version 11)(X Tools)
-manpagename(rxvt (ouR XVT))(a VT102 emulator for the X window system)
+manpagename(rxvt-unicode (ouR XVT, unicode))(a VT102 emulator for the X window system)
COMMENT(----------------------------------------------------------------------)
manpagesynopsis()
-bf(rxvt) [options] [-e command [ args ]]
+bf(RXVTNAME()) [options] [-e command [ args ]]
COMMENT(----------------------------------------------------------------------)
manpagedescription()
-bf(rxvt), version bf(RXVTVERSION()), is a colour vt102 terminal emulator
+bf(rxvt-unicode), version bf(RXVTVERSION()), is a colour vt102 terminal emulator
intended as an em(xterm)(1) replacement for users who do not require
features such as Tektronix 4014 emulation and toolkit-style configurability.
-As a result, bf(rxvt) uses much less swap space -- a significant
+As a result, bf(rxvt-unicode) uses much less swap space -- a significant
advantage on a machine serving many X sessions.
COMMENT(----------------------------------------------------------------------)
dit(Web page maintainter)
RXVTWEBMAINT() email(RXVTWEBMAINTEMAIL())nl()\
url(RXVTWEBPAGE())(RXVTWEBPAGE())nl()\
- dit(Mailing list)
- The Rxvt Workers email(<rxvt-workers@rxvt.org>)
- mailing list has also been established for rxvt development, to
- subscribe, email to
- email(<rxvt-workers-subscribe@rxvt.org>).
- There is also a mailing list for announcements of new releases of
- rxvt. To subscribe, email to
- email(<rxvt-announce-subscribe@rxvt.org>).
enddit()
COMMENT(----------------------------------------------------------------------)
-COMMENT(-- $Id: versioninfo.yo,v 1.2 2004-03-14 21:51:39 pcg Exp $ --)
+COMMENT(-- $Id: versioninfo.yo,v 1.3 2004-03-14 21:59:58 pcg Exp $ --)
+DEFINEMACRO(RXVTNAME)(0)
+ (rxvt)
DEFINEMACRO(RXVTDATE)(0)
(2004-03-14)
DEFINEMACRO(RXVTVERSION)(0)
-COMMENT(-- $Id: versioninfo.yo.in,v 1.2 2003-11-24 17:31:27 pcg Exp $ --)
+COMMENT(-- $Id: versioninfo.yo.in,v 1.3 2004-03-14 21:59:58 pcg Exp $ --)
+DEFINEMACRO(RXVTNAME)(0)
+ (@RXVT_NAME@)
DEFINEMACRO(RXVTDATE)(0)
(@RXVT_DATE@)
DEFINEMACRO(RXVTVERSION)(0)