Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Terminal | |
| 2 ======== | |
| 3 | |
| 4 This is a prototype "terminal" application that can connect to any Mojo | |
| 5 application (providing the |terminal.TerminalClient| interface) and provide | |
| 6 interactive terminal facilities via an implementation of |mojo.files.File|. | |
| 7 I.e., once connected, the application can write to/read from the terminal by | |
| 8 performing the corresponding operations on a "file" (thus replicating | |
| 9 decades-old technology, poorly). | |
| OLD | NEW |