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

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.195 by sf-exg, Fri Sep 3 09:57:30 2010 UTC vs.
Revision 1.196 by sf-exg, Fri Sep 3 10:16:12 2010 UTC

247your picture with gimp or any other tool: 247your picture with gimp or any other tool:
248 248
249 convert wallpaper.jpg -blur 20x20 -modulate 30 background.jpg 249 convert wallpaper.jpg -blur 20x20 -modulate 30 background.jpg
250 @@URXVT_NAME@@ -pixmap "background.jpg;:root" 250 @@URXVT_NAME@@ -pixmap "background.jpg;:root"
251 251
252That works. If you think it doesn't, you lack AfterImage support, or you 252That works. If you think it doesn't, you lack libAfterImage or GDK-PixBuf support, or you
253are unable to read. 253are unable to read.
254 254
2553. Use an ARGB visual: 2553. Use an ARGB visual:
256 256
257 @@URXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc 257 @@URXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc
2005 B<< C<Ps = 11> >> Change colour of text background to B<< C<Pt> >> 2005 B<< C<Ps = 11> >> Change colour of text background to B<< C<Pt> >>
2006 B<< C<Ps = 12> >> Change colour of text cursor foreground to B<< C<Pt> >> 2006 B<< C<Ps = 12> >> Change colour of text cursor foreground to B<< C<Pt> >>
2007 B<< C<Ps = 13> >> Change colour of mouse foreground to B<< C<Pt> >> 2007 B<< C<Ps = 13> >> Change colour of mouse foreground to B<< C<Pt> >>
2008 B<< C<Ps = 17> >> Change background colour of highlight characters to B<< C<Pt> >> 2008 B<< C<Ps = 17> >> Change background colour of highlight characters to B<< C<Pt> >>
2009 B<< C<Ps = 19> >> Change foreground colour of highlight characters to B<< C<Pt> >> 2009 B<< C<Ps = 19> >> Change foreground colour of highlight characters to B<< C<Pt> >>
2010 B<< C<Ps = 20> >> Change background pixmap parameters (see section BACKGROUND IMAGE) (Compile AfterImage). 2010 B<< C<Ps = 20> >> Change background pixmap parameters (see section BACKGROUND IMAGE) (Compile afterimage or pixbuf).
2011 B<< C<Ps = 39> >> Change default foreground colour to B<< C<Pt> >>. [deprecated, use 10] 2011 B<< C<Ps = 39> >> Change default foreground colour to B<< C<Pt> >>. [deprecated, use 10]
2012 B<< C<Ps = 46> >> Change Log File to B<< C<Pt> >> I<unimplemented> 2012 B<< C<Ps = 46> >> Change Log File to B<< C<Pt> >> I<unimplemented>
2013 B<< C<Ps = 49> >> Change default background colour to B<< C<Pt> >>. [deprecated, use 11] 2013 B<< C<Ps = 49> >> Change default background colour to B<< C<Pt> >>. [deprecated, use 11]
2014 B<< C<Ps = 50> >> Set fontset to B<< C<Pt> >>, with the following special values of B<< C<Pt> >> (B<rxvt>) B<< C<#+n> >> change up B<< C<n> >> B<< C<#-n> >> change down B<< C<n> >> if B<< C<n> >> is missing of 0, a value of 1 is used I<empty> change to font0 B<< C<n> >> change to font B<< C<n> >> 2014 B<< C<Ps = 50> >> Set fontset to B<< C<Pt> >>, with the following special values of B<< C<Pt> >> (B<rxvt>) B<< C<#+n> >> change up B<< C<n> >> B<< C<#-n> >> change down B<< C<n> >> if B<< C<n> >> is missing of 0, a value of 1 is used I<empty> change to font0 B<< C<n> >> change to font B<< C<n> >>
2015 B<< C<Ps = 55> >> Log all scrollback buffer and all of screen to B<< C<Pt> >> [disabled] 2015 B<< C<Ps = 55> >> Log all scrollback buffer and all of screen to B<< C<Pt> >> [disabled]
2367Note that with this option enabled, @@RXVT_NAME@@'s memory footprint might 2367Note that with this option enabled, @@RXVT_NAME@@'s memory footprint might
2368increase by a few megabytes even if no extra features are used (mostly due 2368increase by a few megabytes even if no extra features are used (mostly due
2369to third-party libraries used by libAI). Memory footprint may somewhat be 2369to third-party libraries used by libAI). Memory footprint may somewhat be
2370lowered if libAfterImage is configured without support for SVG. 2370lowered if libAfterImage is configured without support for SVG.
2371 2371
2372=item --enable-pixbuf (default: off)
2373
2374Add support for GDK-PixBuf to be used for background images.
2375It adds support for many file formats including JPG, PNG,
2376TIFF, GIF, XPM, BMP, ICO and TGA.
2377
2372=item --enable-transparency (default: on) 2378=item --enable-transparency (default: on)
2373 2379
2374Add support for backgrounds, creating illusion of transparency in the term. 2380Add support for backgrounds, creating illusion of transparency in the term.
2375 2381
2376=item --enable-fading (default: on) 2382=item --enable-fading (default: on)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines