--- rxvt-unicode/src/perl/background 2012/08/10 20:07:11 1.75 +++ rxvt-unicode/src/perl/background 2012/10/23 21:08:27 1.80 @@ -6,7 +6,7 @@ =head1 NAME - background - manage terminal background +background - manage terminal background =head1 SYNOPSIS @@ -424,6 +424,8 @@ $base } +=back + =head2 TILING MODES The following operators modify the tiling mode of an image, that is, the @@ -535,6 +537,8 @@ =item TW +=item TH + Return the width (C) and height (C) of the terminal window (the terminal window is the full window by default, and the character area only when in border-respect mode). @@ -611,7 +615,7 @@ larger than the image, then the tiling mode defines how the extra pixels will be filled. -If C<$x> an C<$y> are missing, then C<0> is assumed for both. +If C<$x> and C<$y> are missing, then C<0> is assumed for both. If C<$width> and C<$height> are missing, then the window size will be assumed. @@ -883,7 +887,7 @@ =item muladd $mul, $add, $img # EXPERIMENTAL -First multipliesthe pixels by C<$mul>, then adds C<$add>. This cna be used +First multiplies the pixels by C<$mul>, then adds C<$add>. This can be used to implement brightness and contrast at the same time, with a wider value range than contrast and brightness operators.