Bug? Rest of text in new line.

Post Reply
Blz
Posts: 1
Joined: Thu Apr 08, 2010 9:04 am

Bug? Rest of text in new line.

Post by Blz »

When the mud is sending a line of text in different packet, the rest of the line will show up in a new line, rather than appended to the end of the previous line of text. For example, when sending a big packet of text, the mud separate them into 2 packets, I see:

Code: Select all

Colour:
   club              <more options>
   inform            <more options>
   special           <more options>
   combat            = [ WHITE ] <none|default|colour>
   combatfeedback    = [ ORANGE ] <none|default|col
our>
   consider          = [default]  <none|default|colour>
   considerpk        = [default]  <none|default|colour>
instead of:

Code: Select all

Colour:
   club              <more options>
   inform            <more options>
   special           <more options>
   combat            = [ WHITE ] <none|default|colour>
   combatfeedback    = [ ORANGE ] <none|default|colour>
   consider          = [default]  <none|default|colour>
   considerpk        = [default]  <none|default|colour>
I wonder if it is a bug in Mudlet, and if it is related to the mud I play. The mud is discworld.atuin.net:4242

Thanks.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Bug? Rest of text in new line.

Post by Heiko »

It's a bug that only affects low latency non-GA MUD servers. Most MUDs have an option to turn on telnet GA mode. Ask you MUD admins how to do this. Then you'll have no more problems.

Post Reply