ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.171 by root, Fri Oct 10 00:11:44 2008 UTC vs.
Revision 1.172 by root, Fri Oct 10 00:21:15 2008 UTC

1386 1386
1387The methods currently supported on C<urxvt::overlay> objects are: 1387The methods currently supported on C<urxvt::overlay> objects are:
1388 1388
1389=over 4 1389=over 4
1390 1390
1391=item $overlay->set ($x, $y, $text, $rend) 1391=item $overlay->set ($x, $y, $text[, $rend])
1392 1392
1393Similar to C<< $term->ROW_t >> and C<< $term->ROW_r >> in that it puts 1393Similar to C<< $term->ROW_t >> and C<< $term->ROW_r >> in that it puts
1394text in rxvt-unicode's special encoding and an array of rendition values 1394text in rxvt-unicode's special encoding and an array of rendition values
1395at a specific position inside the overlay. 1395at a specific position inside the overlay.
1396
1397If C<$rend> is missing, then the rendition will not be changed.
1396 1398
1397=item $overlay->hide 1399=item $overlay->hide
1398 1400
1399If visible, hide the overlay, but do not destroy it. 1401If visible, hide the overlay, but do not destroy it.
1400 1402

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines