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.78 by root, Thu Jan 12 05:37:34 2006 UTC vs.
Revision 1.81 by root, Fri Jan 13 12:40:46 2006 UTC

23L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>. 23L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.
24 24
25=head1 FREQUENTLY ASKED QUESTIONS 25=head1 FREQUENTLY ASKED QUESTIONS
26 26
27=over 4 27=over 4
28
29=item The new selection selects pieces that are too big, how can I select
30single words?
31
32Yes. For example, if you want to select alphanumeric words, you can use
33the following resource:
34
35 URxvt.selection.pattern-0: ([[:word:]]+)
36
37If you click more than twice, the selection will be extended
38more and more.
39
40To get a selection that is very similar to the old code, try this pattern:
41
42 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
43
44Please also note that the I<LeftClick Shift-LeftClik> combination also
45selects words like the old code.
28 46
29=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
30change/disable it? 48change/disable it?
31 49
32You can disable the perl extension completely by setting the 50You can disable the perl extension completely by setting the
654 672
655Make sure that mouse reporting is actually turned off since killing 673Make sure that mouse reporting is actually turned off since killing
656some 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
657heard that tcsh may use mouse reporting unless it otherwise specified. A 675heard that tcsh may use mouse reporting unless it otherwise specified. A
658quick 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
659depressed. See @@RXVT_NAME@@(7) 677depressed.
660 678
661=item What's with this bold/blink stuff? 679=item What's with this bold/blink stuff?
662 680
663If 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
664standard foreground colour. 682standard foreground colour.
753 771
754 # use Backspace = ^? 772 # use Backspace = ^?
755 $ stty erase ^? 773 $ stty erase ^?
756 $ @@RXVT_NAME@@ 774 $ @@RXVT_NAME@@
757 775
758Toggle 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>.
759 777
760For an existing rxvt-unicode: 778For an existing rxvt-unicode:
761 779
762 # use Backspace = ^H 780 # use Backspace = ^H
763 $ stty erase ^H 781 $ stty erase ^H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines