~ubuntu-branches/ubuntu/trusty/rxvt-unicode/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/rxvtperl.3.man.in

  • Committer: Bazaar Package Importer
  • Author(s): Decklin Foster
  • Date: 2008-06-16 21:15:27 UTC
  • mfrom: (1.1.13 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080616211527-f90zn8olh4d2486w
New Upstream Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
.\" ========================================================================
133
133
.\"
134
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
136
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
137
137
.\" way too many mistakes in technical documents.
138
138
.if n .ad l
1049
1049
.Sp
1050
1050
.Vb 10
1051
1051
\&  answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont
1052
 
\&  borderLess color cursorBlink cursorUnderline cutchars delete_key
 
1052
\&  borderLess chdir color cursorBlink cursorUnderline cutchars delete_key
1053
1053
\&  display_name embed ext_bwidth fade font geometry hold iconName
1054
1054
\&  imFont imLocale inputMethod insecure int_bwidth intensityStyles
1055
1055
\&  italicFont jumpScroll lineSpace loginShell mapAlert meta8 modifier
1363
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
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
1365
.IX Item "$text = $term->ROW_t ($row_number[, $new_text[, $start_col]])"
1366
 
Returns the text of the entire row with number \f(CW$row_number\fR. Row \f(CW0\fR
1367
 
is the topmost terminal line, row \f(CW\*(C`$term\->$ncol\-1\*(C'\fR is the bottommost
1368
 
terminal line. The scrollback buffer starts at line \f(CW\*(C`\-1\*(C'\fR and extends to
1369
 
line \f(CW\*(C`\-$term\->nsaved\*(C'\fR. Nothing will be returned if a nonexistent line
 
1366
Returns the text of the entire row with number \f(CW$row_number\fR. Row \f(CW\*(C`$term\->top_row\*(C'\fR
 
1367
is the topmost terminal line, row \f(CW\*(C`$term\->nrow\-1\*(C'\fR is the bottommost
 
1368
terminal line. Nothing will be returned if a nonexistent line
1370
1369
is requested.
1371
1370
.Sp
1372
1371
If \f(CW$new_text\fR is specified, it will replace characters in the current
1508
1507
.ie n .IP "($type,$format,$octets) = $term\fR\->XGetWindowProperty ($window, \f(CW$property)" 4
1509
1508
.el .IP "($type,$format,$octets) = \f(CW$term\fR\->XGetWindowProperty ($window, \f(CW$property\fR)" 4
1510
1509
.IX Item "($type,$format,$octets) = $term->XGetWindowProperty ($window, $property)"
1511
 
.ie n .IP "$term\fR\->XChangeWindowProperty ($window, \f(CW$property\fR, \f(CW$type\fR, \f(CW$format\fR, \f(CW$octets)" 4
1512
 
.el .IP "\f(CW$term\fR\->XChangeWindowProperty ($window, \f(CW$property\fR, \f(CW$type\fR, \f(CW$format\fR, \f(CW$octets\fR)" 4
1513
 
.IX Item "$term->XChangeWindowProperty ($window, $property, $type, $format, $octets)"
 
1510
.ie n .IP "$term\fR\->XChangeProperty ($window, \f(CW$property\fR, \f(CW$type\fR, \f(CW$format\fR, \f(CW$octets)" 4
 
1511
.el .IP "\f(CW$term\fR\->XChangeProperty ($window, \f(CW$property\fR, \f(CW$type\fR, \f(CW$format\fR, \f(CW$octets\fR)" 4
 
1512
.IX Item "$term->XChangeProperty ($window, $property, $type, $format, $octets)"
1514
1513
.ie n .IP "$term\fR\->XDeleteProperty ($window, \f(CW$property)" 4
1515
1514
.el .IP "\f(CW$term\fR\->XDeleteProperty ($window, \f(CW$property\fR)" 4
1516
1515
.IX Item "$term->XDeleteProperty ($window, $property)"