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.85 by root, Thu Oct 3 01:11:48 2013 UTC vs.
Revision 1.86 by sf-exg, Fri Oct 4 17:09:57 2013 UTC

562 562
563A common use case is to fade the background image when the terminal loses 563A common use case is to fade the background image when the terminal loses
564focus, often together with the C<-fade> command line option. In fact, 564focus, often together with the C<-fade> command line option. In fact,
565there is a special function for just that use case: C<focus_fade>. 565there is a special function for just that use case: C<focus_fade>.
566 566
567Example: use two entirely different bacckground images, depending on 567Example: use two entirely different background images, depending on
568whether the window has focus. 568whether the window has focus.
569 569
570 FOCUS ? keep { load "has_focus.jpg" } : keep { load "no_focus.jpg" } 570 FOCUS ? keep { load "has_focus.jpg" } : keep { load "no_focus.jpg" }
571 571
572=cut 572=cut

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines