http://bugs.winehq.org/show_bug.cgi?id=16349
--- Comment #12 from Austin English austinenglish@gmail.com 2009-01-02 16:06:37 --- (In reply to comment #11)
Created an attachment (id=18405)
--> (http://bugs.winehq.org/attachment.cgi?id=18405) [details]
Prevents text from being truncated
The text was being garbled because a null terminating character was being inserted at the end of the lines. This caused the rich text to be truncated being being streamed in, and thus was invalid since it didn't have a closing bracket. This patch fixes this issue.
There still seems to be a problem with the text not being bold after pressing the "b" button then typing text.
Thanks Dylan!