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

Comparing rxvt-unicode/doc/rxvt.1.pod (file contents):
Revision 1.127 by ayin, Wed May 2 23:06:32 2007 UTC vs.
Revision 1.129 by root, Mon May 28 20:34:56 2007 UTC

386for more info. 386for more info.
387 387
388=item B<-tcw> 388=item B<-tcw>
389 389
390Change the meaning of triple-click selection with the left mouse 390Change the meaning of triple-click selection with the left mouse
391button. Only effective when the original (non-perl) selection code is
391button. Instead of selecting a full line it will extend the selection the 392in-use. Instead of selecting a full line it will extend the selection the
392end of the logical line only. resource B<tripleclickwords>. 393end of the logical line only. resource B<tripleclickwords>.
393 394
394=item B<-insecure> 395=item B<-insecure>
395 396
396Enable "insecure" mode, which currently enables most of the escape 397Enable "insecure" mode, which currently enables most of the escape
725option B<+is>) disables this behaviour, the high intensity colours are not 726option B<+is>) disables this behaviour, the high intensity colours are not
726reachable. 727reachable.
727 728
728=item B<selectstyle:> I<mode> 729=item B<selectstyle:> I<mode>
729 730
730Set mouse selection style to B<old> which is 2.20, B<oldword> which is 731Set mouse selection style to B<old> which is 2.20, B<oldword> which
731xterm style with 2.20 old word selection, or anything else which gives 732is xterm style with 2.20 old word selection, or anything else which
732xterm style selection. 733gives xterm style selection. Only effective when the original (non-perl)
734selection code is in use.
733 735
734=item B<scrollstyle:> I<mode> 736=item B<scrollstyle:> I<mode>
735 737
736Set scrollbar style to B<rxvt>, B<plain>, B<next> or B<xterm>. B<plain> is 738Set scrollbar style to B<rxvt>, B<plain>, B<next> or B<xterm>. B<plain> is
737the author's favourite. 739the author's favourite.
921=item B<cutchars:> I<string> 923=item B<cutchars:> I<string>
922 924
923The characters used as delimiters for double-click word selection 925The characters used as delimiters for double-click word selection
924(whitespace delimiting is added automatically if resource is given). 926(whitespace delimiting is added automatically if resource is given).
925 927
926When the selection extension is in use (the default if compiled in, see 928When the perl selection extension is in use (the default if compiled
927the @@RXVT_NAME@@perl(3) manpage), a suitable regex using these characters 929in, see the @@RXVT_NAME@@perl(3) manpage), a suitable regex using these
928will be created (if the resource exists, otherwise, no regex will be 930characters will be created (if the resource exists, otherwise, no regex
929created). In this mode, characters outside ISO-8859-1 can be used. 931will be created). In this mode, characters outside ISO-8859-1 can be used.
930 932
931When the selection extension is not used, only ISO-8859-1 characters can 933When the selection extension is not used, only ISO-8859-1 characters can
932be used. If not specified, the built-in default is used: 934be used. If not specified, the built-in default is used:
933 935
934B<< BACKSLASH `"'&()*,;<=>?@[]{|} >> 936B<< BACKSLASH `"'&()*,;<=>?@[]{|} >>
1198application. Instead, pressing Button1 and Button3 sends B<ESC [ 6 ~> 1200application. Instead, pressing Button1 and Button3 sends B<ESC [ 6 ~>
1199(Next) and B<ESC [ 5 ~> (Prior), respectively. Similarly, clicking on the 1201(Next) and B<ESC [ 5 ~> (Prior), respectively. Similarly, clicking on the
1200up and down arrows sends B<ESC [ A> (Up) and B<ESC [ B> (Down), 1202up and down arrows sends B<ESC [ A> (Up) and B<ESC [ B> (Down),
1201respectively. 1203respectively.
1202 1204
1203=head1 TEXT SELECTION AND INSERTION 1205=head1 THE SELECTION: SELECTING AND PASTING TEXT
1204 1206
1205The behaviour of text selection and insertion mechanism is similar to 1207The behaviour of text selection and insertion/pasting mechanism is similar
1206I<xterm>(1). 1208to I<xterm>(1).
1207 1209
1208=over 4 1210=over 4
1209 1211
1210=item B<Selection>: 1212=item B<Selecting>:
1211 1213
1212Left click at the beginning of the region, drag to the end of the region 1214Left click at the beginning of the region, drag to the end of the region
1213and release; Right click to extend the marked region; Left double-click 1215and release; Right click to extend the marked region; Left double-click
1214to select a word; Left triple-click to select the entire logical line 1216to select a word; Left triple-click to select the entire logical line
1215(which can span multiple screen lines), unless modified by resource 1217(which can span multiple screen lines), unless modified by resource
1219(Compile: I<frills>) will create a rectangular selection instead of a 1221(Compile: I<frills>) will create a rectangular selection instead of a
1220normal one. In this mode, every selected row becomes its own line in the 1222normal one. In this mode, every selected row becomes its own line in the
1221selection, and trailing whitespace is visually underlined and removed from 1223selection, and trailing whitespace is visually underlined and removed from
1222the selection. 1224the selection.
1223 1225
1224=item B<Insertion>: 1226=item B<Pasting>:
1225 1227
1226Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@> 1228Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@>
1227window causes the value of the PRIMARY selection (or CLIPBOARD with the 1229window causes the value of the PRIMARY selection (or CLIPBOARD with the
1228Meta modifier) to be inserted as if it had been typed on the keyboard. 1230B<Meta> modifier) to be inserted as if it had been typed on the keyboard.
1229 1231
1230Pressing B<Shift-Insert> causes the value of the PRIMARY selection to be 1232Pressing B<Shift-Insert> causes the value of the PRIMARY selection to be
1231inserted too. 1233inserted too.
1232 1234
1233=back 1235=back

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines