ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtperl.3.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvtperl.3.man.in (file contents):
Revision 1.62 by root, Fri Jan 25 18:42:23 2008 UTC vs.
Revision 1.63 by root, Sun Jun 15 13:54:15 2008 UTC

130.\} 130.\}
131.rm #[ #] #H #V #F C 131.rm #[ #] #H #V #F C
132.\" ======================================================================== 132.\" ========================================================================
133.\" 133.\"
134.IX Title "@@RXVT_NAME@@ 3" 134.IX Title "@@RXVT_NAME@@ 3"
135.TH @@RXVT_NAME@@ 3 "2008-01-25" "8.9" "RXVT-UNICODE" 135.TH @@RXVT_NAME@@ 3 "2008-06-15" "@@RXVT_VERSION@@" "RXVT-UNICODE"
136.\" For nroff, turn off justification. Always turn off hyphenation; it makes 136.\" For nroff, turn off justification. Always turn off hyphenation; it makes
137.\" way too many mistakes in technical documents. 137.\" way too many mistakes in technical documents.
138.if n .ad l 138.if n .ad l
139.nh 139.nh
140.SH "NAME" 140.SH "NAME"
1361.Sp 1361.Sp
1362Used after changing terminal contents to display them. 1362Used after changing terminal contents to display them.
1363.ie n .IP "$text\fR = \f(CW$term\fR\->ROW_t ($row_number[, \f(CW$new_text\fR[, \f(CW$start_col]])" 4 1363.ie n .IP "$text\fR = \f(CW$term\fR\->ROW_t ($row_number[, \f(CW$new_text\fR[, \f(CW$start_col]])" 4
1364.el .IP "\f(CW$text\fR = \f(CW$term\fR\->ROW_t ($row_number[, \f(CW$new_text\fR[, \f(CW$start_col\fR]])" 4 1364.el .IP "\f(CW$text\fR = \f(CW$term\fR\->ROW_t ($row_number[, \f(CW$new_text\fR[, \f(CW$start_col\fR]])" 4
1365.IX Item "$text = $term->ROW_t ($row_number[, $new_text[, $start_col]])" 1365.IX Item "$text = $term->ROW_t ($row_number[, $new_text[, $start_col]])"
1366Returns the text of the entire row with number \f(CW$row_number\fR. Row \f(CW0\fR 1366Returns the text of the entire row with number \f(CW$row_number\fR. Row \f(CW\*(C`$term\->top_row\*(C'\fR
1367is the topmost terminal line, row \f(CW\*(C`$term\->$ncol\-1\*(C'\fR is the bottommost 1367is the topmost terminal line, row \f(CW\*(C`$term\->nrow\-1\*(C'\fR is the bottommost
1368terminal line. The scrollback buffer starts at line \f(CW\*(C`\-1\*(C'\fR and extends to 1368terminal line. Nothing will be returned if a nonexistent line
1369line \f(CW\*(C`\-$term\->nsaved\*(C'\fR. Nothing will be returned if a nonexistent line
1370is requested. 1369is requested.
1371.Sp 1370.Sp
1372If \f(CW$new_text\fR is specified, it will replace characters in the current 1371If \f(CW$new_text\fR is specified, it will replace characters in the current
1373line, starting at column \f(CW$start_col\fR (default \f(CW0\fR), which is useful 1372line, starting at column \f(CW$start_col\fR (default \f(CW0\fR), which is useful
1374to replace only parts of a line. The font index in the rendition will 1373to replace only parts of a line. The font index in the rendition will

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines