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.63 by root, Thu Nov 2 17:37:47 2006 UTC vs.
Revision 1.64 by root, Thu Dec 7 21:31:01 2006 UTC

53<p><strong>rxvt</strong> [options] [-e command [ args ]]</p> 53<p><strong>rxvt</strong> [options] [-e command [ args ]]</p>
54<p> 54<p>
55</p> 55</p>
56<hr /> 56<hr />
57<h1><a name="description">DESCRIPTION</a></h1> 57<h1><a name="description">DESCRIPTION</a></h1>
58<p><strong>rxvt-unicode</strong>, version <strong>8.0</strong>, is a colour vt102 terminal 58<p><strong>rxvt-unicode</strong>, version <strong>8.1</strong>, is a colour vt102 terminal
59emulator intended as an <em>xterm</em>(1) replacement for users who do not 59emulator intended as an <em>xterm</em>(1) replacement for users who do not
60require features such as Tektronix 4014 emulation and toolkit-style 60require features such as Tektronix 4014 emulation and toolkit-style
61configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space -- 61configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space --
62a significant advantage on a machine serving many X sessions.</p> 62a significant advantage on a machine serving many X sessions.</p>
63<p> 63<p>
1557</li> 1557</li>
1558<dt><strong><a name="item_urllauncher_3a_string"><strong>urlLauncher</strong>: <em>string</em></a></strong> 1558<dt><strong><a name="item_urllauncher_3a_string"><strong>urlLauncher</strong>: <em>string</em></a></strong>
1559 1559
1560<dd> 1560<dd>
1561<p>Specifies the program to be started with a URL argument. Used by the 1561<p>Specifies the program to be started with a URL argument. Used by the
1562<code>selection-popup</code> and <code>mark-urls</code> perl extensions.</p> 1562<code>selection-popup</code> and <code>matcher</code> perl extensions.</p>
1563</dd> 1563</dd>
1564</li> 1564</li>
1565<dt><strong><a name="item_transient_2dfor_3a_windowid"><strong>transient-for</strong>: <em>windowid</em></a></strong> 1565<dt><strong><a name="item_transient_2dfor_3a_windowid"><strong>transient-for</strong>: <em>windowid</em></a></strong>
1566 1566
1567<dd> 1567<dd>
1775<p>If Xft support has been compiled in and as long as Xft/Xrender/X don't get 1775<p>If Xft support has been compiled in and as long as Xft/Xrender/X don't get
1776their act together, rxvt-unicode will support <code>rgba:rrrr/gggg/bbbb/aaaa</code> 1776their act together, rxvt-unicode will support <code>rgba:rrrr/gggg/bbbb/aaaa</code>
1777(recommended, but <strong>MUST</strong> have 4 digits/component) colour specifications, 1777(recommended, but <strong>MUST</strong> have 4 digits/component) colour specifications,
1778in addition to the ones provided by X, where the additional A component 1778in addition to the ones provided by X, where the additional A component
1779specifies opacity (alpha) values. The minimum value of <code>0</code> is completely 1779specifies opacity (alpha) values. The minimum value of <code>0</code> is completely
1780transparent). You can also prefix any color with <code>[a]</code>, where <code>a</code> is on 1780transparent). You can also prefix any color with <code>[percent]</code>, where
1781to four hex digits specifiying the opacity value.</p> 1781<code>percent</code> is a decimal percentage (0-100) that specifies the opacity of
1782the color, where <code>0</code> is completely transparent and <code>100</code> is completelxy
1783opaque.</p>
1782<p>You probably need to specify <strong>``-depth 32''</strong>, too, and have the luck that 1784<p>You probably need to specify <strong>``-depth 32''</strong>, too, and have the luck that
1783your X-server uses ARGB pixel layout, as X is far from just supporting 1785your X-server uses ARGB pixel layout, as X is far from just supporting
1784ARGB visuals out of the box, and rxvt-unicode just fudges around.</p> 1786ARGB visuals out of the box, and rxvt-unicode just fudges around.</p>
1785<p>For example, the following selects an almost completely transparent red 1787<p>For example, the following selects an almost completely transparent red
1786background, and an almost opaque pink foreground:</p> 1788background, and an almost opaque pink foreground:</p>
1787<pre> 1789<pre>
1788 rxvt -depth 32 -bg rgba:0000/0000/0000/2222 -fg &quot;[e]pink&quot;</pre> 1790 rxvt -depth 32 -bg rgba:0000/0000/0000/aaaa -fg &quot;[80]pink&quot;</pre>
1789<p><em>Please note that transparency of any kind if completely unsupported by 1791<p><em>Please note that transparency of any kind if completely unsupported by
1790the author. Don't bug him with installation questions!</em></p> 1792the author. Don't bug him with installation questions!</em></p>
1791<p> 1793<p>
1792</p> 1794</p>
1793<hr /> 1795<hr />

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines