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.17 by root, Mon Jan 9 01:36:56 2006 UTC vs.
Revision 1.18 by root, Mon Jan 9 07:17:24 2006 UTC

433<dd> 433<dd>
434<p>Using this function has the advantage that its output ends up in the 434<p>Using this function has the advantage that its output ends up in the
435correct place, e.g. on stderr of the connecting urxvtc client.</p> 435correct place, e.g. on stderr of the connecting urxvtc client.</p>
436</dd> 436</dd>
437<p></p> 437<p></p>
438<dt><strong><a name="item__24is_safe__3d_urxvt_3a_3asafe">$is_safe = urxvt::safe</a></strong><br />
439</dt>
440<dd>
441Returns true when it is safe to do potentially unsafe things, such as
442evaluating perl code specified by the user. This is true when urxvt was
443started setuid or setgid.
444</dd>
445<p></p>
438<dt><strong><a name="item__24time__3d_urxvt_3a_3anow">$time = urxvt::NOW</a></strong><br /> 446<dt><strong><a name="item__24time__3d_urxvt_3a_3anow">$time = urxvt::NOW</a></strong><br />
439</dt> 447</dt>
440<dd> 448<dd>
441Returns the ``current time'' (as per the event loop). 449Returns the ``current time'' (as per the event loop).
442</dd> 450</dd>
949</dd> 957</dd>
950<p></p> 958<p></p>
951<dt><strong><a name="item_grab_button">$success = $term-&gt;grab_button ($button, $modifiermask)</a></strong><br /> 959<dt><strong><a name="item_grab_button">$success = $term-&gt;grab_button ($button, $modifiermask)</a></strong><br />
952</dt> 960</dt>
953<dd> 961<dd>
954Registers a synchronous button grab. See XGrabButton. 962Registers a synchronous button grab. See the XGrabButton manpage.
955</dd> 963</dd>
956<p></p> 964<p></p>
957<dt><strong><a name="item_grab">$success = $term-&gt;grab ($eventtime[, $sync])</a></strong><br /> 965<dt><strong><a name="item_grab">$success = $term-&gt;grab ($eventtime[, $sync])</a></strong><br />
958</dt> 966</dt>
959<dd> 967<dd>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines