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.201 by sf-exg, Wed Aug 10 07:34:35 2011 UTC vs.
Revision 1.202 by sf-exg, Thu Aug 11 08:37:17 2011 UTC

754centre (percent). A scale of 0 disables scaling. 754centre (percent). A scale of 0 disables scaling.
755The maximum permitted scale is 1000. 755The maximum permitted scale is 1000.
756Additional operations can be specified after colon B<:op1:op2...>. 756Additional operations can be specified after colon B<:op1:op2...>.
757Supported operations are: 757Supported operations are:
758 758
759 tile will tile image 759 op=tile enables tiling
760 propscale will scale image keeping proportions 760 op=pscale enables proportional scaling
761 scale will scale image to match window size 761 op=root use the position of the terminal window relative to the root
762 center will center image with no scaling 762 window as the image offset, simulating a root window background
763 root will tile image as if it was a root window background, auto-adjusting 763
764 whenever terminal window moves 764Alternatively, a predefined set of templates can be used to achieve
765the most common setups:
766
767 style=tiled the image is tiled with no scaling
768 style=aspect-stretched the image is scaled to fill the whole window maintaining
769 the aspect ratio and centered
770 style=stretched the image is scaled to fill the whole window
771 style=centered the image is centered with no scaling
772 style=root-tiled the image is tiled with no scaling and using 'op=root' positioning
773
774If multiple templates are specified the last one wins. Note that a
775template overrides all the scale, position and operations settings.
776Indeed, the templates can be specified in terms of low level settings
777as follows:
778
779 style=tiled 0x0+0+0:op=tile
780 style=aspect-stretched +50+50:op=pscale
781 style=stretched 100x100
782 style=centered 0x0+50+50
783 style=root-tiled 0x0:op=tile:op=root
765 784
766If used in conjunction with B<-tr> option, the specified pixmap will be 785If used in conjunction with B<-tr> option, the specified pixmap will be
767blended over the transparent background using alpha-blending. If I<afterimage> 786blended over the transparent background using alpha-blending. If I<afterimage>
768support has been compiled in it is possible to choose other blending 787support has been compiled in it is possible to choose other blending
769types with B<-blt "type"> option. 788types with B<-blt "type"> option.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines