blob: e7faca3f73be30a9301af0c3eca23e24a145bd97 [file] [log] [blame] [view]
echo_terminal
=============
An application that's able to accept connections from terminals (i.e.,
implements |terminal.TerminalClient|), and which simply echoes all characters
reads from a terminal (i.e., for each character read, it'll write it back whence
it came).