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.189 by root, Sat Dec 18 15:37:10 2010 UTC vs.
Revision 1.190 by root, Fri Jan 7 21:17:08 2011 UTC

798 798
799=over 4 799=over 4
800 800
801=item urxvt::fatal $errormessage 801=item urxvt::fatal $errormessage
802 802
803Fatally aborts execution with the given error message. Avoid at all 803Fatally aborts execution with the given error message (which should
804costs! The only time this is acceptable is when the terminal process 804include a trailing newline). Avoid at all costs! The only time this
805starts up. 805is acceptable (and useful) is in the init hook, where it prevents the
806temrinal from starting up.
806 807
807=item urxvt::warn $string 808=item urxvt::warn $string
808 809
809Calls C<rxvt_warn> with the given string which should not include a 810Calls C<rxvt_warn> with the given string which should include a trailing
810newline. The module also overwrites the C<warn> builtin with a function 811newline. The module also overwrites the C<warn> builtin with a function
811that calls this function. 812that calls this function.
812 813
813Using this function has the advantage that its output ends up in the 814Using this function has the advantage that its output ends up in the
814correct place, e.g. on stderr of the connecting urxvtc client. 815correct place, e.g. on stderr of the connecting urxvtc client.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines