telnet colors

How does one output different colors to a telnet app. This question is baffling.Rick
[105 byte] By [felixters] at [2007-9-27 14:00:32]
# 1
Use ansi escape codes to output in different colors. The windows telnet app doesn't support this, but other telnet apps do. Use one to connect and use the codes, here's a few example codes:\033[35m\033[31m\033[37m
Ceranith at 2007-7-5 21:50:08 > top of Java-index,Other Topics,Java Game Development...