There seems to be some kind of issue with BYOND discarding extra whitespace when used with certain escapes (all of the color-related ones, for example).
Code Snippet (if applicable) to Reproduce Problem:
client |
Expected Results:
It would output data like so:
\[1;33m ABC |
(the \ represents the ESC character)
Actual Results:
It outputs the data like so:
\[1;33mABC |
Also, I created a separate client to connect to the world so I could read the individual bytes that are being sent, so this is definitely not an error on the part of the telnet client or anything like that. This is the representation of the data byte by byte.
Does the problem occur:
Every time? Or how often? Every time.
In other games? Yes.
In other user accounts? Yes.
On other computers? Yes.
