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.43 by root, Thu Jan 12 23:16:31 2006 UTC vs.
Revision 1.44 by root, Fri Jan 13 12:40:46 2006 UTC

111rxvt-unicode from initialising perl, saving memory. 111rxvt-unicode from initialising perl, saving memory.
112</dd> 112</dd>
113<dd> 113<dd>
114<p>If you only want to disable specific features, you first have to 114<p>If you only want to disable specific features, you first have to
115identify which perl extension is responsible. For this, read the section 115identify which perl extension is responsible. For this, read the section
116<strong>PREPACKAGED EXTENSIONS</strong> in the <code>rxvtperl(3)</code> manpage. For 116<strong>PREPACKAGED EXTENSIONS</strong> in the <code>urxvtperl(3)</code> manpage. For
117example, to disable the <strong>selection-popup</strong> and <strong>option-popup</strong>, specify 117example, to disable the <strong>selection-popup</strong> and <strong>option-popup</strong>, specify
118this <strong>perl-ext-common</strong> resource:</p> 118this <strong>perl-ext-common</strong> resource:</p>
119</dd> 119</dd>
120<dd> 120<dd>
121<pre> 121<pre>
242<dt><strong><a name="item_how_do_i_know_which_rxvt_2dunicode_version_i_27m_u">How do I know which rxvt-unicode version I'm using?</a></strong><br /> 242<dt><strong><a name="item_how_do_i_know_which_rxvt_2dunicode_version_i_27m_u">How do I know which rxvt-unicode version I'm using?</a></strong><br />
243</dt> 243</dt>
244<dd> 244<dd>
245The version number is displayed with the usage (-h). Also the escape 245The version number is displayed with the usage (-h). Also the escape
246sequence <code>ESC [ 8 n</code> sets the window title to the version number. When 246sequence <code>ESC [ 8 n</code> sets the window title to the version number. When
247using the rxvtc client, the version displayed is that of the 247using the urxvtc client, the version displayed is that of the
248daemon. 248daemon.
249</dd> 249</dd>
250<p></p> 250<p></p>
251<dt><strong><a name="item_i_am_using_debian_gnu_2flinux_and_have_a_problem_2">I am using Debian GNU/Linux and have a problem...</a></strong><br /> 251<dt><strong><a name="item_i_am_using_debian_gnu_2flinux_and_have_a_problem_2">I am using Debian GNU/Linux and have a problem...</a></strong><br />
252</dt> 252</dt>
358<dd> 358<dd>
359Most likely it's the empty definition for <code>enacs=</code>. Just replace it by 359Most likely it's the empty definition for <code>enacs=</code>. Just replace it by
360<code>enacs=\E[0@</code> and try again. 360<code>enacs=\E[0@</code> and try again.
361</dd> 361</dd>
362<p></p> 362<p></p>
363<dt><strong><a name="item_bash_27s_readline_does_not_work_correctly_under_rx"><code>bash</code>'s readline does not work correctly under rxvt.</a></strong><br /> 363<dt><strong><a name="item_bash_27s_readline_does_not_work_correctly_under_ur"><code>bash</code>'s readline does not work correctly under urxvt.</a></strong><br />
364</dt> 364</dt>
365<dt><strong><a name="item_i_need_a_termcap_file_entry_2e">I need a termcap file entry.</a></strong><br /> 365<dt><strong><a name="item_i_need_a_termcap_file_entry_2e">I need a termcap file entry.</a></strong><br />
366</dt> 366</dt>
367<dd> 367<dd>
368One reason you might want this is that some distributions or operating 368One reason you might want this is that some distributions or operating
522<p>In that case, select a font of your taste and add it to the font list, 522<p>In that case, select a font of your taste and add it to the font list,
523e.g.:</p> 523e.g.:</p>
524</dd> 524</dd>
525<dd> 525<dd>
526<pre> 526<pre>
527 rxvt -fn basefont,font2,font3...</pre> 527 urxvt -fn basefont,font2,font3...</pre>
528</dd> 528</dd>
529<dd> 529<dd>
530<p>When rxvt-unicode sees a character, it will first look at the base 530<p>When rxvt-unicode sees a character, it will first look at the base
531font. If the base font does not contain the character, it will go to the 531font. If the base font does not contain the character, it will go to the
532next font, and so on. Specifying your own fonts will also speed up this 532next font, and so on. Specifying your own fonts will also speed up this
906<dd> 906<dd>
907Make sure that mouse reporting is actually turned off since killing 907Make sure that mouse reporting is actually turned off since killing
908some editors prematurely may leave the mouse in mouse report mode. I've 908some editors prematurely may leave the mouse in mouse report mode. I've
909heard that tcsh may use mouse reporting unless it otherwise specified. A 909heard that tcsh may use mouse reporting unless it otherwise specified. A
910quick check is to see if cut/paste works when the Alt or Shift keys are 910quick check is to see if cut/paste works when the Alt or Shift keys are
911depressed. See <code>rxvt(7)</code> 911depressed.
912</dd> 912</dd>
913<p></p> 913<p></p>
914<dt><strong><a name="item_what_27s_with_this_bold_2fblink_stuff_3f">What's with this bold/blink stuff?</a></strong><br /> 914<dt><strong><a name="item_what_27s_with_this_bold_2fblink_stuff_3f">What's with this bold/blink stuff?</a></strong><br />
915</dt> 915</dt>
916<dd> 916<dd>
990 URxvt.color14: #73f7ff 990 URxvt.color14: #73f7ff
991 URxvt.color7: #e1dddd 991 URxvt.color7: #e1dddd
992 URxvt.color15: #e1dddd</pre> 992 URxvt.color15: #e1dddd</pre>
993</dd> 993</dd>
994<p></p> 994<p></p>
995<dt><strong><a name="item_how_can_i_start_rxvtd_in_a_race_2dfree_way_3f">How can I start rxvtd in a race-free way?</a></strong><br /> 995<dt><strong><a name="item_how_can_i_start_urxvtd_in_a_race_2dfree_way_3f">How can I start urxvtd in a race-free way?</a></strong><br />
996</dt> 996</dt>
997<dd> 997<dd>
998Try <code>rxvtd -f -o</code>, which tells rxvtd to open the 998Try <code>urxvtd -f -o</code>, which tells urxvtd to open the
999display, create the listening socket and then fork. 999display, create the listening socket and then fork.
1000</dd> 1000</dd>
1001<p></p> 1001<p></p>
1002<dt><strong><a name="item_what_27s_with_the_strange_backspace_2fdelete_key_b">What's with the strange Backspace/Delete key behaviour?</a></strong><br /> 1002<dt><strong><a name="item_what_27s_with_the_strange_backspace_2fdelete_key_b">What's with the strange Backspace/Delete key behaviour?</a></strong><br />
1003</dt> 1003</dt>
1024</dd> 1024</dd>
1025<dd> 1025<dd>
1026<pre> 1026<pre>
1027 # use Backspace = ^H 1027 # use Backspace = ^H
1028 $ stty erase ^H 1028 $ stty erase ^H
1029 $ rxvt</pre> 1029 $ urxvt</pre>
1030</dd> 1030</dd>
1031<dd> 1031<dd>
1032<pre> 1032<pre>
1033 # use Backspace = ^? 1033 # use Backspace = ^?
1034 $ stty erase ^? 1034 $ stty erase ^?
1035 $ rxvt</pre> 1035 $ urxvt</pre>
1036</dd>
1037<dd> 1036</dd>
1037<dd>
1038<p>Toggle with <code>ESC [ 36 h</code> / <code>ESC [ 36 l</code> as documented in rxvt(7).</p> 1038<p>Toggle with <code>ESC [ 36 h</code> / <code>ESC [ 36 l</code>.</p>
1039</dd> 1039</dd>
1040<dd> 1040<dd>
1041<p>For an existing rxvt-unicode:</p> 1041<p>For an existing rxvt-unicode:</p>
1042</dd> 1042</dd>
1043<dd> 1043<dd>
1081There are some compile-time selections available via configure. Unless 1081There are some compile-time selections available via configure. Unless
1082you have run ``configure'' with the <a href="#item__2d_2ddisable_2dresources"><code>--disable-resources</code></a> option you can 1082you have run ``configure'' with the <a href="#item__2d_2ddisable_2dresources"><code>--disable-resources</code></a> option you can
1083use the `keysym' resource to alter the keystrings associated with keysyms. 1083use the `keysym' resource to alter the keystrings associated with keysyms.
1084</dd> 1084</dd>
1085<dd> 1085<dd>
1086<p>Here's an example for a URxvt session started using <code>rxvt -name URxvt</code></p> 1086<p>Here's an example for a URxvt session started using <code>urxvt -name URxvt</code></p>
1087</dd> 1087</dd>
1088<dd> 1088<dd>
1089<pre> 1089<pre>
1090 URxvt.keysym.Home: \033[1~ 1090 URxvt.keysym.Home: \033[1~
1091 URxvt.keysym.End: \033[4~ 1091 URxvt.keysym.End: \033[4~
3046</dd> 3046</dd>
3047<p></p> 3047<p></p>
3048<dt><strong><a name="item_iso14755">--enable-iso14755 (default: on)</a></strong><br /> 3048<dt><strong><a name="item_iso14755">--enable-iso14755 (default: on)</a></strong><br />
3049</dt> 3049</dt>
3050<dd> 3050<dd>
3051Enable extended ISO 14755 support (see rxvt(1), or 3051Enable extended ISO 14755 support (see urxvt(1), or
3052<em>doc/rxvt.1.txt</em>). Basic support (section 5.1) is enabled by 3052<em>doc/rxvt.1.txt</em>). Basic support (section 5.1) is enabled by
3053<code>--enable-frills</code>, while support for 5.2, 5.3 and 5.4 is enabled with 3053<code>--enable-frills</code>, while support for 5.2, 5.3 and 5.4 is enabled with
3054this switch. 3054this switch.
3055</dd> 3055</dd>
3056<p></p> 3056<p></p>
3116</dd> 3116</dd>
3117<p></p> 3117<p></p>
3118<dt><strong><a name="item_perl">--enable-perl (default: off)</a></strong><br /> 3118<dt><strong><a name="item_perl">--enable-perl (default: off)</a></strong><br />
3119</dt> 3119</dt>
3120<dd> 3120<dd>
3121Enable an embedded perl interpreter. See the <strong>rxvtperl(3)</strong> 3121Enable an embedded perl interpreter. See the <strong>urxvtperl(3)</strong>
3122manpage (<em>doc/rxvtperl.txt</em>) for more info on this feature, or the files 3122manpage (<em>doc/rxvtperl.txt</em>) for more info on this feature, or the files
3123in <em>src/perl-ext/</em> for the extensions that are installed by default. The 3123in <em>src/perl-ext/</em> for the extensions that are installed by default. The
3124perl interpreter that is used can be specified via the <code>PERL</code> environment 3124perl interpreter that is used can be specified via the <code>PERL</code> environment
3125variable when running configure. 3125variable when running configure.
3126</dd> 3126</dd>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines