You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: