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

Comparing rxvt-unicode/doc/rxvt.7.html (file contents):
Revision 1.62 by root, Tue Jan 31 20:58:12 2006 UTC vs.
Revision 1.63 by root, Tue Jan 31 21:00:26 2006 UTC

104 <li><a href="#how_can_i_use_rxvtunicode_under_cygwin">How can I use rxvt-unicode under cygwin?</a></li> 104 <li><a href="#how_can_i_use_rxvtunicode_under_cygwin">How can I use rxvt-unicode under cygwin?</a></li>
105 </ul> 105 </ul>
106 106
107 </ul> 107 </ul>
108 108
109 <li><a href="#rxvt_technical_reference">RXVT TECHNICAL REFERENCE</a></li> 109 <li><a href="#rxvtunicode_technical_reference">RXVT-UNICODE TECHNICAL REFERENCE</a></li>
110 <li><a href="#description">DESCRIPTION</a></li> 110 <li><a href="#description">DESCRIPTION</a></li>
111 <li><a href="#definitions">Definitions</a></li> 111 <li><a href="#definitions">Definitions</a></li>
112 <li><a href="#values">Values</a></li> 112 <li><a href="#values">Values</a></li>
113 <li><a href="#escape_sequences">Escape Sequences</a></li> 113 <li><a href="#escape_sequences">Escape Sequences</a></li>
114 <li><a href="#csi__command_sequence_introducer__sequences">CSI (Command Sequence Introducer) Sequences</a></li> 114 <li><a href="#csi__command_sequence_introducer__sequences">CSI (Command Sequence Introducer) Sequences</a></li>
203<p>Try <code>urxvtd -f -o</code>, which tells urxvtd to open the 203<p>Try <code>urxvtd -f -o</code>, which tells urxvtd to open the
204display, create the listening socket and then fork.</p> 204display, create the listening socket and then fork.</p>
205<p> 205<p>
206</p> 206</p>
207<h3><a name="how_do_i_distinguish_wether_i_m_running_rxvtunicode_or_a_regular_xterm_i_need_this_to_decide_about_setting_colors_etc_">How do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.</a></h3> 207<h3><a name="how_do_i_distinguish_wether_i_m_running_rxvtunicode_or_a_regular_xterm_i_need_this_to_decide_about_setting_colors_etc_">How do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.</a></h3>
208<p>rxvt and rxvt-unicode always export the variable ``COLORTERM'', so you can 208<p>The original rxvt and rxvt-unicode always export the variable ``COLORTERM'',
209check and see if that is set. Note that several programs, JED, slrn, 209so you can check and see if that is set. Note that several programs, JED,
210Midnight Commander automatically check this variable to decide whether or 210slrn, Midnight Commander automatically check this variable to decide
211not to use color.</p> 211whether or not to use color.</p>
212<p> 212<p>
213</p> 213</p>
214<h3><a name="how_do_i_set_the_correct__full_ip_address_for_the_display_variable">How do I set the correct, full IP address for the DISPLAY variable?</a></h3> 214<h3><a name="how_do_i_set_the_correct__full_ip_address_for_the_display_variable">How do I set the correct, full IP address for the DISPLAY variable?</a></h3>
215<p>If you've compiled rxvt-unicode with DISPLAY_IS_IP and have enabled 215<p>If you've compiled rxvt-unicode with DISPLAY_IS_IP and have enabled
216insecure mode then it is possible to use the following shell script 216insecure mode then it is possible to use the following shell script
761can either recompile rxvt-unicode with the desired TERM value or use a 761can either recompile rxvt-unicode with the desired TERM value or use a
762resource to set it:</p> 762resource to set it:</p>
763<pre> 763<pre>
764 URxvt.termName: rxvt</pre> 764 URxvt.termName: rxvt</pre>
765<p>If you don't plan to use <strong>rxvt</strong> (quite common...) you could also replace 765<p>If you don't plan to use <strong>rxvt</strong> (quite common...) you could also replace
766the rxvt terminfo file with the rxvt-unicode one.</p> 766the rxvt terminfo file with the rxvt-unicode one and use <code>TERM=rxvt</code>.</p>
767<p> 767<p>
768</p> 768</p>
769<h3><a name="tic_outputs_some_error_when_compiling_the_terminfo_entry_"><code>tic</code> outputs some error when compiling the terminfo entry.</a></h3> 769<h3><a name="tic_outputs_some_error_when_compiling_the_terminfo_entry_"><code>tic</code> outputs some error when compiling the terminfo entry.</a></h3>
770<p>Most likely it's the empty definition for <code>enacs=</code>. Just replace it by 770<p>Most likely it's the empty definition for <code>enacs=</code>. Just replace it by
771<code>enacs=\E[0@</code> and try again.</p> 771<code>enacs=\E[0@</code> and try again.</p>
1048encodings (you might try <code>LC_CTYPE=C-UTF-8</code>), so you are likely limited 1048encodings (you might try <code>LC_CTYPE=C-UTF-8</code>), so you are likely limited
1049to 8-bit encodings.</p> 1049to 8-bit encodings.</p>
1050<p> 1050<p>
1051</p> 1051</p>
1052<hr /> 1052<hr />
1053<h1><a name="rxvt_technical_reference">RXVT TECHNICAL REFERENCE</a></h1> 1053<h1><a name="rxvtunicode_technical_reference">RXVT-UNICODE TECHNICAL REFERENCE</a></h1>
1054<p> 1054<p>
1055</p> 1055</p>
1056<hr /> 1056<hr />
1057<h1><a name="description">DESCRIPTION</a></h1> 1057<h1><a name="description">DESCRIPTION</a></h1>
1058<p>The rest of this document describes various technical aspects of 1058<p>The rest of this document describes various technical aspects of
1956</dt> 1956</dt>
1957<table> 1957<table>
1958<tr><td>4</td><td>Shift</td></tr> 1958<tr><td>4</td><td>Shift</td></tr>
1959<tr><td>8</td><td>Meta</td></tr> 1959<tr><td>8</td><td>Meta</td></tr>
1960<tr><td>16</td><td>Control</td></tr> 1960<tr><td>16</td><td>Control</td></tr>
1961<tr><td>32</td><td>Double Click (Rxvt extension)</td></tr> 1961<tr><td>32</td><td>Double Click (rxvt extension)</td></tr>
1962</table><p>Col = <strong><code>&lt;x&gt; - SPACE</code> </strong>&gt;</p> 1962</table><p>Col = <strong><code>&lt;x&gt; - SPACE</code> </strong>&gt;</p>
1963<p>Row = <strong><code>&lt;y&gt; - SPACE</code> </strong>&gt;</p> 1963<p>Row = <strong><code>&lt;y&gt; - SPACE</code> </strong>&gt;</p>
1964</dl> 1964</dl>
1965<p> 1965<p>
1966</p> 1966</p>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines