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.198 by sf-exg, Tue Aug 9 18:41:31 2011 UTC vs.
Revision 1.206 by sf-exg, Sun Nov 20 10:58:58 2011 UTC

183 183
184=item B<-fg> I<colour> 184=item B<-fg> I<colour>
185 185
186Window foreground colour; resource B<foreground>. 186Window foreground colour; resource B<foreground>.
187 187
188=item B<-pixmap> I<file[;geom[:op1][:op2][...]]> 188=item B<-pixmap> I<file[;oplist]>
189 189
190Compile I<afterimage> or I<pixbuf>: Specify image file for the background and also 190Compile I<afterimage> or I<pixbuf>: Specify image file for the background and also
191optionally specify its scaling with a geometry string. Note you may need to 191optionally specify a list of operations to modify it. Note you may need to
192add quotes to avoid special shell interpretation of the C<;> in the 192add quotes to avoid special shell interpretation of the C<;> in the
193command-line; for more details see resource B<backgroundPixmap>. 193command-line; for more details see resource B<backgroundPixmap>.
194 194
195=item B<-cr> I<colour> 195=item B<-cr> I<colour>
196 196
743=item B<borderColor:> I<colour> 743=item B<borderColor:> I<colour>
744 744
745The colour of the border around the text area and between the scrollbar 745The colour of the border around the text area and between the scrollbar
746and the text. 746and the text.
747 747
748=item B<backgroundPixmap:> I<file[;geom[:op1][:op2][...]]> 748=item B<backgroundPixmap:> I<file[;oplist]>
749 749
750Use the specified image file for the background and also 750Use the specified image file for the background and also
751optionally specify its scaling with a geometry string B<WxH+X+Y>, 751optionally specify a colon separated list of operations to modify it.
752(default C<100x100+50+50>) in which B<"W" / "H"> specify the
753horizontal/vertical scale (percent), and B<"X" / "Y"> locate the image
754centre (percent). A scale of 0 disables scaling.
755The maximum permitted scale is 1000.
756Additional operations can be specified after colon B<:op1:op2...>.
757Supported operations are: 752Supported operations are:
758 753
759 tile will tile image 754=over 4
760 propscale will scale image keeping proportions 755
761 auto will scale image to match window size. Equivalent to 100x100 756=item B<WxH+X+Y>
762 hscale will scale image horizontally to the window size 757
763 vscale will scale image vertically to the window size 758sets scale and position. B<"W" / "H"> specify the horizontal/vertical
764 scale will scale image to match window size 759scale (percent), and B<"X" / "Y"> locate the image centre (percent). A
765 root will tile image as if it was a root window background, auto-adjusting 760scale of 0 disables scaling. The maximum permitted scale is 1000.
766 whenever terminal window moves 761
762=item B<op=tile>
763
764enables tiling
765
766=item B<op=pscale>
767
768enables proportional scaling
769
770=item B<op=root>
771
772use the position of the terminal window relative to the root window as
773the image offset, simulating a root window background
774
775=back
776
777The default scale and position setting is C<100x100+50+50>.
778Alternatively, a predefined set of templates can be used to achieve
779the most common setups:
780
781=over 4
782
783=item B<style=tiled>
784
785the image is tiled with no scaling. Equivalent to 0x0+0+0:op=tile
786
787=item B<style=aspect-stretched>
788
789the image is scaled to fill the whole window maintaining the aspect
790ratio and centered. Equivalent to 100x100+50+50:op=pscale
791
792=item B<style=stretched>
793
794the image is scaled to fill the whole window. Equivalent to 100x100
795
796=item B<style=centered>
797
798the image is centered with no scaling. Equivalent to 0x0+50+50
799
800=item B<style=root-tiled>
801
802the image is tiled with no scaling and using 'root' positioning.
803Equivalent to 0x0:op=tile:op=root
804
805=back
806
807If multiple templates are specified the last one wins. Note that a
808template overrides all the scale, position and operations settings.
767 809
768If used in conjunction with B<-tr> option, the specified pixmap will be 810If used in conjunction with B<-tr> option, the specified pixmap will be
769blended over the transparent background using alpha-blending. If I<afterimage> 811blended over the transparent background using alpha-blending. If I<afterimage>
770support has been compiled in it is possible to choose other blending 812support has been compiled in it is possible to choose other blending
771types with B<-blt "type"> option. 813types with B<-blt "type"> option.
1257the @@RXVT_NAME@@perl(3) manpage. 1299the @@RXVT_NAME@@perl(3) manpage.
1258 1300
1259=item B<perl-lib>: I<path> 1301=item B<perl-lib>: I<path>
1260 1302
1261Colon-separated list of additional directories that hold extension 1303Colon-separated list of additional directories that hold extension
1262scripts. When looking for extensions specified by the C<perl> resource, 1304scripts. When looking for perl extensions, @@RXVT_NAME@@ will first
1263@@RXVT_NAME@@ will first look in these directories and then in 1305look in these directories, then in $HOME/.urxvt/ext and lastly in
1264F<@@RXVT_LIBDIR@@/urxvt/perl/>. 1306F<@@RXVT_LIBDIR@@/urxvt/perl/>.
1265 1307
1266See the @@RXVT_NAME@@perl(3) manpage. 1308See the @@RXVT_NAME@@perl(3) manpage.
1267 1309
1268=item B<< selection.pattern-I<idx> >>: I<perl-regex> 1310=item B<< selection.pattern-I<idx> >>: I<perl-regex>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines