Something to add: ANSI color codes are being counted towards the total amount of characters in a line, messing with the wrap length of any lines with colors in them. For example, if I have an 80 length word wrap, the following line (My prompt) wraps and looks really messed up and ugly:
"H:<#{h_color}>#{info.stats.health}</>/<green>#{info.stats.max_health}</> M:<#{m_color}>#{info.stats.mana}</>/<green>#{info.stats.max_health}</> [<green>#{balance}</> <brightyellow>#{blind}#{deaf}#{prone}</>] #{IAC + GA}"
Without the colors, that line only comes up to 30 characters or so; nowhere near 80.
I'm not sure exactly how to fix this. I need to go to bed now, but I'll take a look tomorrow and see what I can find. It's been bothering me for quite a while, but I've been having trouble fixing it.