--- rxvt-unicode/src/command.C 2008/11/05 16:21:18 1.429 +++ rxvt-unicode/src/command.C 2009/02/24 11:51:51 1.431 @@ -1686,6 +1686,7 @@ refresh_check (); } +#if ENABLE_FRILLS void rxvt_term::set_urgency (bool enable) { @@ -1699,6 +1700,7 @@ urgency_hint = enable; } } +#endif void rxvt_term::focus_in () @@ -2336,7 +2338,7 @@ if (len == (size_t)-1) { - mbrtowc (0, 0, 0, mbstate); // reset now undefined conversion state + mbstate.reset (); // reset now undefined conversion state return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through }