tree: 8940dd2ba5b32573529f310f9bdab489acdf3043 [path history] [tgz]
  1. BUILD.gn
  2. native_run_app.cc
  3. README.md
examples/native_run_app/README.md

Native run example application

native_run_app is a terminal client application (i.e., one providing the mojo.terminal.TerminalClient service) that allows native (Linux) applications to be run inside a Mojo (Moterm) terminal. It does this by using the native_support service, which provides facilities to (programmatically) run native applications.

See //examples/moterm_example_app for an example of how it may be used.

See also