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.66 by root, Thu Jun 28 15:19:15 2012 UTC vs.
Revision 1.67 by sf-exg, Fri Jun 29 18:12:25 2012 UTC

172... }>. The C<keep> operator takes a block of multiple statements enclosed 172... }>. The C<keep> operator takes a block of multiple statements enclosed
173by C<{}> and keeps the return value in memory. 173by C<{}> and keeps the return value in memory.
174 174
175An expression can be "sensitive" to various external events, such as 175An expression can be "sensitive" to various external events, such as
176scaling or moving the window, root background changes and timers. Simply 176scaling or moving the window, root background changes and timers. Simply
177using an expression (such as C<scale> without parameters) that depend on 177using an expression (such as C<scale> without parameters) that depends on
178certain changing values (called "variables"), or using those variables 178certain changing values (called "variables"), or using those variables
179directly, will make an expression sensitive to these events - for example, 179directly, will make an expression sensitive to these events - for example,
180using C<scale> or C<TW> will make the expression sensitive to the terminal 180using C<scale> or C<TW> will make the expression sensitive to the terminal
181size, and thus to resizing events. 181size, and thus to resizing events.
182 182

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines