ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.1.man.in (file contents):
Revision 1.101 by sf-exg, Thu Aug 11 08:49:43 2011 UTC vs.
Revision 1.102 by sf-exg, Fri Aug 19 16:19:06 2011 UTC

122.\} 122.\}
123.rm #[ #] #H #V #F C 123.rm #[ #] #H #V #F C
124.\" ======================================================================== 124.\" ========================================================================
125.\" 125.\"
126.IX Title "@@RXVT_NAME@@ 1" 126.IX Title "@@RXVT_NAME@@ 1"
127.TH @@RXVT_NAME@@ 1 "2011-08-11" "@@RXVT_VERSION@@" "RXVT-UNICODE" 127.TH @@RXVT_NAME@@ 1 "2011-08-19" "@@RXVT_VERSION@@" "RXVT-UNICODE"
128.\" For nroff, turn off justification. Always turn off hyphenation; it makes 128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129.\" way too many mistakes in technical documents. 129.\" way too many mistakes in technical documents.
130.if n .ad l 130.if n .ad l
131.nh 131.nh
132.SH "NAME" 132.SH "NAME"
288.IX Item "-bg colour" 288.IX Item "-bg colour"
289Window background colour; resource \fBbackground\fR. 289Window background colour; resource \fBbackground\fR.
290.IP "\fB\-fg\fR \fIcolour\fR" 4 290.IP "\fB\-fg\fR \fIcolour\fR" 4
291.IX Item "-fg colour" 291.IX Item "-fg colour"
292Window foreground colour; resource \fBforeground\fR. 292Window foreground colour; resource \fBforeground\fR.
293.IP "\fB\-pixmap\fR \fIfile[;geom[:op1][:op2][...]]\fR" 4 293.IP "\fB\-pixmap\fR \fIfile[;oplist]\fR" 4
294.IX Item "-pixmap file[;geom[:op1][:op2][...]]" 294.IX Item "-pixmap file[;oplist]"
295Compile \fIafterimage\fR or \fIpixbuf\fR: Specify image file for the background and also 295Compile \fIafterimage\fR or \fIpixbuf\fR: Specify image file for the background and also
296optionally specify its scaling with a geometry string. Note you may need to 296optionally specify a list of operations to modify it. Note you may need to
297add quotes to avoid special shell interpretation of the \f(CW\*(C`;\*(C'\fR in the 297add quotes to avoid special shell interpretation of the \f(CW\*(C`;\*(C'\fR in the
298command-line; for more details see resource \fBbackgroundPixmap\fR. 298command-line; for more details see resource \fBbackgroundPixmap\fR.
299.IP "\fB\-cr\fR \fIcolour\fR" 4 299.IP "\fB\-cr\fR \fIcolour\fR" 4
300.IX Item "-cr colour" 300.IX Item "-cr colour"
301The cursor colour; resource \fBcursorColor\fR. 301The cursor colour; resource \fBcursorColor\fR.
775#969696]. Only relevant for rxvt (non XTerm/NeXT) scrollbar. 775#969696]. Only relevant for rxvt (non XTerm/NeXT) scrollbar.
776.IP "\fBborderColor:\fR \fIcolour\fR" 4 776.IP "\fBborderColor:\fR \fIcolour\fR" 4
777.IX Item "borderColor: colour" 777.IX Item "borderColor: colour"
778The colour of the border around the text area and between the scrollbar 778The colour of the border around the text area and between the scrollbar
779and the text. 779and the text.
780.IP "\fBbackgroundPixmap:\fR \fIfile[;geom[:op1][:op2][...]]\fR" 4 780.IP "\fBbackgroundPixmap:\fR \fIfile[;oplist]\fR" 4
781.IX Item "backgroundPixmap: file[;geom[:op1][:op2][...]]" 781.IX Item "backgroundPixmap: file[;oplist]"
782Use the specified image file for the background and also 782Use the specified image file for the background and also
783optionally specify its scaling with a geometry string \fBWxH+X+Y\fR, 783optionally specify a colon separated list of operations to modify it.
784(default \f(CW\*(C`100x100+50+50\*(C'\fR) in which \fB\*(L"W\*(R" / \*(L"H\*(R"\fR specify the
785horizontal/vertical scale (percent), and \fB\*(L"X\*(R" / \*(L"Y\*(R"\fR locate the image
786centre (percent). A scale of 0 disables scaling.
787The maximum permitted scale is 1000.
788Additional operations can be specified after colon \fB:op1:op2...\fR.
789Supported operations are: 784Supported operations are:
790.Sp 785.Sp
791.Vb 4 786.Vb 8
787\& B<WxH+X+Y> sets scale and position. B<"W" / "H"> specify the
788\& horizontal/vertical scale (percent), and B<"X" / "Y">
789\& locate the image centre (percent). A scale of 0 disables
790\& scaling. The maximum permitted scale is 1000.
792\& op=tile enables tiling 791\& op=tile enables tiling
793\& op=pscale enables proportional scaling 792\& op=pscale enables proportional scaling
794\& op=root use the position of the terminal window relative to the root 793\& op=root use the position of the terminal window relative to the root
795\& window as the image offset, simulating a root window background 794\& window as the image offset, simulating a root window background
796.Ve 795.Ve
797.Sp 796.Sp
797The default scale and position setting is \f(CW\*(C`100x100+50+50\*(C'\fR.
798Alternatively, a predefined set of templates can be used to achieve 798Alternatively, a predefined set of templates can be used to achieve
799the most common setups: 799the most common setups:
800.Sp 800.Sp
801.Vb 6 801.Vb 6
802\& style=tiled the image is tiled with no scaling 802\& style=tiled the image is tiled with no scaling
812Indeed, the templates can be specified in terms of low level settings 812Indeed, the templates can be specified in terms of low level settings
813as follows: 813as follows:
814.Sp 814.Sp
815.Vb 5 815.Vb 5
816\& style=tiled 0x0+0+0:op=tile 816\& style=tiled 0x0+0+0:op=tile
817\& style=aspect\-stretched +50+50:op=pscale 817\& style=aspect\-stretched 100x100+50+50:op=pscale
818\& style=stretched 100x100 818\& style=stretched 100x100
819\& style=centered 0x0+50+50 819\& style=centered 0x0+50+50
820\& style=root\-tiled 0x0:op=tile:op=root 820\& style=root\-tiled 0x0:op=tile:op=root
821.Ve 821.Ve
822.Sp 822.Sp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines