ProjectMoon / ringmud

RingMUD Java Mud Server and Engine
http://ringmud.thermetics.net/
GNU Lesser General Public License v3.0
21 stars 5 forks source link

FormattedTelnetOutputStream #3

Open ProjectMoon opened 14 years ago

ProjectMoon commented 14 years ago

Currently there is a class called TextParser that parses outgoing data to be sent back to the client. This is all well and good, but telnetd2 has its own API for terminal formatting. It would be good to build a streaming text parser based on this API for terminal-independent abstraction, and to fit in with the new stream based API.