mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01208
[Bug 523370] Re: 256-color ANSI escape codes don't display properly
Okay, I isolated the actual problem.
Mudlet can display the "extended" codes just fine, HOWEVER: the first 16
codes of an xterm 256-color is supposed to map directly to the normal
terminal codes.
So, normally? Red is ESC[31m
But, if one sends ESC[38;5;1m that's supposed to be the same thing.
And that's what's confusing Mudlet; its only mapping the extended codes.
This server in particular would, once someone is in 256-color mode, send
-all- colors as extended codes.
--
256-color ANSI escape codes don't display properly
https://bugs.launchpad.net/bugs/523370
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: New
Bug description:
See: http://dl.dropbox.com/u/126867/Mudlet-256color-bug.jpg
For a comparison of how the same data looks between MC and Mudlet, showing correct/incorrect display-- it appears Mudlet's getting confused somewhere.
A replay to of the above code is: http://dl.dropbox.com/u/126867/Mudlet-256color-bug.dat
References