apply patch by exg
authorroot <root>
Thu, 5 Jun 2008 08:40:38 +0000 (08:40 +0000)
committerroot <root>
Thu, 5 Jun 2008 08:40:38 +0000 (08:40 +0000)
Changes
src/urxvt.pm

diff --git a/Changes b/Changes
index 2900a5b2164f2ab87993130b6e1f7f060e84b652..1b7e9f5a1fdb431dd7268998f580af98ebd1dc4a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -18,8 +18,6 @@ WISH: load system-wide config file even if we don't have one
 WISH: look into XAddConnectionWatch, does anybody need that?
 DUMB: support tex fonts
 
-TODO: fix perl doc for $term->ROW_t
-
 TODO: rxvt -font 10x20 -xrm "*.tabbed.font: 10x20" -pe tabbed
       how does one affect the tab windows themselves? seems not to work anymore.
 
index bab0a498ae68cda1013d90b495170641b98718d2..c8afb2f080219405c3999139714531cd550a9efd 100644 (file)
@@ -1599,10 +1599,9 @@ Used after changing terminal contents to display them.
 
 =item $text = $term->ROW_t ($row_number[, $new_text[, $start_col]])
 
-Returns the text of the entire row with number C<$row_number>. Row C<0>
-is the topmost terminal line, row C<< $term->$ncol-1 >> is the bottommost
-terminal line. The scrollback buffer starts at line C<-1> and extends to
-line C<< -$term->nsaved >>. Nothing will be returned if a nonexistent line
+Returns the text of the entire row with number C<$row_number>. Row C<< $term->top_row >>
+is the topmost terminal line, row C<< $term->nrow-1 >> is the bottommost
+terminal line. Nothing will be returned if a nonexistent line
 is requested.
 
 If C<$new_text> is specified, it will replace characters in the current