ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtperl.3.txt
(Generate patch)

Comparing rxvt-unicode/doc/rxvtperl.3.txt (file contents):
Revision 1.40 by root, Mon Feb 6 06:14:55 2006 UTC vs.
Revision 1.41 by root, Tue Feb 21 01:00:40 2006 UTC

138 stay at the current position and additionally stores the first match 138 stay at the current position and additionally stores the first match
139 in the current line into the primary selection. 139 in the current line into the primary selection.
140 140
141 readline (enabled by default) 141 readline (enabled by default)
142 A support package that tries to make editing with readline easier. 142 A support package that tries to make editing with readline easier.
143 At the moment, it reacts to clicking with the left mouse button by 143 At the moment, it reacts to clicking shift-left mouse button by
144 trying to move the text cursor to this position. It does so by 144 trying to move the text cursor to this position. It does so by
145 generating as many cursor-left or cursor-right keypresses as 145 generating as many cursor-left or cursor-right keypresses as
146 required (the this only works for programs that correctly support 146 required (the this only works for programs that correctly support
147 wide characters). 147 wide characters).
148 148
488 via a "perl:string" action bound to a key, see description of the 488 via a "perl:string" action bound to a key, see description of the
489 keysym resource in the rxvt(1) manpage). 489 keysym resource in the rxvt(1) manpage).
490 490
491 The event is simply the action string. This interface is assumed to 491 The event is simply the action string. This interface is assumed to
492 change slightly in the future. 492 change slightly in the future.
493
494 on_resize_all_windows $tern, $new_width, $new_height
495 Called just after the new window size has been calculcated, but
496 before windows are actually being resized or hints are being set. If
497 this hook returns TRUE, setting of the window hints is being
498 skipped.
493 499
494 on_x_event $term, $event 500 on_x_event $term, $event
495 Called on every X event received on the vt window (and possibly 501 Called on every X event received on the vt window (and possibly
496 other windows). Should only be used as a last resort. Most event 502 other windows). Should only be used as a last resort. Most event
497 structure members are not passed. 503 structure members are not passed.
920 926
921 $env = $term->env 927 $env = $term->env
922 Returns a copy of the environment in effect for the terminal as a 928 Returns a copy of the environment in effect for the terminal as a
923 hashref similar to "\%ENV". 929 hashref similar to "\%ENV".
924 930
931 @envv = $term->envv
932 Returns the environment as array of strings of the form "VAR=VALUE".
933
934 @argv = $term->argv
935 Return the argument vector as this terminal, similar to @ARGV, but
936 includes the program name as first element.
937
925 $modifiermask = $term->ModLevel3Mask 938 $modifiermask = $term->ModLevel3Mask
926 $modifiermask = $term->ModMetaMask 939 $modifiermask = $term->ModMetaMask
927 $modifiermask = $term->ModNumLockMask 940 $modifiermask = $term->ModNumLockMask
928 Return the modifier masks corresponding to the "ISO Level 3 Shift" 941 Return the modifier masks corresponding to the "ISO Level 3 Shift"
929 (often AltGr), the meta key (often Alt) and the num lock key, if 942 (often AltGr), the meta key (often Alt) and the num lock key, if

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines