Fixed issue where message height is incorrect because of word wrapping. Addresses #114
Not perfect*, but better than the original behavior. There are some cases where extra lines are added, such as when the line length is exactly some multiple (>1) of the width of the messageArea.
For instance, with the default width of 80, a line that's exactly* 160 characters will unnecessarily increase the height by 1
Fixed issue where message height is incorrect because of word wrapping. Addresses #114
Not perfect*, but better than the original behavior. There are some cases where extra lines are added, such as when the line length is exactly some multiple (>1) of the width of the messageArea.
For instance, with the default width of 80, a line that's exactly* 160 characters will unnecessarily increase the height by 1