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

271 newline. The module also overwrites the "warn" builtin with a 271 newline. The module also overwrites the "warn" builtin with a
272 function that calls this function. 272 function that calls this function.
273 273
274 Using this function has the advantage that its output ends up in the 274 Using this function has the advantage that its output ends up in the
275 correct place, e.g. on stderr of the connecting urxvtc client. 275 correct place, e.g. on stderr of the connecting urxvtc client.
276
277 $is_safe = urxvt::safe
278 Returns true when it is safe to do potentially unsafe things, such
279 as evaluating perl code specified by the user. This is true when
280 urxvt was started setuid or setgid.
276 281
277 $time = urxvt::NOW 282 $time = urxvt::NOW
278 Returns the "current time" (as per the event loop). 283 Returns the "current time" (as per the event loop).
279 284
280 urxvt::CurrentTime 285 urxvt::CurrentTime
599 $string = $term->special_decode $text 604 $string = $term->special_decode $text
600 Converts rxvt-unicodes text reprsentation into a perl string. See 605 Converts rxvt-unicodes text reprsentation into a perl string. See
601 "$term->ROW_t" for details. 606 "$term->ROW_t" for details.
602 607
603 $success = $term->grab_button ($button, $modifiermask) 608 $success = $term->grab_button ($button, $modifiermask)
604 Registers a synchronous button grab. See XGrabButton. 609 Registers a synchronous button grab. See the XGrabButton manpage.
605 610
606 $success = $term->grab ($eventtime[, $sync]) 611 $success = $term->grab ($eventtime[, $sync])
607 Calls XGrabPointer and XGrabKeyboard in asynchronous (default) or 612 Calls XGrabPointer and XGrabKeyboard in asynchronous (default) or
608 synchronous ($sync is true). Also remembers the grab timestampe. 613 synchronous ($sync is true). Also remembers the grab timestampe.
609 614

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines