Terminal Emulator
Terminal emulator interface. This has no dependency on any UI framework so it may be run in a Service on Android. It handles the management of the terminal emulation state.
Properties
Functions
Link copied to clipboard
Apply a complete color scheme to the terminal.
Link copied to clipboard
Clears the terminal emulator screen.
Link copied to clipboard
Dispatch a character to the terminal.
Link copied to clipboard
Dispatch a key event to the terminal.
Link copied to clipboard
Get the text output of the last completed command.
Link copied to clipboard
Extract URLs from terminal output.
Link copied to clipboard
Set ANSI palette colors (indices 0-15).
Link copied to clipboard
Set default terminal colors.
Link copied to clipboard
Write data to the terminal using ByteBuffer (more efficient for large data).
Write data to the terminal (from PTY/transport).