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.27 by root, Thu Jan 12 23:16:31 2006 UTC vs.
Revision 1.29 by root, Mon Jan 16 14:48:39 2006 UTC

633 Mouse cut/paste suddenly no longer works. 633 Mouse cut/paste suddenly no longer works.
634 Make sure that mouse reporting is actually turned off since killing 634 Make sure that mouse reporting is actually turned off since killing
635 some editors prematurely may leave the mouse in mouse report mode. 635 some editors prematurely may leave the mouse in mouse report mode.
636 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
637 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
638 or Shift keys are depressed. See rxvt(7) 638 or Shift keys are depressed.
639 639
640 What's with this bold/blink stuff? 640 What's with this bold/blink stuff?
641 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
642 the standard foreground colour. 642 the standard foreground colour.
643 643
729 729
730 # use Backspace = ^? 730 # use Backspace = ^?
731 $ stty erase ^? 731 $ stty erase ^?
732 $ rxvt 732 $ rxvt
733 733
734 Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in rxvt(7). 734 Toggle with "ESC [ 36 h" / "ESC [ 36 l".
735 735
736 For an existing rxvt-unicode: 736 For an existing rxvt-unicode:
737 737
738 # use Backspace = ^H 738 # use Backspace = ^H
739 $ stty erase ^H 739 $ stty erase ^H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines