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

Comparing rxvt-unicode/README.FAQ (file contents):
Revision 1.25 by root, Thu Jan 12 05:37:34 2006 UTC vs.
Revision 1.30 by root, Mon Jan 16 15:07:27 2006 UTC

1FREQUENTLY ASKED QUESTIONS 1FREQUENTLY ASKED QUESTIONS
2 The new selection selects pieces that are too big, how can I select
3 single words?
4 Yes. For example, if you want to select alphanumeric words, you can
5 use the following resource:
6
7 URxvt.selection.pattern-0: ([[:word:]]+)
8
9 If you click more than twice, the selection will be extended more
10 and more.
11
12 To get a selection that is very similar to the old code, try this
13 pattern:
14
15 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
16
17 Please also note that the *LeftClick Shift-LeftClik* combination
18 also selects words like the old code.
19
2 I don't like the new selection/popups/hotkeys/perl, how do I 20 I don't like the new selection/popups/hotkeys/perl, how do I
3 change/disable it? 21 change/disable it?
4 You can disable the perl extension completely by setting the 22 You can disable the perl extension completely by setting the
5 perl-ext-common resource to the empty string, which also keeps 23 perl-ext-common resource to the empty string, which also keeps
6 rxvt-unicode from initialising perl, saving memory. 24 rxvt-unicode from initialising perl, saving memory.
562 580
563 My input method wants <some encoding> but I want UTF-8, what can I do? 581 My input method wants <some encoding> but I want UTF-8, what can I do?
564 You can specify separate locales for the input method and the rest 582 You can specify separate locales for the input method and the rest
565 of the terminal, using the resource "imlocale": 583 of the terminal, using the resource "imlocale":
566 584
567 URxvt*imlocale: ja_JP.EUC-JP 585 URxvt.imlocale: ja_JP.EUC-JP
568 586
569 Now you can start your terminal with "LC_CTYPE=ja_JP.UTF-8" and 587 Now you can start your terminal with "LC_CTYPE=ja_JP.UTF-8" and
570 still use your input method. Please note, however, that you will not 588 still use your input method. Please note, however, that you will not
571 be able to input characters outside "EUC-JP" in a normal way then, 589 be able to input characters outside "EUC-JP" in a normal way then,
572 as your input method limits you. 590 as your input method limits you.
615 Mouse cut/paste suddenly no longer works. 633 Mouse cut/paste suddenly no longer works.
616 Make sure that mouse reporting is actually turned off since killing 634 Make sure that mouse reporting is actually turned off since killing
617 some editors prematurely may leave the mouse in mouse report mode. 635 some editors prematurely may leave the mouse in mouse report mode.
618 I've heard that tcsh may use mouse reporting unless it otherwise 636 I've heard that tcsh may use mouse reporting unless it otherwise
619 specified. A quick check is to see if cut/paste works when the Alt 637 specified. A quick check is to see if cut/paste works when the Alt
620 or Shift keys are depressed. See rxvt(7) 638 or Shift keys are depressed.
621 639
622 What's with this bold/blink stuff? 640 What's with this bold/blink stuff?
623 If no bold colour is set via "colorBD:", bold will invert text using 641 If no bold colour is set via "colorBD:", bold will invert text using
624 the standard foreground colour. 642 the standard foreground colour.
625 643
711 729
712 # use Backspace = ^? 730 # use Backspace = ^?
713 $ stty erase ^? 731 $ stty erase ^?
714 $ rxvt 732 $ rxvt
715 733
716 Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in rxvt(7). 734 Toggle with "ESC [ 36 h" / "ESC [ 36 l".
717 735
718 For an existing rxvt-unicode: 736 For an existing rxvt-unicode:
719 737
720 # use Backspace = ^H 738 # use Backspace = ^H
721 $ stty erase ^H 739 $ stty erase ^H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines