Hi, quote from the commit message: Overwrite line contents before drawing the new contents (instead of filling up the rest) This fixes display problems of mails with tab characters in it, like "foo\n\tbar" The problem was that \t is one character but will be displayed as multiple characters, so that the filling started too early and overwrote valid content of the line (the "bar" is not visible). Best regards, Michael
Attachment:
0001-Overwrite-line-contents-before-drawing-the-new-conte.patch
Description: Binary data
_______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel