--- rxvt-unicode/doc/rxvtperl.3.html 2006/01/13 12:40:46 1.29 +++ rxvt-unicode/doc/rxvtperl.3.html 2006/01/16 06:37:51 1.30 @@ -1,7 +1,7 @@ -urxvtperl - rxvt-unicode's embedded perl interpreter +rxvtperl - rxvt-unicode's embedded perl interpreter @@ -47,7 +47,7 @@


NAME

-

urxvtperl - rxvt-unicode's embedded perl interpreter

+

rxvtperl - rxvt-unicode's embedded perl interpreter


@@ -60,9 +60,9 @@ () }
-   # start a urxvt using it:
+ # start a rxvt using it:
-   urxvt --perl-lib $HOME -pe grab_test
+ rxvt --perl-lib $HOME -pe grab_test


@@ -71,17 +71,17 @@ the perl resource are loaded and associated with it.

Scripts are compiled in a 'use strict' and 'use utf8' environment, and thus must be encoded as UTF-8.

-

Each script will only ever be loaded once, even in urxvtd, where +

Each script will only ever be loaded once, even in rxvtd, where scripts will be shared (but not enabled) for all terminals.


PREPACKAGED EXTENSIONS

This section describes the extensions delivered with this release. You can -find them in /usr/local/lib/urxvt/perl/.

+find them in /opt/rxvt/lib/urxvt/perl/.

You can activate them like this:

-  urxvt -pe <extensionname>
+ rxvt -pe <extensionname>
selection (enabled by default)
@@ -491,7 +491,7 @@
Called whenever the user presses a key combination that has a perl:string action bound to it (see description of the keysym -resource in the urxvt(1) manpage). +resource in the rxvt(1) manpage).

on_x_event $term, $event
@@ -737,7 +737,7 @@
Destroy the terminal object (close the window, free resources -etc.). Please note that urxvt will not exit as long as any event +etc.). Please note that rxvt will not exit as long as any event watchers (timers, io watchers) are still active.

@@ -822,7 +822,7 @@
Adds a keymap translation exactly as specified via a resource. See the -keysym resource in the urxvt(1) manpage. +keysym resource in the rxvt(1) manpage.

$rend = $term->rstyle ([$new_rstyle])
@@ -1056,7 +1056,7 @@
$nrow_plus_saveLines = $term->total_rows
-
$lines_in_scrollback = $term->nsaved
+
$topmost_scrollback_row = $term->top_row
Return various integers describing terminal characteristics. @@ -1095,8 +1095,8 @@
$view_start = $term->view_start ([$newvalue])
-Returns the negative row number of the topmost line. Minimum value is -0, which displays the normal terminal contents. Larger values scroll +Returns the row number of the topmost displayed line. Maximum value is +0, which displays the normal terminal contents. Lower values scroll this many lines into the scrollback buffer.

@@ -1117,7 +1117,7 @@ Returns the text of the entire row with number $row_number. Row 0 is the topmost terminal line, row $term->$ncol-1 is the bottommost terminal line. The scrollback buffer starts at line -1 and extends to -line -$term->nsaved. Nothing will be returned if a nonexistent line +line -$term->nsaved. Nothing will be returned if a nonexistent line is requested.