Add support to have the pointer disappear when typing or inactive.
--with-name=NAME
- Set the basename for the installed binaries (default: urxvt,
- resulting in urxvt, urxvtd etc.). Specify --with-name=rxvt to
- replace rxvt.
+ Set the basename for the installed binaries (default: "urxvt",
+ resulting in "urxvt", "urxvtd" etc.). Specify "--with-name=rxvt" to
+ replace with "rxvt".
--with-term=NAME
Change the environmental variable for the terminal to NAME (default
- "rxvt")
+ "rxvt-unicode")
--with-terminfo=PATH
Change the environmental variable for the path to the terminfo tree
</dt>
<dd>
Compile <em>XPM</em>: Specify XPM file for the background and also optionally
-specify its scaling with a geometry string. Note you may need to add
-quotes to avoid special shell interpretation of the `;' in the
+specify its scaling with a geometry string. Note you may need to
+add quotes to avoid special shell interpretation of the <code>;</code> in the
command-line; resource <strong>backgroundPixmap</strong>.
</dd>
<p></p>
<dd>
Use the specified colour to display bold or italic characters when the
foreground colour is the default. If font styles are not available
-(Compile styles) and this option is unset, reverse video is used instead.
+(Compile <em>styles</em>) and this option is unset, reverse video is used instead.
</dd>
<p></p>
<dt><strong><a name="item_colorul_3a_colour"><strong>colorUL:</strong> <em>colour</em></a></strong><br />
</dd>
<dd>
<p>Each font can either be a standard X11 core font (XLFD) name, with
-optional prefix <code>x:</code> or a Xft font (Compile xft), prefixed with <code>xft:</code>.</p>
+optional prefix <code>x:</code> or a Xft font (Compile <em>xft</em>), prefixed with <code>xft:</code>.</p>
</dd>
<dd>
<p>In addition, each font can be prefixed with additional hints and
<dt><strong><a name="item_keysym_2esym_3a_string"><strong>keysym.</strong><em>sym</em>: <em>string</em></a></strong><br />
</dt>
<dd>
-Associate <em>string</em> with keysym <em>sym</em>. The intervening resource
-name <strong>keysym.</strong> cannot be omitted. This resource is only available
-when compiled with KEYSYM_RESOURCE.
+Compile <em>frills</em>: Associate <em>string</em> with keysym <em>sym</em>. The
+intervening resource name <strong>keysym.</strong> cannot be omitted.
</dd>
<dd>
-<p>The format of <em>sym</em> is ``<em>(mask-)key</em>'',
-where <em>mask</em> can be any combination of <strong>Control</strong>, <strong>NumLock</strong>,
-<strong>Shift</strong>, <strong>Meta</strong>, <strong>Lock</strong>, <strong>Mod1</strong>, <strong>Mod2</strong>, <strong>Mod3</strong>, <strong>Mod4</strong>,
-<strong>Mod5</strong>, and the abbreviated
-<strong>C</strong>, <strong>N</strong>, <strong>S</strong>, <strong>M</strong>, <strong>A</strong>, <strong>L</strong>, <strong>1</strong>, <strong>2</strong>, <strong>3</strong>, <strong>4</strong>, <strong>5</strong>.
-The spellings of <em>key</em> can be obtained by using <strong>xev</strong>(1)
-command or searching keysym macros from
-<strong>/usr/X11R6/include/X11/keysymdef.h</strong> and omit the prefix <strong>XK_</strong>.
-Alternatively you can specify <em>key</em> by its hex keysym value
-(<strong>0x0000 - 0xFFFF</strong>).
-Note that the lookup of <em>sym</em>s is not performed in an exact manner;
-however, the closest match is assured.</p>
+<p>The format of <em>sym</em> is ``<em>(modifiers-)key</em>'', where <em>modifiers</em> can be
+any combination of <strong>ISOLevel3</strong>, <strong>AppKeypad</strong>, <strong>Control</strong>, <strong>NumLock</strong>,
+<strong>Shift</strong>, <strong>Meta</strong>, <strong>Lock</strong>, <strong>Mod1</strong>, <strong>Mod2</strong>, <strong>Mod3</strong>, <strong>Mod4</strong>, <strong>Mod5</strong>,
+and the abbreviated <strong>I</strong>, <strong>K</strong>, <strong>C</strong>, <strong>N</strong>, <strong>S</strong>, <strong>M</strong>, <strong>A</strong>, <strong>L</strong>, <strong>1</strong>,
+<strong>2</strong>, <strong>3</strong>, <strong>4</strong>, <strong>5</strong>.</p>
</dd>
<dd>
-<p><em>string</em> may
-contain escape values (\a: bell, \b: backspace, \e, \E: escape, \n:
-newline, \r: return, \t:
-tab, \000: octal number) or control characters (^?: delete, ^@: null,
-^A ...) and may enclosed with double quotes so that it can start or end
-with whitespace.</p>
+<p>The <strong>NumLock</strong>, <strong>Meta</strong> and <strong>ISOLevel3</strong> modifiers are usually aliased to
+whatever modifier the NumLock key, Meta/Alt keys or ISO Level3 Shift/AltGr
+keys are being mapped. <strong>AppKeypad</strong> is a artificial modifier mapped to the
+current application keymap mode state.</p>
+</dd>
+<dd>
+<p>The spellings of <em>key</em> can be obtained by using <strong>xev</strong>(1) command or
+searching keysym macros from <strong>/usr/X11R6/include/X11/keysymdef.h</strong> and
+omitting the prefix <strong>XK_</strong>. Alternatively you can specify <em>key</em> by its hex
+keysym value (<strong>0x0000 - 0xFFFF</strong>). Note that the lookup of <em>sym</em>s is not
+performed in an exact manner; however, the closest match is assured.</p>
+</dd>
+<dd>
+<p><em>string</em> may contain escape values (<code>\a</code>: bell, <code>\b</code>: backspace,
+<code>\e</code>, <code>\E</code>: escape, <code>\n</code>: newline, <code>\r</code>: carriage return, <code>\t</code>: tab,
+<code>\000</code>: octal number) or verbatim control characters (<code>^?</code>: delete,
+<code>^@</code>: null, <code>^A</code> ...) and may be enclosed with double quotes so that it
+can start or end with whitespace.</p>
</dd>
<dd>
<p>You can define a range of keysyms in one shot by providing a <em>string</em>
-with pattern <strong>list/STRING1/STRING2/STRING3</strong>, where the delimeter `/'
-should be a character not used by the <strong>STRING</strong>s.</p>
+with pattern <strong>list/PREFIX/MIDDLE/SUFFIX</strong>, where the delimeter `/'
+should be a character not used by the strings.</p>
+</dd>
+<dd>
+<p>Its usage can be demonstrated by an example:</p>
</dd>
<dd>
-<p>Its usage can be demonstrated by an example:
- URxvt.keysym.M-C-0x61: list.abc.\e<M-C-.></p>
+<pre>
+ URxvt.keysym.M-C-0x61: list|\e<M-C-|abc|></pre>
</dd>
<dd>
-<p>The above line is equivalent to the following three lines:
- URxvt.keysym.Meta-Control-0x61: \e<M-C-a>
- URxvt.keysym.Meta-Control-0x62: \e<M-C-b>
- URxvt.keysym.Meta-Control-0x63: \e<M-C-c></p>
+<p>The above line is equivalent to the following three lines:</p>
+</dd>
+<dd>
+<pre>
+ URxvt.keysym.Meta-Control-0x61: \e<M-C-a>
+ URxvt.keysym.Meta-Control-0x62: \e<M-C-b>
+ URxvt.keysym.Meta-Control-0x63: \e<M-C-c></pre>
</dd>
<dd>
-<p>If <em>string</em> takes the form of <strong>proto:STRING</strong>,
-the specified <strong>STRING</strong> is interpreted and executed as <strong>rxvt</strong>'s
-control sequence. For example, <strong>``proto:\033]701;zh_CN.GBK\007''</strong>
-means changing the current locale to zh_CN.GBK.</p>
+<p>If <em>string</em> takes the form of <code>proto:STRING</code>, the specified <strong>STRING</strong> is
+interpreted and executed as rxvt's control sequence. For example,
+<code>proto:\033]701;zh_CN.GBK\007</code> means: change the current locale to
+<code>zh_CN.GBK</code>.</p>
</dd>
<p></p></dl>
<p>
</dd>
<dd>
<p>Starting a selection while pressing the <strong>Meta</strong> key (or <strong>Meta+Ctrl</strong> keys)
-(Compile: frills) will create a rectangular selection instead of a normal
+(Compile: <em>frills</em>) will create a rectangular selection instead of a normal
one.</p>
</dd>
<p></p>
.\" ========================================================================
.\"
.IX Title "rxvt 1"
-.TH rxvt 1 "2005-01-16" "4.8" "RXVT-UNICODE"
+.TH rxvt 1 "2005-01-17" "4.8" "RXVT-UNICODE"
.SH "NAME"
rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system)
.SH "SYNOPSIS"
.IP "\fB\-pixmap\fR \fIfile[;geom]\fR" 4
.IX Item "-pixmap file[;geom]"
Compile \fI\s-1XPM\s0\fR: Specify \s-1XPM\s0 file for the background and also optionally
-specify its scaling with a geometry string. Note you may need to add
-quotes to avoid special shell interpretation of the `;' in the
+specify its scaling with a geometry string. Note you may need to
+add quotes to avoid special shell interpretation of the \f(CW\*(C`;\*(C'\fR in the
command\-line; resource \fBbackgroundPixmap\fR.
.IP "\fB\-cr\fR \fIcolour\fR" 4
.IX Item "-cr colour"
.PD
Use the specified colour to display bold or italic characters when the
foreground colour is the default. If font styles are not available
-(Compile styles) and this option is unset, reverse video is used instead.
+(Compile \fIstyles\fR) and this option is unset, reverse video is used instead.
.IP "\fBcolorUL:\fR \fIcolour\fR" 4
.IX Item "colorUL: colour"
Use the specified colour to display underlined characters when the
appended to it. option \fB\-fn\fR.
.Sp
Each font can either be a standard X11 core font (\s-1XLFD\s0) name, with
-optional prefix \f(CW\*(C`x:\*(C'\fR or a Xft font (Compile xft), prefixed with \f(CW\*(C`xft:\*(C'\fR.
+optional prefix \f(CW\*(C`x:\*(C'\fR or a Xft font (Compile \fIxft\fR), prefixed with \f(CW\*(C`xft:\*(C'\fR.
.Sp
In addition, each font can be prefixed with additional hints and
specifications enclosed in square brackets (\f(CW\*(C`[]\*(C'\fR). The only available
instead scroll the screen up.
.IP "\fBkeysym.\fR\fIsym\fR: \fIstring\fR" 4
.IX Item "keysym.sym: string"
-Associate \fIstring\fR with keysym \fIsym\fR. The intervening resource
-name \fBkeysym.\fR cannot be omitted. This resource is only available
-when compiled with \s-1KEYSYM_RESOURCE\s0.
+Compile \fIfrills\fR: Associate \fIstring\fR with keysym \fIsym\fR. The
+intervening resource name \fBkeysym.\fR cannot be omitted.
.Sp
-The format of \fIsym\fR is "\fI(mask\-)key\fR",
-where \fImask\fR can be any combination of \fBControl\fR, \fBNumLock\fR,
-\&\fBShift\fR, \fBMeta\fR, \fBLock\fR, \fBMod1\fR, \fBMod2\fR, \fBMod3\fR, \fBMod4\fR,
-\&\fBMod5\fR, and the abbreviated
-\&\fBC\fR, \fBN\fR, \fBS\fR, \fBM\fR, \fBA\fR, \fBL\fR, \fB1\fR, \fB2\fR, \fB3\fR, \fB4\fR, \fB5\fR.
-The spellings of \fIkey\fR can be obtained by using \fBxev\fR(1)
-command or searching keysym macros from
-\&\fB/usr/X11R6/include/X11/keysymdef.h\fR and omit the prefix \fB\s-1XK_\s0\fR.
-Alternatively you can specify \fIkey\fR by its hex keysym value
-(\fB0x0000 \- 0xFFFF\fR).
-Note that the lookup of \fIsym\fRs is not performed in an exact manner;
-however, the closest match is assured.
+The format of \fIsym\fR is "\fI(modifiers\-)key\fR", where \fImodifiers\fR can be
+any combination of \fBISOLevel3\fR, \fBAppKeypad\fR, \fBControl\fR, \fBNumLock\fR,
+\&\fBShift\fR, \fBMeta\fR, \fBLock\fR, \fBMod1\fR, \fBMod2\fR, \fBMod3\fR, \fBMod4\fR, \fBMod5\fR,
+and the abbreviated \fBI\fR, \fBK\fR, \fBC\fR, \fBN\fR, \fBS\fR, \fBM\fR, \fBA\fR, \fBL\fR, \fB1\fR,
+\&\fB2\fR, \fB3\fR, \fB4\fR, \fB5\fR.
.Sp
-\&\fIstring\fR may
-contain escape values (\ea: bell, \eb: backspace, \ee, \eE: escape, \en:
-newline, \er: return, \et:
-tab, \e000: octal number) or control characters (^?: delete, ^@: null,
-^A ...) and may enclosed with double quotes so that it can start or end
-with whitespace.
+The \fBNumLock\fR, \fBMeta\fR and \fBISOLevel3\fR modifiers are usually aliased to
+whatever modifier the NumLock key, Meta/Alt keys or \s-1ISO\s0 Level3 Shift/AltGr
+keys are being mapped. \fBAppKeypad\fR is a artificial modifier mapped to the
+current application keymap mode state.
+.Sp
+The spellings of \fIkey\fR can be obtained by using \fBxev\fR(1) command or
+searching keysym macros from \fB/usr/X11R6/include/X11/keysymdef.h\fR and
+omitting the prefix \fB\s-1XK_\s0\fR. Alternatively you can specify \fIkey\fR by its hex
+keysym value (\fB0x0000 \- 0xFFFF\fR). Note that the lookup of \fIsym\fRs is not
+performed in an exact manner; however, the closest match is assured.
+.Sp
+\&\fIstring\fR may contain escape values (\f(CW\*(C`\ea\*(C'\fR: bell, \f(CW\*(C`\eb\*(C'\fR: backspace,
+\&\f(CW\*(C`\ee\*(C'\fR, \f(CW\*(C`\eE\*(C'\fR: escape, \f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\er\*(C'\fR: carriage return, \f(CW\*(C`\et\*(C'\fR: tab,
+\&\f(CW\*(C`\e000\*(C'\fR: octal number) or verbatim control characters (\f(CW\*(C`^?\*(C'\fR: delete,
+\&\f(CW\*(C`^@\*(C'\fR: null, \f(CW\*(C`^A\*(C'\fR ...) and may be enclosed with double quotes so that it
+can start or end with whitespace.
.Sp
You can define a range of keysyms in one shot by providing a \fIstring\fR
-with pattern \fBlist/STRING1/STRING2/STRING3\fR, where the delimeter `/'
-should be a character not used by the \fB\s-1STRING\s0\fRs.
+with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimeter `/'
+should be a character not used by the strings.
.Sp
Its usage can be demonstrated by an example:
- URxvt.keysym.M\-C\-0x61: list.abc.\ee<M\-C\-.>
+.Sp
+.Vb 1
+\& URxvt.keysym.M-C-0x61: list|\ee<M-C-|abc|>
+.Ve
.Sp
The above line is equivalent to the following three lines:
- URxvt.keysym.Meta\-Control\-0x61: \ee<M\-C\-a>
- URxvt.keysym.Meta\-Control\-0x62: \ee<M\-C\-b>
- URxvt.keysym.Meta\-Control\-0x63: \ee<M\-C\-c>
.Sp
-If \fIstring\fR takes the form of \fBproto:STRING\fR,
-the specified \fB\s-1STRING\s0\fR is interpreted and executed as \fB@@RXVT_NAME@@\fR's
-control sequence. For example, \fB\*(L"proto:\e033]701;zh_CN.GBK\e007\*(R"\fR
-means changing the current locale to zh_CN.GBK.
+.Vb 3
+\& URxvt.keysym.Meta-Control-0x61: \ee<M-C-a>
+\& URxvt.keysym.Meta-Control-0x62: \ee<M-C-b>
+\& URxvt.keysym.Meta-Control-0x63: \ee<M-C-c>
+.Ve
+.Sp
+If \fIstring\fR takes the form of \f(CW\*(C`proto:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR is
+interpreted and executed as @@RXVT_NAME@@'s control sequence. For example,
+\&\f(CW\*(C`proto:\e033]701;zh_CN.GBK\e007\*(C'\fR means: change the current locale to
+\&\f(CW\*(C`zh_CN.GBK\*(C'\fR.
.SH "THE SCROLLBAR"
.IX Header "THE SCROLLBAR"
Lines of text that scroll off the top of the \fB@@RXVT_NAME@@\fR window
line.
.Sp
Starting a selection while pressing the \fBMeta\fR key (or \fBMeta+Ctrl\fR keys)
-(Compile: frills) will create a rectangular selection instead of a normal
+(Compile: \fIfrills\fR) will create a rectangular selection instead of a normal
one.
.IP "\fBInsertion\fR:" 4
.IX Item "Insertion:"
-pixmap *file[;geom]*
Compile *XPM*: Specify XPM file for the background and also
optionally specify its scaling with a geometry string. Note you may
- need to add quotes to avoid special shell interpretation of the `;'
+ need to add quotes to avoid special shell interpretation of the ";"
in the command-line; resource backgroundPixmap.
-cr *colour*
colorIT: *colour*
Use the specified colour to display bold or italic characters when
the foreground colour is the default. If font styles are not
- available (Compile styles) and this option is unset, reverse video
+ available (Compile *styles*) and this option is unset, reverse video
is used instead.
colorUL: *colour*
font list is always appended to it. option -fn.
Each font can either be a standard X11 core font (XLFD) name, with
- optional prefix "x:" or a Xft font (Compile xft), prefixed with
+ optional prefix "x:" or a Xft font (Compile *xft*), prefixed with
"xft:".
In addition, each font can be prefixed with additional hints and
instead scroll the screen up.
keysym.*sym*: *string*
- Associate *string* with keysym *sym*. The intervening resource name
- keysym. cannot be omitted. This resource is only available when
- compiled with KEYSYM_RESOURCE.
-
- The format of *sym* is "*(mask-)key*", where *mask* can be any
- combination of Control, NumLock, Shift, Meta, Lock, Mod1, Mod2,
- Mod3, Mod4, Mod5, and the abbreviated C, N, S, M, A, L, 1, 2, 3, 4,
- 5. The spellings of *key* can be obtained by using xev(1) command or
+ Compile *frills*: Associate *string* with keysym *sym*. The
+ intervening resource name keysym. cannot be omitted.
+
+ The format of *sym* is "*(modifiers-)key*", where *modifiers* can be
+ any combination of ISOLevel3, AppKeypad, Control, NumLock, Shift,
+ Meta, Lock, Mod1, Mod2, Mod3, Mod4, Mod5, and the abbreviated I, K,
+ C, N, S, M, A, L, 1, 2, 3, 4, 5.
+
+ The NumLock, Meta and ISOLevel3 modifiers are usually aliased to
+ whatever modifier the NumLock key, Meta/Alt keys or ISO Level3
+ Shift/AltGr keys are being mapped. AppKeypad is a artificial
+ modifier mapped to the current application keymap mode state.
+
+ The spellings of *key* can be obtained by using xev(1) command or
searching keysym macros from /usr/X11R6/include/X11/keysymdef.h and
- omit the prefix XK_. Alternatively you can specify *key* by its hex
- keysym value (0x0000 - 0xFFFF). Note that the lookup of *sym*s is
- not performed in an exact manner; however, the closest match is
+ omitting the prefix XK_. Alternatively you can specify *key* by its
+ hex keysym value (0x0000 - 0xFFFF). Note that the lookup of *sym*s
+ is not performed in an exact manner; however, the closest match is
assured.
- *string* may contain escape values (\a: bell, \b: backspace, \e, \E:
- escape, \n: newline, \r: return, \t: tab, \000: octal number) or
- control characters (^?: delete, ^@: null, ^A ...) and may enclosed
- with double quotes so that it can start or end with whitespace.
+ *string* may contain escape values ("\a": bell, "\b": backspace,
+ "\e", "\E": escape, "\n": newline, "\r": carriage return, "\t": tab,
+ "\000": octal number) or verbatim control characters ("^?": delete,
+ "^@": null, "^A" ...) and may be enclosed with double quotes so that
+ it can start or end with whitespace.
You can define a range of keysyms in one shot by providing a
- *string* with pattern list/STRING1/STRING2/STRING3, where the
- delimeter `/' should be a character not used by the STRINGs.
+ *string* with pattern list/PREFIX/MIDDLE/SUFFIX, where the delimeter
+ `/' should be a character not used by the strings.
- Its usage can be demonstrated by an example: URxvt.keysym.M-C-0x61:
- list.abc.\e<M-C-.>
+ Its usage can be demonstrated by an example:
+
+ URxvt.keysym.M-C-0x61: list|\e<M-C-|abc|>
The above line is equivalent to the following three lines:
- URxvt.keysym.Meta-Control-0x61: \e<M-C-a>
- URxvt.keysym.Meta-Control-0x62: \e<M-C-b>
- URxvt.keysym.Meta-Control-0x63: \e<M-C-c>
- If *string* takes the form of proto:STRING, the specified STRING is
- interpreted and executed as rxvt's control sequence. For example,
- "proto:\033]701;zh_CN.GBK\007" means changing the current locale to
- zh_CN.GBK.
+ URxvt.keysym.Meta-Control-0x61: \e<M-C-a>
+ URxvt.keysym.Meta-Control-0x62: \e<M-C-b>
+ URxvt.keysym.Meta-Control-0x63: \e<M-C-c>
+
+ If *string* takes the form of "proto:STRING", the specified STRING
+ is interpreted and executed as rxvt's control sequence. For example,
+ "proto:\033]701;zh_CN.GBK\007" means: change the current locale to
+ "zh_CN.GBK".
THE SCROLLBAR
Lines of text that scroll off the top of the rxvt window (resource:
entire line.
Starting a selection while pressing the Meta key (or Meta+Ctrl keys)
- (Compile: frills) will create a rectangular selection instead of a
+ (Compile: *frills*) will create a rectangular selection instead of a
normal one.
Insertion:
<dt><strong><a name="item__2d_2dwith_2dname_3dname">--with-name=NAME</a></strong><br />
</dt>
<dd>
-Set the basename for the installed binaries (default: urxvt, resulting in
-urxvt, urxvtd etc.). Specify --with-name=rxvt to replace rxvt.
+Set the basename for the installed binaries (default: <code>urxvt</code>, resulting
+in <code>urxvt</code>, <code>urxvtd</code> etc.). Specify <code>--with-name=rxvt</code> to replace with
+<code>rxvt</code>.
</dd>
<p></p>
<dt><strong><a name="item__2d_2dwith_2dterm_3dname">--with-term=NAME</a></strong><br />
</dt>
<dd>
Change the environmental variable for the terminal to NAME (default
-``rxvt'')
+<code>rxvt-unicode</code>)
</dd>
<p></p>
<dt><strong><a name="item__2d_2dwith_2dterminfo_3dpath">--with-terminfo=PATH</a></strong><br />
.\" ========================================================================
.\"
.IX Title "rxvt 7"
-.TH rxvt 7 "2005-01-16" "4.8" "RXVT-UNICODE"
+.TH rxvt 7 "2005-01-17" "4.8" "RXVT-UNICODE"
.SH "NAME"
RXVT REFERENCE \- FAQ, command sequences and other background information
.SH "FREQUENTLY ASKED QUESTIONS"
Add support to have the pointer disappear when typing or inactive.
.IP "\-\-with\-name=NAME" 4
.IX Item "--with-name=NAME"
-Set the basename for the installed binaries (default: urxvt, resulting in
-urxvt, urxvtd etc.). Specify \-\-with\-name=rxvt to replace rxvt.
+Set the basename for the installed binaries (default: \f(CW\*(C`urxvt\*(C'\fR, resulting
+in \f(CW\*(C`urxvt\*(C'\fR, \f(CW\*(C`urxvtd\*(C'\fR etc.). Specify \f(CW\*(C`\-\-with\-name=rxvt\*(C'\fR to replace with
+\&\f(CW\*(C`rxvt\*(C'\fR.
.IP "\-\-with\-term=NAME" 4
.IX Item "--with-term=NAME"
Change the environmental variable for the terminal to \s-1NAME\s0 (default
-\&\*(L"rxvt\*(R")
+\&\f(CW\*(C`rxvt\-unicode\*(C'\fR)
.IP "\-\-with\-terminfo=PATH" 4
.IX Item "--with-terminfo=PATH"
Change the environmental variable for the path to the terminfo tree to
Add support to have the pointer disappear when typing or inactive.
--with-name=NAME
- Set the basename for the installed binaries (default: urxvt,
- resulting in urxvt, urxvtd etc.). Specify --with-name=rxvt to
- replace rxvt.
+ Set the basename for the installed binaries (default: "urxvt",
+ resulting in "urxvt", "urxvtd" etc.). Specify "--with-name=rxvt" to
+ replace with "rxvt".
--with-term=NAME
Change the environmental variable for the terminal to NAME (default
- "rxvt")
+ "rxvt-unicode")
--with-terminfo=PATH
Change the environmental variable for the path to the terminfo tree