I'm sure curious, is there a way to edit the page legth of your input as well as how it is displayed on the screen? I've been using MUSHclient for building a new MUD, and text wrapping stops at line 65. Is there anyway to change the input to wrap at line 65 as well?
Input page length
Posted by Clioame on Tue 06 Dec 2005 03:34 AM — 4 posts, 14,400 views.
Line 65? Do you mean column 65? That is, horizontally?
Yes. Is there a way to set up input to stop at that point?
Not at present. I'm not sure how that would work. To make it wrap at column 65 you effectively would have to put newline characters at column 65, which then makes what you type seem like more than one piece of input to the MUD.