terminal/terminal_view library
Classes
- TerminalKeys
- The key-input surface the on-screen accessory bar drives: inject raw key sequences and toggle a sticky Ctrl modifier. Implemented by WebShellHost.
- TerminalView
-
A terminal surface the app can write bytes to and receive input/resize from.
Abstracted so the host wiring (WebShellHost) is testable with a fake, while
the production implementation (
XtermTerminalView) wraps xterm.js.