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.31 by root, Thu Jun 7 13:48:15 2012 UTC vs.
Revision 1.32 by sf-exg, Thu Jun 7 13:56:27 2012 UTC

29 package urxvt::bgdsl; # background language 29 package urxvt::bgdsl; # background language
30 30
31=head2 PROVIDERS/GENERATORS 31=head2 PROVIDERS/GENERATORS
32 32
33These functions provide an image, by loading it from disk, grabbing it 33These functions provide an image, by loading it from disk, grabbing it
34from the root screen or by simply generating it. They are used as strating 34from the root screen or by simply generating it. They are used as starting
35points to get an image you can play with. 35points to get an image you can play with.
36 36
37=over 4 37=over 4
38 38
39=item load $path 39=item load $path
89=back 89=back
90 90
91=head2 VARIABLES 91=head2 VARIABLES
92 92
93The following functions provide variable data such as the terminal 93The following functions provide variable data such as the terminal
94widnow dimensions. Most of them make your expression sensitive to some 94window dimensions. Most of them make your expression sensitive to some
95events, for example using C<TW> (terminal width) means your expression is 95events, for example using C<TW> (terminal width) means your expression is
96evaluated again when the terminal is resized. 96evaluated again when the terminal is resized.
97 97
98=over 4 98=over 4
99 99

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines