Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Side by Side Diff: examples/terminal/README.md

Issue 1038813005: Move terminal example from //sky/examples to //examples (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | examples/terminal/index.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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).
OLDNEW
« no previous file with comments | « no previous file | examples/terminal/index.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698