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.42 by root, Wed Jan 11 23:08:54 2006 UTC vs.
Revision 1.52 by root, Wed Jan 25 21:48: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.0</strong>, is a colour vt102 terminal 51<p><strong>rxvt-unicode</strong>, version <strong>7.3</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>
243<p></p> 250<p></p>
244<dt><strong><a name="item__2dfn_fontlist"><strong>-fn</strong> <em>fontlist</em></a></strong><br /> 251<dt><strong><a name="item__2dfn_fontlist"><strong>-fn</strong> <em>fontlist</em></a></strong><br />
245</dt> 252</dt>
246<dd> 253<dd>
247Select the fonts to be used. This is a comma separated list of font names 254Select the fonts to be used. This is a comma separated list of font names
248that are used in turn when trying to display Unicode characters. The 255that are checked in order when trying to find glyphs for characters. The
249first font defines the cell size for characters; other fonts might be 256first font defines the cell size for characters; other fonts might be
250smaller, but not (in general) larger. A (hopefully) reasonable default 257smaller, but not (in general) larger. A (hopefully) reasonable default
251font list is always appended to it. See resource <strong>font</strong> for more details. 258font list is always appended to it. See resource <strong>font</strong> for more details.
252</dd> 259</dd>
253<dd> 260<dd>
413</dt> 420</dt>
414<dd> 421<dd>
415Compile <em>frills</em>: Set MWM hints to request a borderless window, i.e. 422Compile <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 423if honoured by the WM, the rxvt-unicode window will not have window
417decorations; resource <strong>borderLess</strong>. 424decorations; resource <strong>borderLess</strong>.
425</dd>
426<p></p>
427<dt><strong><a name="item__2doverride_2dredirect"><strong>-override-redirect</strong></a></strong><br />
428</dt>
429<dd>
430Compile <em>frills</em>: Sets override-redirect on the window; resource
431<strong>override-redirect</strong>.
418</dd> 432</dd>
419<p></p> 433<p></p>
420<dt><strong><a name="item__2dsbg"><strong>-sbg</strong></a></strong><br /> 434<dt><strong><a name="item__2dsbg"><strong>-sbg</strong></a></strong><br />
421</dt> 435</dt>
422<dd> 436<dd>
674be used. Command-line arguments can be used to override resource 688be used. Command-line arguments can be used to override resource
675settings. The following resources are supported (you might want to 689settings. The following resources are supported (you might want to
676check the <code>rxvtperl(3)</code> manpage for additional settings by perl 690check the <code>rxvtperl(3)</code> manpage for additional settings by perl
677extensions not documented here):</p> 691extensions not documented here):</p>
678<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>
679<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 />
680</dt> 701</dt>
681<dd> 702<dd>
682Create the window with the specified X window geometry [default 80x24]; 703Create the window with the specified X window geometry [default 80x24];
683option <strong>-geometry</strong>. 704option <strong>-geometry</strong>.
845specifies an integer number of images in that direction. No image will 866specifies an integer number of images in that direction. No image will
846be magnified beyond 10 times its original size. The maximum permitted 867be magnified beyond 10 times its original size. The maximum permitted
847scale is 1000. [default 0x0+50+50] 868scale is 1000. [default 0x0+50+50]
848</dd> 869</dd>
849<p></p> 870<p></p>
850<dt><strong><a name="item_menu_3a_file_5b_3btag_5d"><strong>menu:</strong> <em>file[;tag]</em></a></strong><br />
851</dt>
852<dd>
853Read in the specified menu file (note the `.menu' extension is
854optional) and also optionally specify a starting tag to find. See the
855reference documentation for details on the syntax for the menuBar.
856</dd>
857<p></p>
858<dt><strong><a name="item_path_3a_path"><strong>path:</strong> <em>path</em></a></strong><br /> 871<dt><strong><a name="item_path_3a_path"><strong>path:</strong> <em>path</em></a></strong><br />
859</dt> 872</dt>
860<dd> 873<dd>
861Specify the colon-delimited search path for finding files (XPM and 874Specify the colon-delimited search path for finding XPM files.
862menus), in addition to the paths specified by the <strong>RXVTPATH</strong> and
863<strong>PATH</strong> environment variables.
864</dd> 875</dd>
865<p></p> 876<p></p>
866<dt><strong><a name="item_font_3a_fontlist"><strong>font:</strong> <em>fontlist</em></a></strong><br /> 877<dt><strong><a name="item_font_3a_fontlist"><strong>font:</strong> <em>fontlist</em></a></strong><br />
867</dt> 878</dt>
868<dd> 879<dd>
869Select the fonts to be used. This is a comma separated list of font 880Select the fonts to be used. This is a comma separated list of font names
870names that are used in turn when trying to display Unicode characters. 881that are checked in order when trying to find glyphs for characters. The
871The first font defines the cell size for characters; other fonts might 882first font defines the cell size for characters; other fonts might be
872be smaller, but not larger. A reasonable default font list is always 883smaller, but not (in general) larger. A (hopefully) reasonable default
873appended to it; option <strong>-fn</strong>. 884font list is always appended to it; option <strong>-fn</strong>.
874</dd> 885</dd>
875<dd> 886<dd>
876<p>Each font can either be a standard X11 core font (XLFD) name, with 887<p>Each font can either be a standard X11 core font (XLFD) name, with
877optional prefix <code>x:</code> or a Xft font (Compile <em>xft</em>), prefixed with <code>xft:</code>.</p> 888optional prefix <code>x:</code> or a Xft font (Compile <em>xft</em>), prefixed with <code>xft:</code>.</p>
878</dd> 889</dd>
885<dd> 896<dd>
886<p>For example, this font resource</p> 897<p>For example, this font resource</p>
887</dd> 898</dd>
888<dd> 899<dd>
889<pre> 900<pre>
890 URxvt*font: 9x15bold,\ 901 URxvt.font: 9x15bold,\
891 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\ 902 -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\
892 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \ 903 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \
893 [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \ 904 [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \
894 xft:Code2000:antialias=false</pre> 905 xft:Code2000:antialias=false</pre>
895</dd> 906</dd>
1025<dd> 1036<dd>
1026<p>Example:</p> 1037<p>Example:</p>
1027</dd> 1038</dd>
1028<dd> 1039<dd>
1029<pre> 1040<pre>
1030 URxvt*print-pipe: cat &gt; $(TMPDIR=$HOME mktemp urxvt.XXXXXX)</pre> 1041 URxvt.print-pipe: cat &gt; $(TMPDIR=$HOME mktemp urxvt.XXXXXX)</pre>
1031</dd> 1042</dd>
1032<dd> 1043<dd>
1033<p>This creates a new file in your home directory with the screen contents 1044<p>This creates a new file in your home directory with the screen contents
1034everytime you hit <code>Print</code>.</p> 1045everytime you hit <code>Print</code>.</p>
1035</dd> 1046</dd>
1211</dd> 1222</dd>
1212<p></p> 1223<p></p>
1213<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 />
1214</dt> 1225</dt>
1215<dd> 1226<dd>
1216The characters used as delimiters for double-click word selection. The 1227The characters used as delimiters for double-click word selection
1217built-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>
1218</dd> 1239</dd>
1219<dd> 1240<dd>
1220<p><strong>BACKSLASH ```'&amp;()*,;&lt;=</strong>?@[]{|} &gt;&gt;</p> 1241<p><strong>BACKSLASH ```'&amp;()*,;&lt;=</strong>?@[]{|} &gt;&gt;</p>
1221</dd> 1242</dd>
1222<p></p> 1243<p></p>
1272sequences enabled by default, which doesn't make it safer, though). 1293sequences enabled by default, which doesn't make it safer, though).
1273</dd> 1294</dd>
1274<dd> 1295<dd>
1275<p>You can enable them by setting this boolean resource or specifying 1296<p>You can enable them by setting this boolean resource or specifying
1276<strong>-insecure</strong> as an option. At the moment, this enables display-answer, 1297<strong>-insecure</strong> as an option. At the moment, this enables display-answer,
1277locale, findfont, icon label and window title requests as well as dynamic 1298locale, findfont, icon label and window title requests.</p>
1278menubar dispatch.</p>
1279</dd> 1299</dd>
1280<p></p> 1300<p></p>
1281<dt><strong><a name="item_modifier_3a_modifier"><strong>modifier:</strong> <em>modifier</em></a></strong><br /> 1301<dt><strong><a name="item_modifier_3a_modifier"><strong>modifier:</strong> <em>modifier</em></a></strong><br />
1282</dt> 1302</dt>
1283<dd> 1303<dd>
1292Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E) 1312Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E)
1293character is passed through. It may contain escape values as described 1313character is passed through. It may contain escape values as described
1294in the entry on <strong>keysym</strong> following. 1314in the entry on <strong>keysym</strong> following.
1295</dd> 1315</dd>
1296<p></p> 1316<p></p>
1297<dt><strong><a name="item_secondaryscreen_3a_bool"><strong>secondaryScreen:</strong> <em>bool</em></a></strong><br /> 1317<dt><strong><a name="item_secondaryscreen_3a_boolean"><strong>secondaryScreen:</strong> <em>boolean</em></a></strong><br />
1298</dt> 1318</dt>
1299<dd> 1319<dd>
1300Turn on/off secondary screen (default enabled). 1320Turn on/off secondary screen (default enabled).
1301</dd> 1321</dd>
1302<p></p> 1322<p></p>
1303<dt><strong><a name="item_secondaryscroll_3a_bool"><strong>secondaryScroll:</strong> <em>bool</em></a></strong><br /> 1323<dt><strong><a name="item_secondaryscroll_3a_boolean"><strong>secondaryScroll:</strong> <em>boolean</em></a></strong><br />
1304</dt> 1324</dt>
1305<dd> 1325<dd>
1306Turn on/off secondary screen scroll (default enabled). If the this 1326Turn on/off secondary screen scroll (default enabled). If the this
1307option is enabled, scrolls on the secondary screen will change the 1327option is enabled, scrolls on the secondary screen will change the
1308scrollback buffer and switching to/from the secondary screen will 1328scrollback buffer and switching to/from the secondary screen will
1309instead scroll the screen up. 1329instead scroll the screen up.
1310</dd> 1330</dd>
1311<p></p> 1331<p></p>
1312<dt><strong><a name="item_hold_3a_bool"><strong>hold</strong>: <em>bool</em></a></strong><br /> 1332<dt><strong><a name="item_hold_3a_boolean"><strong>hold</strong>: <em>boolean</em></a></strong><br />
1313</dt> 1333</dt>
1314<dd> 1334<dd>
1315Turn on/off hold window after exit support. If enabled, rxvt 1335Turn on/off hold window after exit support. If enabled, rxvt
1316will not immediately destroy its window when the program executed within 1336will not immediately destroy its window when the program executed within
1317it exits. Instead, it will wait till it is being killed or closed by the 1337it exits. Instead, it will wait till it is being killed or closed by the
1494</dd> 1514</dd>
1495<dd> 1515<dd>
1496<p>See the <code>rxvtperl(3)</code> manpage.</p> 1516<p>See the <code>rxvtperl(3)</code> manpage.</p>
1497</dd> 1517</dd>
1498<p></p> 1518<p></p>
1519<dt><strong><a name="item_selection_2epattern_2didx_3a_perl_2dregex"><strong>selection.pattern-<em>idx</em> </strong>&gt;: <em>perl-regex</em></a></strong><br />
1520</dt>
1521<dd>
1522Additional selection patterns, see the <code>rxvtperl(3)</code> manpage for
1523details.
1524</dd>
1525<p></p>
1526<dt><strong><a name="item_selection_2dautotransform_2eidx_3a_perl_2dtransfor"><strong>selection-autotransform.<em>idx</em> </strong>&gt;: <em>perl-transform</em></a></strong><br />
1527</dt>
1528<dd>
1529Selection auto-transform patterns, see the <code>rxvtperl(3)</code> manpage
1530for details.
1531</dd>
1532<p></p>
1533<dt><strong><a name="item_searchable_2dscrollback_3a_keysym"><strong>searchable-scrollback:</strong> <em>keysym</em></a></strong><br />
1534</dt>
1535<dd>
1536Sets the hotkey that starts the incremental scrollback buffer search
1537(default: <code>M-s</code>).
1538</dd>
1539<p></p>
1499<dt><strong><a name="item_urllauncher_3a_string"><strong>urlLauncher</strong>: <em>string</em></a></strong><br /> 1540<dt><strong><a name="item_urllauncher_3a_string"><strong>urlLauncher</strong>: <em>string</em></a></strong><br />
1500</dt> 1541</dt>
1501<dd> 1542<dd>
1502Specifies the program to be started with a URL argument. Used by the 1543Specifies the program to be started with a URL argument. Used by the
1503<code>selection-popup</code> and <code>mark-urls</code> perl extensions. 1544<code>selection-popup</code> and <code>mark-urls</code> perl extensions.
1504</dd> 1545</dd>
1505<p></p> 1546<p></p>
1506<dt><strong><a name="item_transient_2dfor_3a_windowid"><strong>transient-for</strong>: <em>windowid</em></a></strong><br /> 1547<dt><strong><a name="item_transient_2dfor_3a_windowid"><strong>transient-for</strong>: <em>windowid</em></a></strong><br />
1507</dt> 1548</dt>
1508<dd> 1549<dd>
1509Sets the WM_TRANSIENT_FOR property to the given window iw. 1550Compile <em>frills</em>: Sets the WM_TRANSIENT_FOR property to the given window id.
1551</dd>
1552<p></p>
1553<dt><strong><a name="item_override_2dredirect_3a_boolean"><strong>override-redirect</strong>: <em>boolean</em></a></strong><br />
1554</dt>
1555<dd>
1556Compile <em>frills</em>: Sets override-redirect for the terminal window, making
1557it almost invisible to window managers; option <strong>-override-redirect</strong>.
1510</dd> 1558</dd>
1511<p></p></dl> 1559<p></p></dl>
1512<p> 1560<p>
1513</p> 1561</p>
1514<hr /> 1562<hr />
1559</dd> 1607</dd>
1560<p></p> 1608<p></p>
1561<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 />
1562</dt> 1610</dt>
1563<dd> 1611<dd>
1564Pressing and releasing the Middle mouse button (or <strong>Shift-Insert</strong>) in 1612Pressing and releasing the Middle mouse button in an <strong>rxvt</strong>
1565an <strong>rxvt</strong> window causes the current text selection to be 1613window causes the value of the PRIMARY selection (or CLIPBOARD with the
1566inserted as 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>
1617<p>Pressing <strong>Shift-Insert</strong> causes the value of the PRIMARY selection to be
1618inserted too.</p>
1567</dd> 1619</dd>
1568<p></p></dl> 1620<p></p></dl>
1569<p> 1621<p>
1570</p> 1622</p>
1571<hr /> 1623<hr />
1572<h1><a name="changing_fonts">CHANGING FONTS</a></h1> 1624<h1><a name="changing_fonts">CHANGING FONTS</a></h1>
1573<p>Changing fonts (or font sizes, respectively) via the keypad is not yet 1625<p>Changing fonts (or font sizes, respectively) via the keypad is not yet
1574supported in rxvt-unicode. Bug me if you need this.</p> 1626supported in rxvt-unicode. Bug me if you need this.</p>
1575<p>You can, however, switch fonts at runtime using escape sequences (and 1627<p>You can, however, switch fonts at runtime using escape sequences, e.g.:</p>
1576therefore using the menubar), e.g.:</p>
1577<pre> 1628<pre>
1578 printf '\e]710;%s\007' &quot;9x15bold,xft:Kochi Gothic&quot;</pre> 1629 printf '\e]710;%s\007' &quot;9x15bold,xft:Kochi Gothic&quot;</pre>
1630<p>You can use keyboard shortcuts, too:</p>
1631<pre>
1632 URxvt.keysym.M-C-1: command:\033]710;suxuseuro\007\033]711;suxuseuro\007
1633 URxvt.keysym.M-C-2: command:\033]710;9x15bold\007\033]711;9x15bold\007</pre>
1579<p>rxvt-unicode will automatically re-apply these fonts to the output so far.</p> 1634<p>rxvt-unicode will automatically re-apply these fonts to the output so far.</p>
1580<p> 1635<p>
1581</p> 1636</p>
1582<hr /> 1637<hr />
1583<h1><a name="iso_14755_support">ISO 14755 SUPPORT</a></h1> 1638<h1><a name="iso_14755_support">ISO 14755 SUPPORT</a></h1>
1744</dt> 1799</dt>
1745<dd> 1800<dd>
1746The shell to be used for command execution, defaults to <code>/bin/sh</code>. 1801The shell to be used for command execution, defaults to <code>/bin/sh</code>.
1747</dd> 1802</dd>
1748<p></p> 1803<p></p>
1749<dt><strong><a name="item_rxvtpath"><strong>RXVTPATH</strong></a></strong><br />
1750</dt>
1751<dd>
1752The path where rxvt looks for support files such as menu and xpm
1753files.
1754</dd>
1755<p></p>
1756<dt><strong><a name="item_path"><strong>PATH</strong></a></strong><br />
1757</dt>
1758<dd>
1759Used in the same way as <a href="#item_rxvtpath"><code>RXVTPATH</code></a>.
1760</dd>
1761<p></p>
1762<dt><strong><a name="item_rxvt_socket"><strong>RXVT_SOCKET</strong></a></strong><br /> 1804<dt><strong><a name="item_rxvt_socket"><strong>RXVT_SOCKET</strong></a></strong><br />
1763</dt> 1805</dt>
1764<dd> 1806<dd>
1765The unix domain socket path used by <code>rxvtc(1)</code> and 1807The unix domain socket path used by <code>rxvtc(1)</code> and
1766rxvtd(1). 1808rxvtd(1).
1859</dd> 1901</dd>
1860<p></p> 1902<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 /> 1903<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> 1904</dt>
1863<dd> 1905<dd>
1864Rewrote screen display and text selection routines. Project Coordinator 1906Rewrote screen display and text selection routines.
1865(changes.txt 2.4.6 - rxvt-unicode) 1907
1908</dd>
1909<dd>
1910<pre>
1911
1912Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)</pre>
1866</dd> 1913</dd>
1867<p></p> 1914<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 /> 1915<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> 1916</dt>
1870<dd> 1917<dd>
1871Forked rxvt-unicode, rewrote most of the display code and internal 1918Forked rxvt-unicode, unicode support, rewrote almost all the code, perl
1872character handling to store text in unicode, improve xterm 1919extension, random hacks, numerous bugfixes and extensions.
1873compatibility and apply numerous other bugfixes and extensions.
1874</dd> 1920</dd>
1875<dd> 1921<dd>
1876<p>Project Coordinator (Changes 1.0 -)</p> 1922<p>Project Coordinator (Changes 1.0 -)</p>
1923</dd>
1924<p></p>
1925<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 />
1926</dt>
1927<dd>
1928Pty/tty/utmp/wtmp rewrite, lots of random hacking and bugfixing.
1877</dd> 1929</dd>
1878<p></p></dl> 1930<p></p></dl>
1879 1931
1880</body> 1932</body>
1881 1933

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines