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

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

230</dd> 230</dd>
231<p></p> 231<p></p>
232<dt><strong><a name="item_readline">readline (enabled by default)</a></strong><br /> 232<dt><strong><a name="item_readline">readline (enabled by default)</a></strong><br />
233</dt> 233</dt>
234<dd> 234<dd>
235A support package that tries to make editing with readline easier. At the 235A support package that tries to make editing with readline easier. At
236moment, it reacts to clicking with the left mouse button by trying to 236the moment, it reacts to clicking shift-left mouse button by trying to
237move the text cursor to this position. It does so by generating as many 237move the text cursor to this position. It does so by generating as many
238cursor-left or cursor-right keypresses as required (the this only works 238cursor-left or cursor-right keypresses as required (the this only works
239for programs that correctly support wide characters). 239for programs that correctly support wide characters).
240</dd> 240</dd>
241<dd> 241<dd>
730<dd> 730<dd>
731<p>The event is simply the action string. This interface is assumed to change 731<p>The event is simply the action string. This interface is assumed to change
732slightly in the future.</p> 732slightly in the future.</p>
733</dd> 733</dd>
734<p></p> 734<p></p>
735<dt><strong><a name="item_on_resize_all_windows__24tern_2c__24new_width_2c__">on_resize_all_windows $tern, $new_width, $new_height</a></strong><br />
736</dt>
737<dd>
738Called just after the new window size has been calculcated, but before
739windows are actually being resized or hints are being set. If this hook
740returns TRUE, setting of the window hints is being skipped.
741</dd>
742<p></p>
735<dt><strong><a name="item_on_x_event__24term_2c__24event">on_x_event $term, $event</a></strong><br /> 743<dt><strong><a name="item_on_x_event__24term_2c__24event">on_x_event $term, $event</a></strong><br />
736</dt> 744</dt>
737<dd> 745<dd>
738Called on every X event received on the vt window (and possibly other 746Called on every X event received on the vt window (and possibly other
739windows). Should only be used as a last resort. Most event structure 747windows). Should only be used as a last resort. Most event structure
1393<dt><strong><a name="item_env">$env = $term-&gt;env</a></strong><br /> 1401<dt><strong><a name="item_env">$env = $term-&gt;env</a></strong><br />
1394</dt> 1402</dt>
1395<dd> 1403<dd>
1396Returns a copy of the environment in effect for the terminal as a hashref 1404Returns a copy of the environment in effect for the terminal as a hashref
1397similar to <code>\%ENV</code>. 1405similar to <code>\%ENV</code>.
1406</dd>
1407<p></p>
1408<dt><strong><a name="item_envv">@envv = $term-&gt;envv</a></strong><br />
1409</dt>
1410<dd>
1411Returns the environment as array of strings of the form <code>VAR=VALUE</code>.
1412</dd>
1413<p></p>
1414<dt><strong><a name="item_argv">@argv = $term-&gt;argv</a></strong><br />
1415</dt>
1416<dd>
1417Return the argument vector as this terminal, similar to @ARGV, but
1418includes the program name as first element.
1398</dd> 1419</dd>
1399<p></p> 1420<p></p>
1400<dt><strong><a name="item_modlevel3mask">$modifiermask = $term-&gt;ModLevel3Mask</a></strong><br /> 1421<dt><strong><a name="item_modlevel3mask">$modifiermask = $term-&gt;ModLevel3Mask</a></strong><br />
1401</dt> 1422</dt>
1402<dt><strong><a name="item_modmetamask">$modifiermask = $term-&gt;ModMetaMask</a></strong><br /> 1423<dt><strong><a name="item_modmetamask">$modifiermask = $term-&gt;ModMetaMask</a></strong><br />

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines