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.75 by root, Fri Aug 10 20:07:11 2012 UTC vs.
Revision 1.77 by root, Tue Sep 4 11:21:11 2012 UTC

422 for @_; 422 for @_;
423 423
424 $base 424 $base
425 } 425 }
426 426
427=back
428
427=head2 TILING MODES 429=head2 TILING MODES
428 430
429The following operators modify the tiling mode of an image, that is, the 431The following operators modify the tiling mode of an image, that is, the
430way that pixels outside the image area are painted when the image is used. 432way that pixels outside the image area are painted when the image is used.
431 433
532background (that's exactly what C<rootalign> does btw.): 534background (that's exactly what C<rootalign> does btw.):
533 535
534 move -TX, -TY, keep { load "mybg.png" } 536 move -TX, -TY, keep { load "mybg.png" }
535 537
536=item TW 538=item TW
539
540=item TH
537 541
538Return the width (C<TW>) and height (C<TH>) of the terminal window (the 542Return the width (C<TW>) and height (C<TH>) of the terminal window (the
539terminal window is the full window by default, and the character area only 543terminal window is the full window by default, and the character area only
540when in border-respect mode). 544when in border-respect mode).
541 545

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines