Package-level declarations
Types
Public API interface for controlling compose mode in the terminal.
Controls what byte sequence the backspace key sends.
Manages modifier key state for terminal keyboard input. This can be used to combine some external state about the Ctrl, Alt, and Shift keys. For instance, combining a keyboard with an on-screen button.
Progress state for OSC 9;4 progress reporting. Used by Windows Terminal and other terminals to display progress in tab headers.
Controls how the right-alt key (AltGr) is interpreted by the terminal keyboard handler.
Interface for controlling text selection in the terminal. This allows external components (UI chrome, keyboard handlers, accessibility) to control selection.
Represents the size of the terminal in characters.
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.
URL discovered in terminal output.
Line range to scan for URLs.
Functions
Terminal - A Jetpack Compose terminal screen component.