slightly improve docs
authorroot <root>
Fri, 16 Nov 2007 11:14:12 +0000 (11:14 +0000)
committerroot <root>
Fri, 16 Nov 2007 11:14:12 +0000 (11:14 +0000)
doc/rxvt.1.pod

index 8986325d31d9dc6898e50d7c59d46b3080557237..692566abff6e316a4daaa5b3a964a4134a09c72b 100644 (file)
@@ -697,29 +697,29 @@ and the text.
 
 =item B<backgroundPixmap:> I<file[;geom[:op1][:op2][...]]>
 
-Use the specified image file for the background and also optionally
-specify its scaling with a geometry string B<WxH+X+Y>,
-in which B<"W" / "H"> specify the horizontal/vertical scale (percent),
-and B<"X" / "Y"> locate the image centre (percent).
-A scale of 0 displays the image with tiling. A scale of 1 displays the
-image without any scaling. A scale of 2 to 9 specifies an integer
-number of images in that direction. No image will be magnified beyond
-10 times its original size. The maximum permitted scale is 1000.
-Additional operations can be specified after colon B<:op1:op2...>. 
-Supported operations are: 
-  B<"tile"> - force background image to be tiled and not scaled. Equivalent to 0x0,
-  B<"propscale"> - will scale image keeping proportions, 
-  B<"auto"> - will scale image to match window size. Equivalent to 100x100;
-  B<"hscale"> - will scale image horizontally to the window size; 
-  B<"vscale"> - will scale image vertically to the window size;
-  B<"scale"> - will scale image to match window size;
-  B<"root"> - will tile image as if it was a root window background, auto-adjusting
-    whenever terminal window moves. 
-
-If used in conjunction with B<-tr> option - specified pixmap will be
+Use the specified image file for the background and also
+optionally specify its scaling with a geometry string B<WxH+X+Y>,
+(default C<0x0+50+50>) in which B<"W" / "H"> specify the
+horizontal/vertical scale (percent), and B<"X" / "Y"> locate the image
+centre (percent).  A scale of 0 displays the image with tiling. A scale
+of 1 displays the image without any scaling. A scale of 2 to 9 specifies
+an integer number of images in that direction. No image will be magnified
+beyond 10 times its original size. The maximum permitted scale is 1000.
+Additional operations can be specified after colon B<:op1:op2...>.
+Supported operations are:
+
+  tile        force background image to be tiled and not scaled. Equivalent to 0x0,
+  propscale   will scale image keeping proportions, 
+  auto        will scale image to match window size. Equivalent to 100x100;
+  hscale      will scale image horizontally to the window size; 
+  vscale      will scale image vertically to the window size;
+  scale       will scale image to match window size;
+  root        will tile image as if it was a root window background, auto-adjusting
+              whenever terminal window moves. 
+
+If used in conjunction with B<-tr> option, the specified pixmap will be
 blended over transparency image using either alpha-blending, or any
 other blending type, specified with B<-blt "type"> option.
-[default 0x0+50+50]
 
 =item B<path:> I<path>