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.129 by root, Mon May 28 20:34:56 2007 UTC vs.
Revision 1.132 by root, Mon Jun 18 13:38:12 2007 UTC

108 108
109Turn on/off simulated reverse video; resource B<reverseVideo>. 109Turn on/off simulated reverse video; resource B<reverseVideo>.
110 110
111=item B<-j>|B<+j> 111=item B<-j>|B<+j>
112 112
113Turn on/off jump scrolling; resource B<jumpScroll>. 113Turn on/off jump scrolling (allow multiple lines per refresh); resource B<jumpScroll>.
114
115=item B<-ss>|B<+ss>
116
117Turn on/off skip scrolling (allow multiple screens per refresh); resource B<skipScroll>.
114 118
115=item B<-ip>|B<+ip> | B<-tr>|B<+tr> 119=item B<-ip>|B<+ip> | B<-tr>|B<+tr>
116 120
117Turn on/off inheriting parent window's pixmap. Alternative form is 121Turn on/off inheriting parent window's pixmap. Alternative form is
118B<-tr>; resource B<inheritPixmap>. 122B<-tr>; resource B<inheritPixmap>.
140used to brighten or darken the image in addition to tinting it; resource 144used to brighten or darken the image in addition to tinting it; resource
141I<tintColor>. Example: 145I<tintColor>. Example:
142 146
143 @@RXVT_NAME@@ -tr -tint blue -sh 40 147 @@RXVT_NAME@@ -tr -tint blue -sh 40
144 148
145=item B<-sh> 149=item B<-sh> I<number>
146 150
147I<number> Darken (0 .. 100) or lighten (-1 .. -100) the transparent 151Darken (0 .. 100) or lighten (-1 .. -100) the transparent
148background image in addition to tinting it (i.e. B<-tint> must be 152background image in addition to (or instead of) tinting it;
149specified, too, e.g. C<-tint white>); resource I<shading>. 153resource I<shading>.
154
155=item B<-blt> I<string>
156
157Specify background blending type. If background pixmap is specified
158at the same time as transparency - such pixmap will be blended over
159transparency image, using method specified. Supported values are :
160B<add>, B<alphablend>, B<allanon> - color values averaging, B<colorize>,
161B<darken>, B<diff>, B<dissipate>, B<hue>, B<lighten>, B<overlay>,
162B<saturate>, B<screen>, B<sub>, B<tint>, B<value>. The default is
163alpha-blending; resource I<blendType>.
164
165=item B<-blr> I<number>
166
167Apply Gaussian Blur with the specified radius to the transparent
168background image; resource I<blurRadius>.
150 169
151=item B<-bg> I<colour> 170=item B<-bg> I<colour>
152 171
153Window background colour; resource B<background>. 172Window background colour; resource B<background>.
154 173
156 175
157Window foreground colour; resource B<foreground>. 176Window foreground colour; resource B<foreground>.
158 177
159=item B<-pixmap> I<file[;geom]> 178=item B<-pixmap> I<file[;geom]>
160 179
161Compile I<XPM>: Specify XPM file for the background and also optionally 180Compile I<afterimage>: Specify image file for the background and also
162specify its scaling with a geometry string. Note you may need to 181optionally specify its scaling with a geometry string. Note you may need to
163add quotes to avoid special shell interpretation of the C<;> in the 182add quotes to avoid special shell interpretation of the C<;> in the
164command-line; resource B<backgroundPixmap>. 183command-line; for more details see resource B<backgroundPixmap>.
165 184
166=item B<-cr> I<colour> 185=item B<-cr> I<colour>
167 186
168The cursor colour; resource B<cursorColor>. 187The cursor colour; resource B<cursorColor>.
169 188
592option B<-rv>. B<False>: regular screen colours [default]; option 611option B<-rv>. B<False>: regular screen colours [default]; option
593B<+rv>. See note in B<COLORS AND GRAPHICS> section. 612B<+rv>. See note in B<COLORS AND GRAPHICS> section.
594 613
595=item B<jumpScroll:> I<boolean> 614=item B<jumpScroll:> I<boolean>
596 615
597B<True>: specify that jump scrolling should be used. When scrolling 616B<True>: specify that jump scrolling should be used. When receiving lots
598quickly, fewer screen updates are performed [default]; option B<-j>. 617of lines, @@RXVT_NAME@@ will only scroll once a whole screen height of lines
618has been read, resulting in fewer updates while still displaying every
619received line; option B<-j>.
620
599B<False>: specify that smooth scrolling should be used; option B<+j>. 621B<False>: specify that smooth scrolling should be used. @@RXVT_NAME@@ will
622force a screen refresh on each new line it received; option B<+j>.
623
624=item B<skipScroll:> I<boolean>
625
626B<True>: (the default) specify that skip scrolling should be used. When
627receiving lots of lines, @@RXVT_NAME@@ will only scroll once in a while
628(around 60 times per second), resulting in far fewer updates. This can
629result in @@RXVT_NAME@@ not ever displaying some of the lines it receives;
630option B<-ss>.
631
632B<False>: specify that everything is to be displayed, even
633if the refresh is too fast for the human eye to read anything (or the
634monitor to display anything); option B<+ss>.
600 635
601=item B<inheritPixmap:> I<boolean> 636=item B<inheritPixmap:> I<boolean>
602 637
603B<True>: make the background inherit the parent windows' pixmap, giving 638B<True>: make the background inherit the parent windows' pixmap, giving
604artificial transparency. B<False>: do not inherit the parent windows' 639artificial transparency. B<False>: do not inherit the parent windows'
624=item B<shading:> I<number> 659=item B<shading:> I<number>
625 660
626Darken (0 .. 100) or lighten (-1 .. -100) the transparent background image 661Darken (0 .. 100) or lighten (-1 .. -100) the transparent background image
627in addition to tinting it; option B<-sh>. 662in addition to tinting it; option B<-sh>.
628 663
664=item B<blendType:> I<string>
665
666Specify background blending type; option B<-blt>.
667
668=item B<blurRadius:> I<number>
669
670Apply Gaussian Blurr with the specified radius to the transparent
671background image; option B<-blr>.
672
629=item B<scrollColor:> I<colour> 673=item B<scrollColor:> I<colour>
630 674
631Use the specified colour for the scrollbar [default #B2B2B2]. 675Use the specified colour for the scrollbar [default #B2B2B2].
632 676
633=item B<troughColor:> I<colour> 677=item B<troughColor:> I<colour>
640The colour of the border around the text area and between the scrollbar 684The colour of the border around the text area and between the scrollbar
641and the text. 685and the text.
642 686
643=item B<backgroundPixmap:> I<file[;geom]> 687=item B<backgroundPixmap:> I<file[;geom]>
644 688
645Use the specified XPM file (note the `.xpm' extension is optional) for 689Use the specified image file for the background and also optionally
646the background and also optionally specify its scaling with a geometry 690specify its scaling with a geometry string B<WxH+X+Y>,
647string B<WxH+X+Y>, in which B<"W" / "H"> specify the 691in which B<"W" / "H"> specify the horizontal/vertical scale (percent),
648horizontal/vertical scale (percent) and B<"X" / "Y"> locate the image 692and B<"X" / "Y"> locate the image centre (percent).
649centre (percent). A scale of 0 displays the image with tiling. A scale 693A scale of 0 displays the image with tiling. A scale of 1 displays the
650of 1 displays the image without any scaling. A scale of 2 to 9 694image without any scaling. A scale of 2 to 9 specifies an integer
651specifies an integer number of images in that direction. No image will 695number of images in that direction. No image will be magnified beyond
652be magnified beyond 10 times its original size. The maximum permitted 69610 times its original size. The maximum permitted scale is 1000.
653scale is 1000. [default 0x0+50+50] 697Special string of B<"auto"> used as a geometry will cause image to be
698automatically scaled to match window size.
699If used in conjunction with B<-tr> option - specified pixmap will be
700blended over transparency image using either alpha-blending, or any
701other blending type, specified with B<-blt "type"> option.
702[default 0x0+50+50]
654 703
655=item B<path:> I<path> 704=item B<path:> I<path>
656 705
657Specify the colon-delimited search path for finding XPM files. 706Specify the colon-delimited search path for finding XPM files.
658 707
1172 1221
1173=item B<override-redirect>: I<boolean> 1222=item B<override-redirect>: I<boolean>
1174 1223
1175Compile I<frills>: Sets override-redirect for the terminal window, making 1224Compile I<frills>: Sets override-redirect for the terminal window, making
1176it almost invisible to window managers; option B<-override-redirect>. 1225it almost invisible to window managers; option B<-override-redirect>.
1226
1227=item B<iso14755_52:> I<boolean>
1228
1229Turn on/off ISO 14755 5.2 mode (default enabled).
1177 1230
1178=back 1231=back
1179 1232
1180=head1 THE SCROLLBAR 1233=head1 THE SCROLLBAR
1181 1234

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines