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

672 672
673Make sure that mouse reporting is actually turned off since killing 673Make sure that mouse reporting is actually turned off since killing
674some 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
675heard that tcsh may use mouse reporting unless it otherwise specified. A 675heard that tcsh may use mouse reporting unless it otherwise specified. A
676quick 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
677depressed. See @@RXVT_NAME@@(7) 677depressed.
678 678
679=item What's with this bold/blink stuff? 679=item What's with this bold/blink stuff?
680 680
681If 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
682standard foreground colour. 682standard foreground colour.
771 771
772 # use Backspace = ^? 772 # use Backspace = ^?
773 $ stty erase ^? 773 $ stty erase ^?
774 $ @@RXVT_NAME@@ 774 $ @@RXVT_NAME@@
775 775
776Toggle 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>.
777 777
778For an existing rxvt-unicode: 778For an existing rxvt-unicode:
779 779
780 # use Backspace = ^H 780 # use Backspace = ^H
781 $ stty erase ^H 781 $ stty erase ^H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines