mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() Also: * Fix consecutive spaces (don't collapse them). * Add support for ^L. Still doesn't work: * Totally blank lines. (I know why, but I don't know why I can't seem to fix it.) R=erg@chromium.org Review URL: https://codereview.chromium.org/997873004 |
||
---|---|---|
.. | ||
index.sky | ||
README.md | ||
terminal_display.dart | ||
terminal_file_impl.dart | ||
terminal.sky |
Terminal
This is a prototype "terminal" application that can connect to any Mojo application (providing the |terminal.TerminalClient| interface) and provide interactive terminal facilities via an implementation of |mojo.files.File|. I.e., once connected, the application can write to/read from the terminal by performing the corresponding operations on a "file" (thus replicating decades-old technology, poorly).