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.54 by root, Tue Jan 31 00:25:16 2006 UTC vs.
Revision 1.55 by root, Tue Jan 31 00:53:49 2006 UTC

116other combination either by setting the <strong>searchable-scrollback</strong> resource:</p> 116other combination either by setting the <strong>searchable-scrollback</strong> resource:</p>
117</dd> 117</dd>
118<dd> 118<dd>
119<pre> 119<pre>
120 URxvt.searchable-scrollback: CM-s</pre> 120 URxvt.searchable-scrollback: CM-s</pre>
121</dd>
122<p></p>
123<dt><strong><a name="item_the_cursor_moves_when_selecting_text_in_the_curren">The cursor moves when selecting text in the current input line, how
124do I switch this off?</a></strong><br />
125</dt>
126<dt><strong><a name="item_during_rlogin_2fssh_2ftelnet_2fetc_2e_sessions_2c_">During rlogin/ssh/telnet/etc. sessions, clicking near the cursor
127outputs strange escape sequences, how do I fix this?</a></strong><br />
128</dt>
129<dd>
130These are caused by the <code>readline</code> perl extension. Under normal
131circumstances, it will move your cursor around when you click into the
132line that contains it. It tries hard not to do this at the wrong moment,
133but when running a program that doesn't parse cursor movements or in some
134cases during rlogin sessions, it fails to detect this properly.
135</dd>
136<dd>
137<p>You can permamently switch this feature off by disabling the <code>readline</code>
138extension:</p>
139</dd>
140<dd>
141<pre>
142 URxvt.perl-ext-common: default,-readline</pre>
121</dd> 143</dd>
122<p></p> 144<p></p>
123<dt><strong><a name="item_why_doesn_27t_rxvt_2dunicode_read_my_resources_3f">Why doesn't rxvt-unicode read my resources?</a></strong><br /> 145<dt><strong><a name="item_why_doesn_27t_rxvt_2dunicode_read_my_resources_3f">Why doesn't rxvt-unicode read my resources?</a></strong><br />
124</dt> 146</dt>
125<dd> 147<dd>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines