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.6 by root, Thu Feb 3 10:24:10 2005 UTC vs.
Revision 1.18 by root, Fri Feb 18 12:15:07 2005 UTC

47<p><strong>rxvt</strong> [options] [-e command [ args ]]</p> 47<p><strong>rxvt</strong> [options] [-e command [ args ]]</p>
48<p> 48<p>
49</p> 49</p>
50<hr /> 50<hr />
51<h1><a name="description">DESCRIPTION</a></h1> 51<h1><a name="description">DESCRIPTION</a></h1>
52<p><strong>rxvt-unicode</strong>, version <strong>4.9</strong>, is a colour vt102 terminal 52<p><strong>rxvt-unicode</strong>, version <strong>5.2</strong>, is a colour vt102 terminal
53emulator intended as an <em>xterm</em>(1) replacement for users who do not 53emulator intended as an <em>xterm</em>(1) replacement for users who do not
54require features such as Tektronix 4014 emulation and toolkit-style 54require features such as Tektronix 4014 emulation and toolkit-style
55configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space -- 55configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space --
56a significant advantage on a machine serving many X sessions.</p> 56a significant advantage on a machine serving many X sessions.</p>
57<p> 57<p>
58</p> 58</p>
59<hr /> 59<hr />
60<h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1> 60<h1><a name="frequently_asked_questions">FREQUENTLY ASKED QUESTIONS</a></h1>
61<p>See <code>rxvt(7)</code> (try <code>man 7 rxvt</code>) for a list of frequently 61<p>See <code>rxvt(7)</code> (try <code>man 7 rxvt</code>) for a list of
62asked questions and answer to them and some common problems.</p> 62frequently asked questions and answer to them and some common
63problems. That document is also accessible on the World-Wide-Web at
64<a href="http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html">http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html</a>.</p>
63<p> 65<p>
64</p> 66</p>
65<hr /> 67<hr />
66<h1><a name="rxvtunicode_vs__rxvt">RXVT-UNICODE VS. RXVT</a></h1> 68<h1><a name="rxvtunicode_vs__rxvt">RXVT-UNICODE VS. RXVT</a></h1>
67<p>Unlike the original rxvt, <strong>rxvt-unicode</strong> stores all text in Unicode 69<p>Unlike the original rxvt, <strong>rxvt-unicode</strong> stores all text in Unicode
509<dd> 511<dd>
510Turn on/off secondary screen scroll (default enabled); resource 512Turn on/off secondary screen scroll (default enabled); resource
511<strong>secondaryScroll</strong>. 513<strong>secondaryScroll</strong>.
512</dd> 514</dd>
513<p></p> 515<p></p>
514<dt><strong><a name="item__2dxrm_resourcestring"><strong>-xrm</strong> <em>resourcestring</em></a></strong><br /> 516<dt><strong><a name="item__2dkeysym_2esym_string"><strong>-keysym.</strong><em>sym</em> <em>string</em></a></strong><br />
515</dt> 517</dt>
518<dd>
519Remap a key symbol. See resource <strong>keysym</strong>.
516<dd> 520</dd>
517No effect on rxvt-unicode. Simply passes through an argument to be made 521<p></p>
518available in the instance's argument list. Appears in <em>WM_COMMAND</em> in 522<dt><strong><a name="item__2dembed_windowid"><strong>-embed</strong> <em>windowid</em></a></strong><br />
519some window managers. 523</dt>
524<dd>
525Tells rxvt to embed it's windows into an already-existing window,
526which enables applications to easily embed a terminal.
527</dd>
528<dd>
529<p>Right now, rxvt will first unmap/map the specified window, so it
530shouldn't be a top-level window. rxvt will also reconfigure it
531quite a bit, so don't expect it to keep some specific state. It's best to
532create an extra subwindow for rxvt and leave it alone.</p>
533</dd>
534<dd>
535<p>The window will not be destroyed when rxvt exits.</p>
536</dd>
537<dd>
538<p>It might be useful to know that rxvt will not close file
539descriptors passed to it (except for stdin/out/err, of course), so you
540can use file descriptors to communicate with the programs within the
541terminal. This works regardless of wether the <code>-embed</code> option was used or
542not.</p>
543</dd>
544<dd>
545<p>Here is a short Gtk2-perl snippet that illustrates how this option can be
546used (a longer example is in <em>doc/embed</em>):</p>
547</dd>
548<dd>
549<pre>
550 my $rxvt = new Gtk2::DrawingArea;
551 $...-&gt;add ($rxvt); # important to add it somewhere first
552 $rxvt-&gt;realize; # now it can be realized
553 my $xid = $rxvt-&gt;window-&gt;get_xid;</pre>
554</dd>
555<dd>
556<pre>
557 system &quot;rxvt -embed $xid &amp;&quot;;</pre>
558</dd>
559<p></p>
560<dt><strong><a name="item__2dpty_2dfd_fileno"><strong>-pty-fd</strong> <em>fileno</em></a></strong><br />
561</dt>
562<dd>
563Tells rxvt NOT to execute any commands or create a new pty/tty
564pair but instead use the given filehandle as the tty master. This is
565useful if you want to drive rxvt as a generic terminal emulator
566without having to run a program within it.
567</dd>
568<dd>
569<p>If this switch is given, rxvt will not create any utmp/wtmp
570entries and will not tinker with pty/tty permissions - you have to do that
571yourself if you want that.</p>
572</dd>
573<dd>
574<p>Here is a example in perl that illustrates how this option can be used (a
575longer example is in <em>doc/pty-fd</em>):</p>
576</dd>
577<dd>
578<pre>
579 use IO::Pty;
580 use Fcntl;</pre>
581</dd>
582<dd>
583<pre>
584 my $pty = new IO::Pty;
585 fcntl $pty, F_SETFD, 0; # clear close-on-exec
586 system &quot;rxvt -pty-fd &quot; . (fileno $pty) . &quot;&amp;&quot;;
587 close $pty;</pre>
588</dd>
589<dd>
590<pre>
591 # now communicate with rxvt
592 my $slave = $pty-&gt;slave;
593 while (&lt;$slave&gt;) { print $slave &quot;got &lt;$_&gt;\n&quot; }</pre>
520</dd> 594</dd>
521<p></p></dl> 595<p></p></dl>
522<p> 596<p>
523</p> 597</p>
524<hr /> 598<hr />
527options) compiled into your version.</p> 601options) compiled into your version.</p>
528<p>There are two different methods that rxvt can use to get the 602<p>There are two different methods that rxvt can use to get the
529Xresource data: using the X libraries (Xrm*-functions) or internal 603Xresource data: using the X libraries (Xrm*-functions) or internal
530Xresources reader (<strong>~/.Xdefaults</strong>). For the first method (ie. 604Xresources reader (<strong>~/.Xdefaults</strong>). For the first method (ie.
531<strong>rxvt -h</strong> lists <strong>XGetDefaults</strong>), you can set and change the 605<strong>rxvt -h</strong> lists <strong>XGetDefaults</strong>), you can set and change the
532resources using X11 tools like <strong>xset</strong>. Many distribution do also load 606resources using X11 tools like <strong>xrdb</strong>. Many distribution do also load
533settings from the <strong>~/.Xresources</strong> file when X starts.</p> 607settings from the <strong>~/.Xresources</strong> file when X starts. rxvt
608will consult the following files/resources in order, with later settings
609overwriting earlier ones:</p>
610<pre>
611 1. system-wide app-defaults file, either locale-dependent OR global
612 2. app-defaults file in $XAPPLRESDIR
613 3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults
614 4. SCREEN_RESOURCES for the current screen
615 5. $XENVIRONMENT file OR $HOME/.Xdefaults-&lt;nodename&gt;</pre>
534<p>If compiled with internal Xresources support (i.e. <strong>rxvt -h</strong> 616<p>If compiled with internal Xresources support (i.e. <strong>rxvt -h</strong>
535lists <strong>.Xdefaults</strong>) then <strong>rxvt</strong> accepts application defaults 617lists <strong>.Xdefaults</strong>) then <strong>rxvt</strong> accepts application defaults
536set in XAPPLOADDIR/URxvt (compile-time defined: usually 618set in XAPPLOADDIR/URxvt (compile-time defined: usually
537<strong>/usr/lib/X11/app-defaults/URxvt</strong>) and resources set in 619<strong>/usr/lib/X11/app-defaults/URxvt</strong>) and resources set in
538<strong>~/.Xdefaults</strong>, or <strong>~/.Xresources</strong> if <strong>~/.Xdefaults</strong> does not exist. 620<strong>~/.Xdefaults</strong>, or <strong>~/.Xresources</strong> if <strong>~/.Xdefaults</strong> does not exist.
910<p></p> 992<p></p>
911<dt><strong><a name="item_scrollwithbuffer_3a_boolean"><strong>scrollWithBuffer:</strong> <em>boolean</em></a></strong><br /> 993<dt><strong><a name="item_scrollwithbuffer_3a_boolean"><strong>scrollWithBuffer:</strong> <em>boolean</em></a></strong><br />
912</dt> 994</dt>
913<dd> 995<dd>
914<strong>True</strong>: scroll with scrollback buffer when tty receives new lines (and 996<strong>True</strong>: scroll with scrollback buffer when tty receives new lines (and
915<strong>scrollTtyOutput</strong> is False); option <strong>+sw</strong>. <strong>False</strong>: do not scroll 997<strong>scrollTtyOutput</strong> is False); option <strong>-sw</strong>. <strong>False</strong>: do not scroll
916with scrollback buffer when tty recieves new lines; option <strong>-sw</strong>. 998with scrollback buffer when tty recieves new lines; option <strong>+sw</strong>.
917</dd> 999</dd>
918<p></p> 1000<p></p>
919<dt><strong><a name="item_scrollttykeypress_3a_boolean"><strong>scrollTtyKeypress:</strong> <em>boolean</em></a></strong><br /> 1001<dt><strong><a name="item_scrollttykeypress_3a_boolean"><strong>scrollTtyKeypress:</strong> <em>boolean</em></a></strong><br />
920</dt> 1002</dt>
921<dd> 1003<dd>
1166<code>\000</code>: octal number) or verbatim control characters (<code>^?</code>: delete, 1248<code>\000</code>: octal number) or verbatim control characters (<code>^?</code>: delete,
1167<code>^@</code>: null, <code>^A</code> ...) and may be enclosed with double quotes so that it 1249<code>^@</code>: null, <code>^A</code> ...) and may be enclosed with double quotes so that it
1168can start or end with whitespace.</p> 1250can start or end with whitespace.</p>
1169</dd> 1251</dd>
1170<dd> 1252<dd>
1253<p>Please note that you need to double the <code>\</code> when using
1254<code>--enable-xgetdefault</code>, as X itself does it's own de-escaping (you can
1255use <code>\033</code> instead of <code>\e</code> (and so on), which will work with both Xt and
1256rxvt's own processing).</p>
1257</dd>
1258<dd>
1171<p>You can define a range of keysyms in one shot by providing a <em>string</em> 1259<p>You can define a range of keysyms in one shot by providing a <em>string</em>
1172with pattern <strong>list/PREFIX/MIDDLE/SUFFIX</strong>, where the delimeter `/' 1260with pattern <strong>list/PREFIX/MIDDLE/SUFFIX</strong>, where the delimeter `/'
1173should be a character not used by the strings.</p> 1261should be a character not used by the strings.</p>
1174</dd> 1262</dd>
1175<dd> 1263<dd>
1176<p>Its usage can be demonstrated by an example:</p> 1264<p>Its usage can be demonstrated by an example:</p>
1177</dd> 1265</dd>
1178<dd> 1266<dd>
1179<pre> 1267<pre>
1180 URxvt.keysym.M-C-0x61: list|\e&lt;M-C-|abc|&gt;</pre> 1268 URxvt.keysym.M-C-0x61: list|\033&lt;M-C-|abc|&gt;</pre>
1181</dd> 1269</dd>
1182<dd> 1270<dd>
1183<p>The above line is equivalent to the following three lines:</p> 1271<p>The above line is equivalent to the following three lines:</p>
1184</dd> 1272</dd>
1185<dd> 1273<dd>
1186<pre> 1274<pre>
1187 URxvt.keysym.Meta-Control-0x61: \e&lt;M-C-a&gt; 1275 URxvt.keysym.Meta-Control-0x61: \033&lt;M-C-a&gt;
1188 URxvt.keysym.Meta-Control-0x62: \e&lt;M-C-b&gt; 1276 URxvt.keysym.Meta-Control-0x62: \033&lt;M-C-b&gt;
1189 URxvt.keysym.Meta-Control-0x63: \e&lt;M-C-c&gt;</pre> 1277 URxvt.keysym.Meta-Control-0x63: \033&lt;M-C-c&gt;</pre>
1190</dd>
1191<dd> 1278</dd>
1279<dd>
1192<p>If <em>string</em> takes the form of <code>proto:STRING</code>, the specified <strong>STRING</strong> 1280<p>If <em>string</em> takes the form of <code>command:STRING</code>, the specified <strong>STRING</strong>
1193is interpreted and executed as rxvt's control sequence. For 1281is interpreted and executed as rxvt's control sequence. For
1194example the following means ``change the current locale to <code>zh_CN.GBK</code> 1282example the following means ``change the current locale to <code>zh_CN.GBK</code>
1195when Control-Meta-c is being pressed'':</p> 1283when Control-Meta-c is being pressed'':</p>
1196</dd> 1284</dd>
1197<dd> 1285<dd>
1198<pre> 1286<pre>
1199 URxvt.keysym.M-C-c: proto:\033]701;zh_CN.GBK\007</pre> 1287 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007</pre>
1200</dd> 1288</dd>
1201<dd> 1289<dd>
1202<p>The following example will map Control-Meta-1 and Control-Meta-2 to 1290<p>The following example will map Control-Meta-1 and Control-Meta-2 to
1203the fonts <code>suxuseuro</code> and <code>9x15bold</code>, so you cna have some limited 1291the fonts <code>suxuseuro</code> and <code>9x15bold</code>, so you can have some limited
1204font-switching at runtime:</p> 1292font-switching at runtime:</p>
1205</dd> 1293</dd>
1206<dd> 1294<dd>
1207<pre> 1295<pre>
1208 URxvt.keysym.M-C-1: proto:\033]50;suxuseuro\007 1296 URxvt.keysym.M-C-1: command:\033]50;suxuseuro\007
1209 URxvt.keysym.M-C-2: proto:\033]50;9x15bold\007</pre> 1297 URxvt.keysym.M-C-2: command:\033]50;9x15bold\007</pre>
1210</dd>
1211<dd> 1298</dd>
1212<p><code>proto:\033]701;zh_CN.GBK\007</code> means: change the current locale to 1299<dd>
1213<code>zh_CN.GBK</code>.</p> 1300<p>Other things are possible, e.g. resizing (see <code>rxvt(7)</code> for more
1301info):</p>
1302</dd>
1303<dd>
1304<pre>
1305 URxvt.keysym.M-C-3: command:\033[8;25;80t
1306 URxvt.keysym.M-C-4: command:\033[8;48;110t</pre>
1214</dd> 1307</dd>
1215<p></p></dl> 1308<p></p></dl>
1216<p> 1309<p>
1217</p> 1310</p>
1218<hr /> 1311<hr />
1232<p>To temporarily override mouse reporting, for either the scrollbar or 1325<p>To temporarily override mouse reporting, for either the scrollbar or
1233the normal text selection/insertion, hold either the Shift or the Meta 1326the normal text selection/insertion, hold either the Shift or the Meta
1234(Alt) key while performing the desired mouse action.</p> 1327(Alt) key while performing the desired mouse action.</p>
1235<p>If mouse reporting mode is active, the normal scrollbar actions are 1328<p>If mouse reporting mode is active, the normal scrollbar actions are
1236disabled -- on the assumption that we are using a fullscreen 1329disabled -- on the assumption that we are using a fullscreen
1237application. Instead, pressing Button1 and Button3 sends <strong>ESC[6~</strong> 1330application. Instead, pressing Button1 and Button3 sends <strong>ESC [ 6 ~</strong>
1238(Next) and <strong>ESC[5~</strong> (Prior), respectively. Similarly, clicking on the 1331(Next) and <strong>ESC [ 5 ~</strong> (Prior), respectively. Similarly, clicking on the
1239up and down arrows sends <strong>ESC[A</strong> (Up) and <strong>ESC[B</strong> (Down), 1332up and down arrows sends <strong>ESC [ A</strong> (Up) and <strong>ESC [ B</strong> (Down),
1240respectively.</p> 1333respectively.</p>
1241<p> 1334<p>
1242</p> 1335</p>
1243<hr /> 1336<hr />
1244<h1><a name="text_selection_and_insertion">TEXT SELECTION AND INSERTION</a></h1> 1337<h1><a name="text_selection_and_insertion">TEXT SELECTION AND INSERTION</a></h1>
1389<p></p></dl> 1482<p></p></dl>
1390<p> 1483<p>
1391</p> 1484</p>
1392<hr /> 1485<hr />
1393<h1><a name="environment">ENVIRONMENT</a></h1> 1486<h1><a name="environment">ENVIRONMENT</a></h1>
1394<p><strong>rxvt</strong> sets the environment variables <strong>TERM</strong>, <strong>COLORTERM</strong> 1487<p><strong>rxvt</strong> sets and/or uses the following environment variables:</p>
1395and <strong>COLORFGBG</strong>. The environment variable <strong>WINDOWID</strong> is set to the X 1488<dl>
1396window id number of the <strong>rxvt</strong> window and it also uses and 1489<dt><strong><a name="item_term"><strong>TERM</strong></a></strong><br />
1397sets the environment variable <strong>DISPLAY</strong> to specify which display 1490</dt>
1398terminal to use. <strong>rxvt</strong> uses the environment variables 1491<dd>
1399<strong>RXVTPATH</strong> and <strong>PATH</strong> to find XPM files.</p> 1492Normally set to <code>rxvt-unicode</code>, unless overwritten at configure time, via
1493resources or on the commandline.
1494</dd>
1495<p></p>
1496<dt><strong><a name="item_colorterm"><strong>COLORTERM</strong></a></strong><br />
1497</dt>
1498<dd>
1499Either <code>rxvt</code>, <code>rxvt-xpm</code>, depending on wether rxvt was
1500compiled with XPM support, and optionally with the added extension
1501<code>-mono</code> to indicate that rxvt-unicode runs on a monochrome screen.
1502</dd>
1503<p></p>
1504<dt><strong><a name="item_colorfgbg"><strong>COLORFGBG</strong></a></strong><br />
1505</dt>
1506<dd>
1507Set to a string of the form <code>fg;bg</code> or <code>fg;xpm;bg</code>, where <code>fg</code> is
1508the colour code used as default foreground/text colour (or the string
1509<code>default</code> to indicate that the default-colour escape sequence is to be
1510used), <code>bg</code> is the colour code used as default background colour (or the
1511string <code>default</code>), and <code>xpm</code> is the string <code>default</code> if rxvt
1512was compiled with XPM support. Libraries like <code>ncurses</code> and <code>slang</code> can
1513(and do) use this information to optimize screen output.
1514</dd>
1515<p></p>
1516<dt><strong><a name="item_windowid"><strong>WINDOWID</strong></a></strong><br />
1517</dt>
1518<dd>
1519Set to the (decimal) X Window ID of the rxvt window (the toplevel
1520window, which usually has subwindows for the scrollbar, the terminal
1521window and so on).
1522</dd>
1523<p></p>
1524<dt><strong><a name="item_terminfo"><strong>TERMINFO</strong></a></strong><br />
1525</dt>
1526<dd>
1527Set to the terminfo directory iff rxvt was configured with
1528<code>--with-terminfo=PATH</code>.
1529</dd>
1530<p></p>
1531<dt><strong><a name="item_display"><strong>DISPLAY</strong></a></strong><br />
1532</dt>
1533<dd>
1534Used by rxvt to connect to the display and set to the correct
1535display in it's child processes.
1536</dd>
1537<p></p>
1538<dt><strong><a name="item_shell"><strong>SHELL</strong></a></strong><br />
1539</dt>
1540<dd>
1541The shell to be used for command execution, defaults to <code>/bin/sh</code>.
1542</dd>
1543<p></p>
1544<dt><strong><a name="item_rxvtpath"><strong>RXVTPATH</strong></a></strong><br />
1545</dt>
1546<dd>
1547The path where rxvt looks for support files such as menu and xpm
1548files.
1549</dd>
1550<p></p>
1551<dt><strong><a name="item_path"><strong>PATH</strong></a></strong><br />
1552</dt>
1553<dd>
1554Used in the same way as <a href="#item_rxvtpath"><code>RXVTPATH</code></a>.
1555</dd>
1556<p></p>
1557<dt><strong><a name="item_rxvt_socket"><strong>RXVT_SOCKET</strong></a></strong><br />
1558</dt>
1559<dd>
1560The unix domain socket path used by <code>rxvtc(1)</code> and
1561rxvtd(1).
1562</dd>
1563<dd>
1564<p>Default <code>$HOME/.rxvt-unicode-&lt;nodename</code>.</p>
1565</dd>
1566<p></p>
1567<dt><strong><a name="item_home"><strong>HOME</strong></a></strong><br />
1568</dt>
1569<dd>
1570Used to locate the default directory for the unix domain socket for
1571daemon communications and to locate various resource files (such as
1572<code>.Xdefaults</code>)
1573</dd>
1574<p></p>
1575<dt><strong><a name="item_xapplresdir"><strong>XAPPLRESDIR</strong></a></strong><br />
1576</dt>
1577<dd>
1578Directory where various X resource files are being located.
1579</dd>
1580<p></p>
1581<dt><strong><a name="item_xenvironment"><strong>XENVIRONMENT</strong></a></strong><br />
1582</dt>
1583<dd>
1584If set and accessible, gives the name of a X resource file to be loaded by
1585rxvt.
1586</dd>
1587<p></p></dl>
1400<p> 1588<p>
1401</p> 1589</p>
1402<hr /> 1590<hr />
1403<h1><a name="files">FILES</a></h1> 1591<h1><a name="files">FILES</a></h1>
1404<dl> 1592<dl>
1426<h1><a name="current_project_coordinator">CURRENT PROJECT COORDINATOR</a></h1> 1614<h1><a name="current_project_coordinator">CURRENT PROJECT COORDINATOR</a></h1>
1427<dl> 1615<dl>
1428<dt><strong><a name="item_project_coordinator">Project Coordinator</a></strong><br /> 1616<dt><strong><a name="item_project_coordinator">Project Coordinator</a></strong><br />
1429</dt> 1617</dt>
1430<dd> 1618<dd>
1431Marc A. Lehmann <em><a href="mailto:rxvt@schmorp.de">rxvt@schmorp.de</a></em> 1619Marc A. Lehmann <em><a href="mailto:<rxvt-unicode@schmorp.de"><rxvt-unicode@schmorp.de</a></em>&gt;
1432</dd>
1433<p></p>
1434<dt><strong><a name="item_web_page_maintainter">Web page maintainter</a></strong><br />
1435</dt>
1436<dd> 1620</dd>
1437Marc A. Lehmann <em><a href="mailto:rxvt@schmorp.de">rxvt@schmorp.de</a></em>
1438</dd> 1621<dd>
1439<dd>
1440<p><a href="http://software.schmorp.de/">http://software.schmorp.de/</a></p> 1622<p><a href="http://software.schmorp.de/#rxvt-unicode">http://software.schmorp.de/#rxvt-unicode</a></p>
1441</dd> 1623</dd>
1442<p></p></dl> 1624<p></p></dl>
1443<p> 1625<p>
1444</p> 1626</p>
1445<hr /> 1627<hr />
1483<dd> 1665<dd>
1484Rewrote screen display and text selection routines. Project Coordinator 1666Rewrote screen display and text selection routines. Project Coordinator
1485(changes.txt 2.4.6 - rxvt-unicode) 1667(changes.txt 2.4.6 - rxvt-unicode)
1486</dd> 1668</dd>
1487<p></p> 1669<p></p>
1488<dt><strong><a name="item_marc_alexander_lehmann__3crxvt_40schmorp_2ede_3e">Marc Alexander Lehmann <em><a href="mailto:<rxvt@schmorp.de"><rxvt@schmorp.de</a></em>&gt;</a></strong><br /> 1670<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 />
1489</dt> 1671</dt>
1490<dd> 1672<dd>
1491Forked rxvt-unicode, rewrote most of the display code and internal 1673Forked rxvt-unicode, rewrote most of the display code and internal
1492character handling to store text in unicode, improve xterm 1674character handling to store text in unicode, improve xterm
1493compatibility and apply numerous other bugfixes and extensions. 1675compatibility and apply numerous other bugfixes and extensions.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines