ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.61 by root, Mon Jan 9 01:36:56 2006 UTC vs.
Revision 1.62 by root, Mon Jan 9 02:06:43 2006 UTC

332newline. The module also overwrites the C<warn> builtin with a function 332newline. The module also overwrites the C<warn> builtin with a function
333that calls this function. 333that calls this function.
334 334
335Using this function has the advantage that its output ends up in the 335Using this function has the advantage that its output ends up in the
336correct place, e.g. on stderr of the connecting urxvtc client. 336correct place, e.g. on stderr of the connecting urxvtc client.
337
338=item $is_safe = urxvt::safe
339
340Returns true when it is safe to do potentially unsafe things, such as
341evaluating perl code specified by the user. This is true when urxvt was
342started setuid or setgid.
337 343
338=item $time = urxvt::NOW 344=item $time = urxvt::NOW
339 345
340Returns the "current time" (as per the event loop). 346Returns the "current time" (as per the event loop).
341 347

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines