--- rxvt-unicode/doc/rxvtperl.3.html 2006/02/06 06:14:55 1.42 +++ rxvt-unicode/doc/rxvtperl.3.html 2006/02/21 01:00:40 1.43 @@ -232,8 +232,8 @@
readline (enabled by default)
-A support package that tries to make editing with readline easier. At the -moment, it reacts to clicking with the left mouse button by trying to +A support package that tries to make editing with readline easier. At +the moment, it reacts to clicking shift-left mouse button by trying to move the text cursor to this position. It does so by generating as many cursor-left or cursor-right keypresses as required (the this only works for programs that correctly support wide characters). @@ -732,6 +732,14 @@ slightly in the future.

+
on_resize_all_windows $tern, $new_width, $new_height
+
+
+Called just after the new window size has been calculcated, but before +windows are actually being resized or hints are being set. If this hook +returns TRUE, setting of the window hints is being skipped. +
+

on_x_event $term, $event
@@ -1397,6 +1405,19 @@ similar to \%ENV.

+
@envv = $term->envv
+
+
+Returns the environment as array of strings of the form VAR=VALUE. +
+

+
@argv = $term->argv
+
+
+Return the argument vector as this terminal, similar to @ARGV, but +includes the program name as first element. +
+

$modifiermask = $term->ModLevel3Mask
$modifiermask = $term->ModMetaMask