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.125 by root, Fri Jan 19 23:45:03 2007 UTC vs.
Revision 1.128 by root, Wed May 16 22:37:10 2007 UTC

751=item B<mapAlert:> I<boolean> 751=item B<mapAlert:> I<boolean>
752 752
753B<True>: de-iconify (map) on receipt of a bell character. B<False>: no 753B<True>: de-iconify (map) on receipt of a bell character. B<False>: no
754de-iconify (map) on receipt of a bell character [default]. 754de-iconify (map) on receipt of a bell character [default].
755 755
756=item B<urgentOnBell:> I<boolean>
757
758B<True>: set the urgency hint for the wm on receipt of a bell character.
759B<False>: do not set the urgency hint [default].
760
756=item B<visualBell:> I<boolean> 761=item B<visualBell:> I<boolean>
757 762
758B<True>: use visual bell on receipt of a bell character; option B<-vb>. 763B<True>: use visual bell on receipt of a bell character; option B<-vb>.
759B<False>: no visual bell [default]; option B<+vb>. 764B<False>: no visual bell [default]; option B<+vb>.
760 765
988 993
989Turn on/off secondary screen (default enabled). 994Turn on/off secondary screen (default enabled).
990 995
991=item B<secondaryScroll:> I<boolean> 996=item B<secondaryScroll:> I<boolean>
992 997
993Turn on/off secondary screen scroll (default enabled). If the this 998Turn on/off secondary screen scroll (default enabled). If this
994option is enabled, scrolls on the secondary screen will change the 999option is enabled, scrolls on the secondary screen will change the
995scrollback buffer and switching to/from the secondary screen will 1000scrollback buffer and switching to/from the secondary screen will
996instead scroll the screen up. 1001instead scroll the screen up.
997 1002
998=item B<hold>: I<boolean> 1003=item B<hold>: I<boolean>
1193application. Instead, pressing Button1 and Button3 sends B<ESC [ 6 ~> 1198application. Instead, pressing Button1 and Button3 sends B<ESC [ 6 ~>
1194(Next) and B<ESC [ 5 ~> (Prior), respectively. Similarly, clicking on the 1199(Next) and B<ESC [ 5 ~> (Prior), respectively. Similarly, clicking on the
1195up and down arrows sends B<ESC [ A> (Up) and B<ESC [ B> (Down), 1200up and down arrows sends B<ESC [ A> (Up) and B<ESC [ B> (Down),
1196respectively. 1201respectively.
1197 1202
1198=head1 TEXT SELECTION AND INSERTION 1203=head1 THE SELECTION: SELECTING AND PASTING TEXT
1199 1204
1200The behaviour of text selection and insertion mechanism is similar to 1205The behaviour of text selection and insertion/pasting mechanism is similar
1201I<xterm>(1). 1206to I<xterm>(1).
1202 1207
1203=over 4 1208=over 4
1204 1209
1205=item B<Selection>: 1210=item B<Selecting>:
1206 1211
1207Left click at the beginning of the region, drag to the end of the region 1212Left click at the beginning of the region, drag to the end of the region
1208and release; Right click to extend the marked region; Left double-click 1213and release; Right click to extend the marked region; Left double-click
1209to select a word; Left triple-click to select the entire logical line 1214to select a word; Left triple-click to select the entire logical line
1210(which can span multiple screen lines), unless modified by resource 1215(which can span multiple screen lines), unless modified by resource
1214(Compile: I<frills>) will create a rectangular selection instead of a 1219(Compile: I<frills>) will create a rectangular selection instead of a
1215normal one. In this mode, every selected row becomes its own line in the 1220normal one. In this mode, every selected row becomes its own line in the
1216selection, and trailing whitespace is visually underlined and removed from 1221selection, and trailing whitespace is visually underlined and removed from
1217the selection. 1222the selection.
1218 1223
1219=item B<Insertion>: 1224=item B<Pasting>:
1220 1225
1221Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@> 1226Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@>
1222window causes the value of the PRIMARY selection (or CLIPBOARD with the 1227window causes the value of the PRIMARY selection (or CLIPBOARD with the
1223Meta modifier) to be inserted as if it had been typed on the keyboard. 1228B<Meta> modifier) to be inserted as if it had been typed on the keyboard.
1224 1229
1225Pressing B<Shift-Insert> causes the value of the PRIMARY selection to be 1230Pressing B<Shift-Insert> causes the value of the PRIMARY selection to be
1226inserted too. 1231inserted too.
1227 1232
1228=back 1233=back

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines