ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/background
(Generate patch)

Comparing rxvt-unicode/src/perl/background (file contents):
Revision 1.86 by sf-exg, Fri Oct 4 17:09:57 2013 UTC vs.
Revision 1.87 by sf-exg, Sat Oct 12 08:36:44 2013 UTC

958=item focus_fade $factor, $color, $img 958=item focus_fade $factor, $color, $img
959 959
960Fades the image by the given factor (and colour) when focus is lost (the 960Fades the image by the given factor (and colour) when focus is lost (the
961same as the C<-fade>/C<-fadecolor> command line options, which also supply 961same as the C<-fade>/C<-fadecolor> command line options, which also supply
962the default values for C<factor> and C<$color>. Unlike with C<-fade>, the 962the default values for C<factor> and C<$color>. Unlike with C<-fade>, the
963C<$factor> is the real value, not a percentage value (that is, 0..1, not 963C<$factor> is a real value, not a percentage value (that is, 0..1, not
9640..100). 9640..100).
965 965
966Example: do the right thing when focus fading is requested. 966Example: do the right thing when focus fading is requested.
967 967
968 focus_fade load "mybg.jpg"; 968 focus_fade load "mybg.jpg";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines