Wrapping issues in 3.24?

Posted by Linda on Wed 07 Aug 2002 08:40 PM — 2 posts, 13,093 views.

Sweden #0
One of my worlds has been behaving a little oddly after the last upgrade, as I am getting line-wrapping at the wrong place. I currently have it set to wrap at as late a point as possible (having used adjust width to window size, so it is a column 143), and I also have auto-wrap to window size checked. But sometimes it ends up wrapping at a much earlier stage than 143.

This works fine in other worlds, however, and the difference I can think of is that the troublesome world has pueblo/mxp enabled. They all use variable width fonts.
Australia Forum Administrator #1
MUSHclient wraps at the specified number of characters, regardless of font width (for one thing, it allocates memory for the exact number of bytes specified for that line).

Thus, a line with lots of "l" or "i" characters will be narrower than ones with "m" or "w" (in a variable-width font).

However this behaviour has not changed recently.