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.25 by root, Tue Nov 8 17:35:28 2005 UTC vs.
Revision 1.26 by root, Sat Dec 17 20:55:45 2005 UTC

145<dd> 145<dd>
146Most likely it's the empty definition for <code>enacs=</code>. Just replace it by 146Most likely it's the empty definition for <code>enacs=</code>. Just replace it by
147<code>enacs=\E[0@</code> and try again. 147<code>enacs=\E[0@</code> and try again.
148</dd> 148</dd>
149<p></p> 149<p></p>
150<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 /> 150<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 />
151</dt> 151</dt>
152<dt><strong><a name="item_i_need_a_termcap_file_entry_2e">I need a termcap file entry.</a></strong><br /> 152<dt><strong><a name="item_i_need_a_termcap_file_entry_2e">I need a termcap file entry.</a></strong><br />
153</dt> 153</dt>
154<dd> 154<dd>
155One reason you might want this is that some distributions or operating 155One reason you might want this is that some distributions or operating
309<p>In that case, select a font of your taste and add it to the font list, 309<p>In that case, select a font of your taste and add it to the font list,
310e.g.:</p> 310e.g.:</p>
311</dd> 311</dd>
312<dd> 312<dd>
313<pre> 313<pre>
314 urxvt -fn basefont,font2,font3...</pre> 314 rxvt -fn basefont,font2,font3...</pre>
315</dd> 315</dd>
316<dd> 316<dd>
317<p>When rxvt-unicode sees a character, it will first look at the base 317<p>When rxvt-unicode sees a character, it will first look at the base
318font. If the base font does not contain the character, it will go to the 318font. If the base font does not contain the character, it will go to the
319next font, and so on. Specifying your own fonts will also speed up this 319next font, and so on. Specifying your own fonts will also speed up this
693<dd> 693<dd>
694Make sure that mouse reporting is actually turned off since killing 694Make sure that mouse reporting is actually turned off since killing
695some editors prematurely may leave the mouse in mouse report mode. I've 695some editors prematurely may leave the mouse in mouse report mode. I've
696heard that tcsh may use mouse reporting unless it otherwise specified. A 696heard that tcsh may use mouse reporting unless it otherwise specified. A
697quick check is to see if cut/paste works when the Alt or Shift keys are 697quick check is to see if cut/paste works when the Alt or Shift keys are
698depressed. See <code>urxvt(7)</code> 698depressed. See <code>rxvt(7)</code>
699</dd> 699</dd>
700<p></p> 700<p></p>
701<dt><strong><a name="item_what_27s_with_this_bold_2fblink_stuff_3f">What's with this bold/blink stuff?</a></strong><br /> 701<dt><strong><a name="item_what_27s_with_this_bold_2fblink_stuff_3f">What's with this bold/blink stuff?</a></strong><br />
702</dt> 702</dt>
703<dd> 703<dd>
777 URxvt.color14: #73f7ff 777 URxvt.color14: #73f7ff
778 URxvt.color7: #e1dddd 778 URxvt.color7: #e1dddd
779 URxvt.color15: #e1dddd</pre> 779 URxvt.color15: #e1dddd</pre>
780</dd> 780</dd>
781<p></p> 781<p></p>
782<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 /> 782<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 />
783</dt> 783</dt>
784<dd> 784<dd>
785Try <code>urxvtd -f -o</code>, which tells urxvtd to open the 785Try <code>rxvtd -f -o</code>, which tells rxvtd to open the
786display, create the listening socket and then fork. 786display, create the listening socket and then fork.
787</dd> 787</dd>
788<p></p> 788<p></p>
789<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 /> 789<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 />
790</dt> 790</dt>
811</dd> 811</dd>
812<dd> 812<dd>
813<pre> 813<pre>
814 # use Backspace = ^H 814 # use Backspace = ^H
815 $ stty erase ^H 815 $ stty erase ^H
816 $ urxvt</pre> 816 $ rxvt</pre>
817</dd> 817</dd>
818<dd> 818<dd>
819<pre> 819<pre>
820 # use Backspace = ^? 820 # use Backspace = ^?
821 $ stty erase ^? 821 $ stty erase ^?
822 $ urxvt</pre> 822 $ rxvt</pre>
823</dd>
824<dd> 823</dd>
824<dd>
825<p>Toggle with <code>ESC [ 36 h</code> / <code>ESC [ 36 l</code> as documented in urxvt(7).</p> 825<p>Toggle with <code>ESC [ 36 h</code> / <code>ESC [ 36 l</code> as documented in rxvt(7).</p>
826</dd> 826</dd>
827<dd> 827<dd>
828<p>For an existing rxvt-unicode:</p> 828<p>For an existing rxvt-unicode:</p>
829</dd> 829</dd>
830<dd> 830<dd>
868There are some compile-time selections available via configure. Unless 868There are some compile-time selections available via configure. Unless
869you have run ``configure'' with the <a href="#item__2d_2ddisable_2dresources"><code>--disable-resources</code></a> option you can 869you have run ``configure'' with the <a href="#item__2d_2ddisable_2dresources"><code>--disable-resources</code></a> option you can
870use the `keysym' resource to alter the keystrings associated with keysyms. 870use the `keysym' resource to alter the keystrings associated with keysyms.
871</dd> 871</dd>
872<dd> 872<dd>
873<p>Here's an example for a URxvt session started using <code>urxvt -name URxvt</code></p> 873<p>Here's an example for a URxvt session started using <code>rxvt -name URxvt</code></p>
874</dd> 874</dd>
875<dd> 875<dd>
876<pre> 876<pre>
877 URxvt.keysym.Home: \033[1~ 877 URxvt.keysym.Home: \033[1~
878 URxvt.keysym.End: \033[4~ 878 URxvt.keysym.End: \033[4~
2833</dd> 2833</dd>
2834<p></p> 2834<p></p>
2835<dt><strong><a name="item_iso14755">--enable-iso14755 (default: on)</a></strong><br /> 2835<dt><strong><a name="item_iso14755">--enable-iso14755 (default: on)</a></strong><br />
2836</dt> 2836</dt>
2837<dd> 2837<dd>
2838Enable extended ISO 14755 support (see urxvt(1), or 2838Enable extended ISO 14755 support (see rxvt(1), or
2839<em>doc/rxvt.1.txt</em>). Basic support (section 5.1) is enabled by 2839<em>doc/rxvt.1.txt</em>). Basic support (section 5.1) is enabled by
2840<code>--enable-frills</code>, while support for 5.2, 5.3 and 5.4 is enabled with 2840<code>--enable-frills</code>, while support for 5.2, 5.3 and 5.4 is enabled with
2841this switch. 2841this switch.
2842</dd> 2842</dd>
2843<p></p> 2843<p></p>
2890<p></p> 2890<p></p>
2891<dt><strong><a name="item_resize">--enable-smart-resize (default: on)</a></strong><br /> 2891<dt><strong><a name="item_resize">--enable-smart-resize (default: on)</a></strong><br />
2892</dt> 2892</dt>
2893<dd> 2893<dd>
2894Add smart growth/shrink behaviour when changing font size via hot 2894Add smart growth/shrink behaviour when changing font size via hot
2895keys. This should keep in a fixed position the urxvt corner which is 2895keys. This should keep the window corner which is closest to a corner of
2896closest to a corner of the screen. 2896the screen in a fixed position.
2897</dd> 2897</dd>
2898<p></p> 2898<p></p>
2899<dt><strong><a name="item_blank">--enable-pointer-blank (default: on)</a></strong><br /> 2899<dt><strong><a name="item_blank">--enable-pointer-blank (default: on)</a></strong><br />
2900</dt> 2900</dt>
2901<dd> 2901<dd>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines