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.71 by root, Wed Dec 31 14:40:24 2014 UTC vs.
Revision 1.72 by root, Sat May 14 08:28:25 2016 UTC

482 URxvt.perl-ext-common: default,-selection-popup,-option-popup 482 URxvt.perl-ext-common: default,-selection-popup,-option-popup
483 483
484 This will keep the default extensions, but disable the two popup 484 This will keep the default extensions, but disable the two popup
485 extensions. Some extensions can also be configured, for example, 485 extensions. Some extensions can also be configured, for example,
486 scrollback search mode is triggered by M-s. You can move it to any other 486 scrollback search mode is triggered by M-s. You can move it to any other
487 combination either by setting the searchable-scrollback resource: 487 combination by adding a keysym resource that binds the desired
488 combination to the "start" action of "searchable-scrollback" and another
489 one that binds M-s to the "builtin:" action:
488 490
489 URxvt.searchable-scrollback: CM-s 491 URxvt.keysym.CM-s: searchable-scrollback:start
492 URxvt.keysym.M-s: builtin:
490 493
491 The cursor moves when selecting text in the current input line, how do I switch this off? 494 The cursor moves when selecting text in the current input line, how do I switch this off?
492 See next entry. 495 See next entry.
493 496
494 During rlogin/ssh/telnet/etc. sessions, clicking near the cursor outputs strange escape sequences, how do I fix this? 497 During rlogin/ssh/telnet/etc. sessions, clicking near the cursor outputs strange escape sequences, how do I fix this?
825 See next entry. 828 See next entry.
826 829
827 I need a termcap file entry. 830 I need a termcap file entry.
828 One reason you might want this is that some distributions or operating 831 One reason you might want this is that some distributions or operating
829 systems still compile some programs using the long-obsoleted termcap 832 systems still compile some programs using the long-obsoleted termcap
830 library (Fedora Core's bash is one example) and rely on a termcap entry 833 library (Fedora's bash is one example) and rely on a termcap entry for
831 for "rxvt-unicode". 834 "rxvt-unicode".
832 835
833 You could use rxvt's termcap entry with reasonable results in many 836 You could use rxvt's termcap entry with reasonable results in many
834 cases. You can also create a termcap entry by using terminfo's infocmp 837 cases. You can also create a termcap entry by using terminfo's infocmp
835 program like this: 838 program like this:
836 839

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines