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.252 by root, Sat Dec 27 19:27:42 2014 UTC vs.
Revision 1.253 by sf-exg, Fri Jan 16 20:13:01 2015 UTC

1697compare the on-screen display with its stored representation. If they 1697compare the on-screen display with its stored representation. If they
1698differ, it redraws the differences. 1698differ, it redraws the differences.
1699 1699
1700Used after changing terminal contents to display them. 1700Used after changing terminal contents to display them.
1701 1701
1702=item $term->refresh_check
1703
1704Checks if a refresh has been requested and, if so, schedules one.
1705
1702=item $text = $term->ROW_t ($row_number[, $new_text[, $start_col]]) 1706=item $text = $term->ROW_t ($row_number[, $new_text[, $start_col]])
1703 1707
1704Returns the text of the entire row with number C<$row_number>. Row C<< $term->top_row >> 1708Returns the text of the entire row with number C<$row_number>. Row C<< $term->top_row >>
1705is the topmost terminal line, row C<< $term->nrow-1 >> is the bottommost 1709is the topmost terminal line, row C<< $term->nrow-1 >> is the bottommost
1706terminal line. Nothing will be returned if a nonexistent line 1710terminal line. Nothing will be returned if a nonexistent line

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines