Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 echo_terminal | |
| 2 ============= | |
| 3 | |
| 4 An application that's able to accept connections from terminals (i.e., | |
| 5 implements |terminal.TerminalClient|), and which simply echoes all characters | |
| 6 reads from a terminal (i.e., for each character read, it'll write it back whence | |
| 7 it came). | |
| OLD | NEW |