This is a relatively minor thing, but annoying nonetheless. When a color is set to bold and shown on screen, a color after that that "inherits" the bold setting, even if it doesn't have the bold flag itself.
Example:
In a ProtoMUCK server & MudOS server running a LIMA mudlib, the usual "standard" ansi flags are esc-char [ then color setting. \[[1;37m in protomuck for bright white. So if you have a sentence that starts with \[[1;37m Hi!, the word Hi! will be white. But if you go after with \[[32m, which is dark green, it will show up as bright green, as if bold was never shut off properly. Using the reset ([0m) -does- let it use dark colors, but you must use it everytime. It just seems to me that if another color is chosen, the client should forget the previous color setting after that new color is chosen.
Example:
In a ProtoMUCK server & MudOS server running a LIMA mudlib, the usual "standard" ansi flags are esc-char [ then color setting. \[[1;37m in protomuck for bright white. So if you have a sentence that starts with \[[1;37m Hi!, the word Hi! will be white. But if you go after with \[[32m, which is dark green, it will show up as bright green, as if bold was never shut off properly. Using the reset ([0m) -does- let it use dark colors, but you must use it everytime. It just seems to me that if another color is chosen, the client should forget the previous color setting after that new color is chosen.