tree: f1be14eef8b20f0c0ba2c58dfef63d05ddf4ad98 [path history] [tgz]
  1. BUILD.gn
  2. main.cc
  3. README.md
examples/echo_terminal/README.md

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).