66cb03e41aa4a5b3c8686e0a0ad72214bc8a2030
TextWrapper used to try to ensure a message would wrap correctly on the client by counting the width of the characters in pixels and wrapping before hitting that limit. This was needed because the client would lose color information when wrapping and could not handle long lines of text. Now that both of these problems are solved in the client we can replace TextWrapper with simple code to split the message into multiple packets on newlines and ensure chat colors carry across to the new packet. By: Travis Watkins <amaranth@ubuntu.com>
Description
No description provided
51 MiB
Languages
Java
100%