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.13 by root, Tue Jan 3 00:06:57 2006 UTC vs.
Revision 1.14 by root, Tue Jan 3 01:15:00 2006 UTC

410 410
411Returns the negative row number of the topmost line. Minimum value is 411Returns the negative row number of the topmost line. Minimum value is
412C<0>, which displays the normal terminal contents. Larger values scroll 412C<0>, which displays the normal terminal contents. Larger values scroll
413this many lines into the scrollback buffer. 413this many lines into the scrollback buffer.
414 414
415=item $term->want_refresh
416
417Requests a screen refresh. At the next opportunity, rxvt-unicode will
418compare the on-screen display with its stored representation. If they
419differ, it redraws the differences.
420
421Used after changing terminal contents to display them.
422
415=item $text = $term->ROW_t ($row_number[, $new_text[, $start_col]]) 423=item $text = $term->ROW_t ($row_number[, $new_text[, $start_col]])
416 424
417Returns the text of the entire row with number C<$row_number>. Row C<0> 425Returns the text of the entire row with number C<$row_number>. Row C<0>
418is the topmost terminal line, row C<< $term->$ncol-1 >> is the bottommost 426is the topmost terminal line, row C<< $term->$ncol-1 >> is the bottommost
419terminal line. The scrollback buffer starts at line C<-1> and extends to 427terminal line. The scrollback buffer starts at line C<-1> and extends to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines