--- rxvt-unicode/doc/rxvtperl.3.html 2006/01/04 05:35:34 1.12 +++ rxvt-unicode/doc/rxvtperl.3.html 2006/01/04 21:37:55 1.13 @@ -427,6 +427,20 @@ utmpInhibit visualBell

+
$rend = $term->screen_rstyle ([$new_rstyle])
+
+
+Return and optionally change the current rendition. Text thta is output by +the temrianl application will use this style. +
+

+
($row, $col) = $term->screen_cur ([$row, $col])
+
+
+Return the current coordinates of the text cursor position and optionally +set it (which is usually bad as applications don't expect that). +
+

($row, $col) = $term->selection_mark ([$row, $col])
($row, $col) = $term->selection_beg ([$row, $col])
@@ -550,19 +564,32 @@ to the locale-specific encoding using $term->locale_encode.

-
$nrow = $term->nrow
+
$window_width = $term->width
-
$ncol = $term->ncol
+
$window_height = $term->height
-
-Return the number of rows/columns of the terminal window (i.e. as -specified by -geometry, excluding any scrollback). -
-

-
$nsaved = $term->nsaved
+
$font_width = $term->fwidth
+
+
$font_height = $term->fheight
+
+
$font_ascent = $term->fbase
+
+
$terminal_rows = $term->nrow
+
+
$terminal_columns = $term->ncol
+
+
$has_focus = $term->focus
+
+
$is_mapped = $term->mapped
+
+
$max_scrollback = $term->saveLines
+
+
$nrow_plus_saveLines = $term->total_rows
+
+
$lines_in_scrollback = $term->nsaved
-Returns the number of lines in the scrollback buffer. +Return various integers describing terminal characteristics.

$view_start = $term->view_start ([$newvalue])