ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.html
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.1.html (file contents):
Revision 1.50 by root, Fri Jan 20 22:49:33 2006 UTC vs.
Revision 1.53 by root, Thu Jan 26 00:09:47 2006 UTC

46<p><strong>rxvt</strong> [options] [-e command [ args ]]</p> 46<p><strong>rxvt</strong> [options] [-e command [ args ]]</p>
47<p> 47<p>
48</p> 48</p>
49<hr /> 49<hr />
50<h1><a name="description">DESCRIPTION</a></h1> 50<h1><a name="description">DESCRIPTION</a></h1>
51<p><strong>rxvt-unicode</strong>, version <strong>7.1</strong>, is a colour vt102 terminal 51<p><strong>rxvt-unicode</strong>, version <strong>7.3a</strong>, is a colour vt102 terminal
52emulator intended as an <em>xterm</em>(1) replacement for users who do not 52emulator intended as an <em>xterm</em>(1) replacement for users who do not
53require features such as Tektronix 4014 emulation and toolkit-style 53require features such as Tektronix 4014 emulation and toolkit-style
54configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space -- 54configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space --
55a significant advantage on a machine serving many X sessions.</p> 55a significant advantage on a machine serving many X sessions.</p>
56<p> 56<p>
131Attempt to open a window on the named X display (<strong>-d</strong> still 131Attempt to open a window on the named X display (<strong>-d</strong> still
132respected). In the absence of this option, the display specified by the 132respected). In the absence of this option, the display specified by the
133<strong>DISPLAY</strong> environment variable is used. 133<strong>DISPLAY</strong> environment variable is used.
134</dd> 134</dd>
135<p></p> 135<p></p>
136<dt><strong><a name="item__2ddepth_bitdepth"><strong>-depth</strong> <em>bitdepth</em></a></strong><br />
137</dt>
138<dd>
139Compile <em>frills</em>: Attempt to find a visual with the given bit depth;
140resource <strong>depth</strong>.
141</dd>
142<p></p>
136<dt><strong><a name="item__2dgeometry_geom"><strong>-geometry</strong> <em>geom</em></a></strong><br /> 143<dt><strong><a name="item__2dgeometry_geom"><strong>-geometry</strong> <em>geom</em></a></strong><br />
137</dt> 144</dt>
138<dd> 145<dd>
139Window geometry (<strong>-g</strong> still respected); resource <strong>geometry</strong>. 146Window geometry (<strong>-g</strong> still respected); resource <strong>geometry</strong>.
140</dd> 147</dd>
681be used. Command-line arguments can be used to override resource 688be used. Command-line arguments can be used to override resource
682settings. The following resources are supported (you might want to 689settings. The following resources are supported (you might want to
683check the <code>rxvtperl(3)</code> manpage for additional settings by perl 690check the <code>rxvtperl(3)</code> manpage for additional settings by perl
684extensions not documented here):</p> 691extensions not documented here):</p>
685<dl> 692<dl>
693<dt><strong><a name="item_depth_3a_bitdepth"><strong>depth:</strong> <em>bitdepth</em></a></strong><br />
694</dt>
695<dd>
696Compile <em>frills</em>: Attempt to find a visual with the given bit depth;
697option <strong>-depth</strong>.
698</dd>
699<p></p>
686<dt><strong><a name="item_geometry_3a_geom"><strong>geometry:</strong> <em>geom</em></a></strong><br /> 700<dt><strong><a name="item_geometry_3a_geom"><strong>geometry:</strong> <em>geom</em></a></strong><br />
687</dt> 701</dt>
688<dd> 702<dd>
689Create the window with the specified X window geometry [default 80x24]; 703Create the window with the specified X window geometry [default 80x24];
690option <strong>-geometry</strong>. 704option <strong>-geometry</strong>.
1208</dd> 1222</dd>
1209<p></p> 1223<p></p>
1210<dt><strong><a name="item_cutchars_3a_string"><strong>cutchars:</strong> <em>string</em></a></strong><br /> 1224<dt><strong><a name="item_cutchars_3a_string"><strong>cutchars:</strong> <em>string</em></a></strong><br />
1211</dt> 1225</dt>
1212<dd> 1226<dd>
1213The characters used as delimiters for double-click word selection. The 1227The characters used as delimiters for double-click word selection
1214built-in default: 1228(whitespace delimiting is added automatically if resource is given).
1229</dd>
1230<dd>
1231<p>When the selection extension is in use (the default if compiled in, see
1232the <code>rxvtperl(3)</code> manpage), a suitable regex using these characters
1233will be created (if the resource exists, otherwise, no regex will be
1234created). In this mode, characters outside ISO-8859-1 can be used.</p>
1235</dd>
1236<dd>
1237<p>When the selection extension is not used, only ISO-8859-1 characters can
1238be used. If not specified, the built-in default is used:</p>
1215</dd> 1239</dd>
1216<dd> 1240<dd>
1217<p><strong>BACKSLASH ```'&amp;()*,;&lt;=</strong>?@[]{|} &gt;&gt;</p> 1241<p><strong>BACKSLASH ```'&amp;()*,;&lt;=</strong>?@[]{|} &gt;&gt;</p>
1218</dd> 1242</dd>
1219<p></p> 1243<p></p>
1583</dd> 1607</dd>
1584<p></p> 1608<p></p>
1585<dt><strong><a name="item_insertion_3a"><strong>Insertion</strong>:</a></strong><br /> 1609<dt><strong><a name="item_insertion_3a"><strong>Insertion</strong>:</a></strong><br />
1586</dt> 1610</dt>
1587<dd> 1611<dd>
1588Pressing and releasing the Middle mouse button in an <strong>rxvt</strong> window 1612Pressing and releasing the Middle mouse button in an <strong>rxvt</strong>
1589causes the value of the PRIMARY selection (Shift for CLIPBOARD) to be inserted 1613window causes the value of the PRIMARY selection (or CLIPBOARD with the
1590as if it had been typed on the keyboard. 1614Meta modifier) to be inserted as if it had been typed on the keyboard.
1615</dd>
1616<dd>
1591<strong>Shift-Insert</strong> causes the value of the PRIMARY selection to be inserted too. 1617<p>Pressing <strong>Shift-Insert</strong> causes the value of the PRIMARY selection to be
1618inserted too.</p>
1592</dd> 1619</dd>
1593<p></p></dl> 1620<p></p></dl>
1594<p> 1621<p>
1595</p> 1622</p>
1596<hr /> 1623<hr />

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines