This is only when the loading screen 'mudtitle.*' is up. I can't seem to figure out what it is. If it's carriage returns (current suspicion) how do I insert one using notepad?
Any help regarding this frustration is appreciated.
What client are you using? Most clients will treat a newline as starting a new line (ie. an implied carriage-return).
However you are right, it seems to be missing a carriage-return. You will probably find this causing grief in other places, a lot of Unix code assumes that a newline is all that is required at the end of a line, not a carriage-return as well.
As for adding them, use the utility Dos2Unix (free download on this site) to fix up the line-endings. Or change clients. :)
Well, that's just it. The problem happens with both CCTerm and Telnet. I'm surprised, because I don't notice this problem with other Smaug-implementations using those two programs.
Also, I did use the dos2unix, unix2dos utilities. It didn't fix the problem.