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.47 by root, Mon Jan 16 15:12:48 2006 UTC vs.
Revision 1.48 by root, Thu Jan 19 19:26:30 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.0</strong>, is a colour vt102 terminal 51<p><strong>rxvt-unicode</strong>, version <strong>7.1</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>
415Compile <em>frills</em>: Set MWM hints to request a borderless window, i.e. 415Compile <em>frills</em>: Set MWM hints to request a borderless window, i.e.
416if honoured by the WM, the rxvt-unicode window will not have window 416if honoured by the WM, the rxvt-unicode window will not have window
417decorations; resource <strong>borderLess</strong>. 417decorations; resource <strong>borderLess</strong>.
418</dd> 418</dd>
419<p></p> 419<p></p>
420<dt><strong><a name="item__2doverride_2dredirect"><strong>-override-redirect</strong></a></strong><br />
421</dt>
422<dd>
423Compile <em>frills</em>: Sets override-redirect on the window; resource
424<strong>override-redirect</strong>.
425</dd>
426<p></p>
420<dt><strong><a name="item__2dsbg"><strong>-sbg</strong></a></strong><br /> 427<dt><strong><a name="item__2dsbg"><strong>-sbg</strong></a></strong><br />
421</dt> 428</dt>
422<dd> 429<dd>
423Compile <em>frills</em>: Disable the usage of the built-in block graphics/line 430Compile <em>frills</em>: Disable the usage of the built-in block graphics/line
424drawing characters and just rely on what the specified fonts provide. Use 431drawing characters and just rely on what the specified fonts provide. Use
1281Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E) 1288Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E)
1282character is passed through. It may contain escape values as described 1289character is passed through. It may contain escape values as described
1283in the entry on <strong>keysym</strong> following. 1290in the entry on <strong>keysym</strong> following.
1284</dd> 1291</dd>
1285<p></p> 1292<p></p>
1286<dt><strong><a name="item_secondaryscreen_3a_bool"><strong>secondaryScreen:</strong> <em>bool</em></a></strong><br /> 1293<dt><strong><a name="item_secondaryscreen_3a_boolean"><strong>secondaryScreen:</strong> <em>boolean</em></a></strong><br />
1287</dt> 1294</dt>
1288<dd> 1295<dd>
1289Turn on/off secondary screen (default enabled). 1296Turn on/off secondary screen (default enabled).
1290</dd> 1297</dd>
1291<p></p> 1298<p></p>
1292<dt><strong><a name="item_secondaryscroll_3a_bool"><strong>secondaryScroll:</strong> <em>bool</em></a></strong><br /> 1299<dt><strong><a name="item_secondaryscroll_3a_boolean"><strong>secondaryScroll:</strong> <em>boolean</em></a></strong><br />
1293</dt> 1300</dt>
1294<dd> 1301<dd>
1295Turn on/off secondary screen scroll (default enabled). If the this 1302Turn on/off secondary screen scroll (default enabled). If the this
1296option is enabled, scrolls on the secondary screen will change the 1303option is enabled, scrolls on the secondary screen will change the
1297scrollback buffer and switching to/from the secondary screen will 1304scrollback buffer and switching to/from the secondary screen will
1298instead scroll the screen up. 1305instead scroll the screen up.
1299</dd> 1306</dd>
1300<p></p> 1307<p></p>
1301<dt><strong><a name="item_hold_3a_bool"><strong>hold</strong>: <em>bool</em></a></strong><br /> 1308<dt><strong><a name="item_hold_3a_boolean"><strong>hold</strong>: <em>boolean</em></a></strong><br />
1302</dt> 1309</dt>
1303<dd> 1310<dd>
1304Turn on/off hold window after exit support. If enabled, rxvt 1311Turn on/off hold window after exit support. If enabled, rxvt
1305will not immediately destroy its window when the program executed within 1312will not immediately destroy its window when the program executed within
1306it exits. Instead, it will wait till it is being killed or closed by the 1313it exits. Instead, it will wait till it is being killed or closed by the
1514</dd> 1521</dd>
1515<p></p> 1522<p></p>
1516<dt><strong><a name="item_transient_2dfor_3a_windowid"><strong>transient-for</strong>: <em>windowid</em></a></strong><br /> 1523<dt><strong><a name="item_transient_2dfor_3a_windowid"><strong>transient-for</strong>: <em>windowid</em></a></strong><br />
1517</dt> 1524</dt>
1518<dd> 1525<dd>
1519Sets the WM_TRANSIENT_FOR property to the given window iw. 1526Compile <em>frills</em>: Sets the WM_TRANSIENT_FOR property to the given window id.
1527</dd>
1528<p></p>
1529<dt><strong><a name="item_override_2dredirect_3a_boolean"><strong>override-redirect</strong>: <em>boolean</em></a></strong><br />
1530</dt>
1531<dd>
1532Compile <em>frills</em>: Sets override-redirect for the terminal window, making
1533it almost invisible to window managers; option <strong>-override-redirect</strong>.
1520</dd> 1534</dd>
1521<p></p></dl> 1535<p></p></dl>
1522<p> 1536<p>
1523</p> 1537</p>
1524<hr /> 1538<hr />
1859</dd> 1873</dd>
1860<p></p> 1874<p></p>
1861<dt><strong><a name="item_geoff_wing__3cgcw_40pobox_2ecom_3e">Geoff Wing <em><a href="mailto:<gcw@pobox.com"><gcw@pobox.com</a></em>&gt;</a></strong><br /> 1875<dt><strong><a name="item_geoff_wing__3cgcw_40pobox_2ecom_3e">Geoff Wing <em><a href="mailto:<gcw@pobox.com"><gcw@pobox.com</a></em>&gt;</a></strong><br />
1862</dt> 1876</dt>
1863<dd> 1877<dd>
1864Rewrote screen display and text selection routines. Project Coordinator 1878Rewrote screen display and text selection routines.
1865(changes.txt 2.4.6 - rxvt-unicode) 1879
1880</dd>
1881<dd>
1882<pre>
1883
1884Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)</pre>
1866</dd> 1885</dd>
1867<p></p> 1886<p></p>
1868<dt><strong><a name="item_marc_alexander_lehmann__3crxvt_2dunicode_40schmorp">Marc Alexander Lehmann <em><a href="mailto:<rxvt-unicode@schmorp.de"><rxvt-unicode@schmorp.de</a></em>&gt;</a></strong><br /> 1887<dt><strong><a name="item_marc_alexander_lehmann__3crxvt_2dunicode_40schmorp">Marc Alexander Lehmann <em><a href="mailto:<rxvt-unicode@schmorp.de"><rxvt-unicode@schmorp.de</a></em>&gt;</a></strong><br />
1869</dt> 1888</dt>
1870<dd> 1889<dd>
1871Forked rxvt-unicode, rewrote most of the display code and internal 1890Forked rxvt-unicode, unicode support, rewrote almost all the code, perl
1872character handling to store text in unicode, improve xterm 1891extension, random hacks, numerous bugfixes and extensions.
1873compatibility and apply numerous other bugfixes and extensions.
1874</dd> 1892</dd>
1875<dd> 1893<dd>
1876<p>Project Coordinator (Changes 1.0 -)</p> 1894<p>Project Coordinator (Changes 1.0 -)</p>
1895</dd>
1896<p></p>
1897<dt><strong><a name="item_emanuele_giaquinta__3ce_2egiaquinta_40glauco_2eit_">Emanuele Giaquinta <em><a href="mailto:<e.giaquinta@glauco.it"><e.giaquinta@glauco.it</a></em>&gt;</a></strong><br />
1898</dt>
1899<dd>
1900Pty/tty/utmp/wtmp rewrite, lots of random hacking and bugxifing.
1877</dd> 1901</dd>
1878<p></p></dl> 1902<p></p></dl>
1879 1903
1880</body> 1904</body>
1881 1905

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines