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.183 by sf-exg, Fri Sep 3 10:16:12 2010 UTC vs.
Revision 1.185 by sf-exg, Mon Oct 4 07:18:23 2010 UTC

760 760
761=item B<backgroundPixmap:> I<file[;geom[:op1][:op2][...]]> 761=item B<backgroundPixmap:> I<file[;geom[:op1][:op2][...]]>
762 762
763Use the specified image file for the background and also 763Use the specified image file for the background and also
764optionally specify its scaling with a geometry string B<WxH+X+Y>, 764optionally specify its scaling with a geometry string B<WxH+X+Y>,
765(default C<0x0+50+50>) in which B<"W" / "H"> specify the 765(default C<100x100+50+50>) in which B<"W" / "H"> specify the
766horizontal/vertical scale (percent), and B<"X" / "Y"> locate the image 766horizontal/vertical scale (percent), and B<"X" / "Y"> locate the image
767centre (percent). A scale of 0 displays the image with tiling. A scale 767centre (percent). A scale of 0 displays the image with tiling.
768of 1 displays the image without any scaling. A scale of 2 to 9 specifies 768The maximum permitted scale is 1000.
769an integer number of images in that direction. No image will be magnified
770beyond 10 times its original size. The maximum permitted scale is 1000.
771Additional operations can be specified after colon B<:op1:op2...>. 769Additional operations can be specified after colon B<:op1:op2...>.
772Supported operations are: 770Supported operations are:
773 771
774 tile force background image to be tiled and not scaled. Equivalent to 0x0 772 tile force background image to be tiled and not scaled. Equivalent to 0x0
775 propscale will scale image keeping proportions 773 propscale will scale image keeping proportions
1200C<@@RXVT_NAME@@ -pe selection>) listens for C<selection:rot13> events: 1198C<@@RXVT_NAME@@ -pe selection>) listens for C<selection:rot13> events:
1201 1199
1202 URxvt.keysym.M-C-c: perl:selection:rot13 1200 URxvt.keysym.M-C-c: perl:selection:rot13
1203 1201
1204Due the the large number of modifier combinations, a defined key mapping 1202Due the the large number of modifier combinations, a defined key mapping
1205will match if at I<at least> the specified identifiers are being set, and 1203will match if I<at least> the specified identifiers are being set, and
1206no other key mappings with those and more bits are being defined. That 1204no other key mappings with those and more bits are being defined. That
1207means that defining a key map for C<a> will automatically provide 1205means that defining a key map for C<a> will automatically provide
1208definitions for C<Meta-a>, C<Shift-a> and so on, unless some of those are defined 1206definitions for C<Meta-a>, C<Shift-a> and so on, unless some of those are defined
1209mappings themselves. 1207mappings themselves.
1210 1208

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines