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.79 by root, Thu Jan 12 23:11:23 2006 UTC vs.
Revision 1.81 by root, Fri Jan 13 12:40:46 2006 UTC

24 24
25=head1 FREQUENTLY ASKED QUESTIONS 25=head1 FREQUENTLY ASKED QUESTIONS
26 26
27=over 4 27=over 4
28 28
29=item The new selection selects pieces that are too big/too small, can I 29=item The new selection selects pieces that are too big, how can I select
30change this? 30single words?
31 31
32Yes. For example, if you want to select smaller pieces ("words") you can 32Yes. For example, if you want to select alphanumeric words, you can use
33use the following resource: 33the following resource:
34 34
35 URxvt.selection.pattern-0: ([[:word:]]+) 35 URxvt.selection.pattern-0: ([[:word:]]+)
36 36
37If you click more than twice, the selection will be extended 37If you click more than twice, the selection will be extended
38more and more. 38more and more.
39 39
40To get a selection that is very similar to the old code, try this pattern: 40To get a selection that is very similar to the old code, try this pattern:
41 41
42 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+) 42 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
43
44Please also note that the I<LeftClick Shift-LeftClik> combination also
45selects words like the old code.
43 46
44=item I don't like the new selection/popups/hotkeys/perl, how do I 47=item I don't like the new selection/popups/hotkeys/perl, how do I
45change/disable it? 48change/disable it?
46 49
47You can disable the perl extension completely by setting the 50You can disable the perl extension completely by setting the
669 672
670Make sure that mouse reporting is actually turned off since killing 673Make sure that mouse reporting is actually turned off since killing
671some editors prematurely may leave the mouse in mouse report mode. I've 674some editors prematurely may leave the mouse in mouse report mode. I've
672heard that tcsh may use mouse reporting unless it otherwise specified. A 675heard that tcsh may use mouse reporting unless it otherwise specified. A
673quick check is to see if cut/paste works when the Alt or Shift keys are 676quick check is to see if cut/paste works when the Alt or Shift keys are
674depressed. See @@RXVT_NAME@@(7) 677depressed.
675 678
676=item What's with this bold/blink stuff? 679=item What's with this bold/blink stuff?
677 680
678If no bold colour is set via C<colorBD:>, bold will invert text using the 681If no bold colour is set via C<colorBD:>, bold will invert text using the
679standard foreground colour. 682standard foreground colour.
768 771
769 # use Backspace = ^? 772 # use Backspace = ^?
770 $ stty erase ^? 773 $ stty erase ^?
771 $ @@RXVT_NAME@@ 774 $ @@RXVT_NAME@@
772 775
773Toggle with C<ESC [ 36 h> / C<ESC [ 36 l> as documented in @@RXVT_NAME@@(7). 776Toggle with C<ESC [ 36 h> / C<ESC [ 36 l>.
774 777
775For an existing rxvt-unicode: 778For an existing rxvt-unicode:
776 779
777 # use Backspace = ^H 780 # use Backspace = ^H
778 $ stty erase ^H 781 $ stty erase ^H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines