| OLD | NEW |
| 1 Terminal | 1 Terminal |
| 2 ======== | 2 ======== |
| 3 | 3 |
| 4 This is a prototype "terminal" application that can connect to any Mojo | 4 This is a prototype "terminal" application that can connect to any Mojo |
| 5 application (providing the |terminal.TerminalClient| interface) and provide | 5 application (providing the |terminal.TerminalClient| interface) and provide |
| 6 interactive terminal facilities via an implementation of |mojo.files.File|. | 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 | 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 | 8 performing the corresponding operations on a "file" (thus replicating |
| 9 decades-old technology, poorly). | 9 decades-old technology, poorly). |
| OLD | NEW |