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

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.96 by root, Tue Jan 31 00:25:16 2006 UTC vs.
Revision 1.98 by root, Tue Jan 31 00:56:07 2006 UTC

21The newest version of this document is also available on the World Wide Web at 21The newest version of this document is also available on the World Wide Web at
22L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>. 22L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.
23 23
24=head1 FREQUENTLY ASKED QUESTIONS 24=head1 FREQUENTLY ASKED QUESTIONS
25 25
26=over 4
27
28=item The new selection selects pieces that are too big, how can I select 26=head2 The new selection selects pieces that are too big, how can I select
29single words? 27single words?
30 28
31Yes. For example, if you want to select alphanumeric words, you can use 29Yes. For example, if you want to select alphanumeric words, you can use
32the following resource: 30the following resource:
33 31
40 38
41 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+) 39 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
42 40
43Please also note that the I<LeftClick Shift-LeftClik> combination also 41Please also note that the I<LeftClick Shift-LeftClik> combination also
44selects words like the old code. 42selects words like the old code.
43
44=over 4
45 45
46=item I don't like the new selection/popups/hotkeys/perl, how do I 46=item I don't like the new selection/popups/hotkeys/perl, how do I
47change/disable it? 47change/disable it?
48 48
49You can disable the perl extension completely by setting the 49You can disable the perl extension completely by setting the
62extensions. Some extensions can also be configured, for example, 62extensions. Some extensions can also be configured, for example,
63scrollback search mode is triggered by B<M-s>. You can move it to any 63scrollback search mode is triggered by B<M-s>. You can move it to any
64other combination either by setting the B<searchable-scrollback> resource: 64other combination either by setting the B<searchable-scrollback> resource:
65 65
66 URxvt.searchable-scrollback: CM-s 66 URxvt.searchable-scrollback: CM-s
67
68=item The cursor moves when selecting text in the current input line, how
69do I switch this off?
70
71=item During rlogin/ssh/telnet/etc. sessions, clicking near the cursor
72outputs strange escape sequences, how do I fix this?
73
74These are caused by the C<readline> perl extension. Under normal
75circumstances, it will move your cursor around when you click into the
76line that contains it. It tries hard not to do this at the wrong moment,
77but when running a program that doesn't parse cursor movements or in some
78cases during rlogin sessions, it fails to detect this properly.
79
80You can permamently switch this feature off by disabling the C<readline>
81extension:
82
83 URxvt.perl-ext-common: default,-readline
67 84
68=item Why doesn't rxvt-unicode read my resources? 85=item Why doesn't rxvt-unicode read my resources?
69 86
70Well, why, indeed? It does, in a way very similar to other X 87Well, why, indeed? It does, in a way very similar to other X
71applications. Most importantly, this means that if you or your OS loads 88applications. Most importantly, this means that if you or your OS loads

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines