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

Comparing rxvt-unicode/doc/rxvtperl.3.man.in (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

447newline. The module also overwrites the \f(CW\*(C`warn\*(C'\fR builtin with a function 447newline. The module also overwrites the \f(CW\*(C`warn\*(C'\fR builtin with a function
448that calls this function. 448that calls this function.
449.Sp 449.Sp
450Using this function has the advantage that its output ends up in the 450Using this function has the advantage that its output ends up in the
451correct place, e.g. on stderr of the connecting urxvtc client. 451correct place, e.g. on stderr of the connecting urxvtc client.
452.IP "$is_safe = urxvt::safe" 4
453.IX Item "$is_safe = urxvt::safe"
454Returns true when it is safe to do potentially unsafe things, such as
455evaluating perl code specified by the user. This is true when urxvt was
456started setuid or setgid.
452.IP "$time = urxvt::NOW" 4 457.IP "$time = urxvt::NOW" 4
453.IX Item "$time = urxvt::NOW" 458.IX Item "$time = urxvt::NOW"
454Returns the \*(L"current time\*(R" (as per the event loop). 459Returns the \*(L"current time\*(R" (as per the event loop).
455.IP "urxvt::CurrentTime" 4 460.IP "urxvt::CurrentTime" 4
456.IX Item "urxvt::CurrentTime" 461.IX Item "urxvt::CurrentTime"
874Converts rxvt-unicodes text reprsentation into a perl string. See 879Converts rxvt-unicodes text reprsentation into a perl string. See
875\&\f(CW\*(C`$term\->ROW_t\*(C'\fR for details. 880\&\f(CW\*(C`$term\->ROW_t\*(C'\fR for details.
876.ie n .IP "$success = $term\fR\->grab_button ($button, \f(CW$modifiermask)" 4 881.ie n .IP "$success = $term\fR\->grab_button ($button, \f(CW$modifiermask)" 4
877.el .IP "$success = \f(CW$term\fR\->grab_button ($button, \f(CW$modifiermask\fR)" 4 882.el .IP "$success = \f(CW$term\fR\->grab_button ($button, \f(CW$modifiermask\fR)" 4
878.IX Item "$success = $term->grab_button ($button, $modifiermask)" 883.IX Item "$success = $term->grab_button ($button, $modifiermask)"
879Registers a synchronous button grab. See XGrabButton. 884Registers a synchronous button grab. See the XGrabButton manpage.
880.ie n .IP "$success = $term\fR\->grab ($eventtime[, \f(CW$sync])" 4 885.ie n .IP "$success = $term\fR\->grab ($eventtime[, \f(CW$sync])" 4
881.el .IP "$success = \f(CW$term\fR\->grab ($eventtime[, \f(CW$sync\fR])" 4 886.el .IP "$success = \f(CW$term\fR\->grab ($eventtime[, \f(CW$sync\fR])" 4
882.IX Item "$success = $term->grab ($eventtime[, $sync])" 887.IX Item "$success = $term->grab ($eventtime[, $sync])"
883Calls XGrabPointer and XGrabKeyboard in asynchronous (default) or 888Calls XGrabPointer and XGrabKeyboard in asynchronous (default) or
884synchronous (\f(CW$sync\fR is true). Also remembers the grab timestampe. 889synchronous (\f(CW$sync\fR is true). Also remembers the grab timestampe.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines