systems supporting it (patch by Russell Harmon).
- urxvt did not compile without frills enabled
(analysed by Matthew Rosewarne).
+ - correctly reset the mbstate after an illegal
+ input sequence when handling terminal output (Emanuele Giaquinta).
9.06 Sat Nov 8 17:47:18 CET 2008
- NOTICE: this release updates terminfo/termcap.
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
}