--- rxvt-unicode/src/urxvt.pm 2006/01/09 01:36:56 1.61 +++ rxvt-unicode/src/urxvt.pm 2006/01/09 02:06:43 1.62 @@ -335,6 +335,12 @@ Using this function has the advantage that its output ends up in the correct place, e.g. on stderr of the connecting urxvtc client. +=item $is_safe = urxvt::safe + +Returns true when it is safe to do potentially unsafe things, such as +evaluating perl code specified by the user. This is true when urxvt was +started setuid or setgid. + =item $time = urxvt::NOW Returns the "current time" (as per the event loop).