From: root Date: Thu, 5 Jun 2008 08:40:38 +0000 (+0000) Subject: apply patch by exg X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d2ff54f8afb2f5c2508fef8f72fcd42d4198857e;p=dana%2Furxvt.git apply patch by exg --- diff --git a/Changes b/Changes index 2900a5b2..1b7e9f5a 100644 --- 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. diff --git a/src/urxvt.pm b/src/urxvt.pm index bab0a498..c8afb2f0 100644 --- a/src/urxvt.pm +++ b/src/urxvt.pm @@ -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