--- rxvt-unicode/doc/rxvtperl.3.html 2006/01/21 19:50:53 1.36 +++ rxvt-unicode/doc/rxvtperl.3.html 2006/01/22 20:39:56 1.37 @@ -210,11 +210,13 @@

To avoid too many false positives, this is only done when:

-
- the mouse is on the same (multi-row-) line as the text cursor.
+
- the tty is in ICANON state.
+
+
- the text cursor is visible.
- the primary screen is currently being displayed.
-
- the text cursor is visible.
+
- the mouse is on the same (multi-row-) line as the text cursor.

The normal selection mechanism isn't disabled, so quick successive clicks @@ -1199,6 +1201,13 @@ the previous value.

+
$fd = $term->pty_fd
+
+
+Returns the master file descriptor for the pty in use, or -1 if no pty +is used. +
+

$windowid = $term->parent
@@ -1327,8 +1336,8 @@ automatically be updated.

-

$text is in a special encoding: tabs and wide characters that use -more than one cell when displayed are padded with $urxvt::NOCHAR +

$text is in a special encoding: tabs and wide characters that use more +than one cell when displayed are padded with $urxvt::NOCHAR (chr 65535) characters. Characters with combining characters and other characters that do not fit into the normal tetx encoding will be replaced with characters in the private use area.