Available on crate feature
terminal only.Expand description
Reexport freya-terminal when the terminal feature is enabled.
Structs§
- Command
Builder CommandBuilderis used to prepare a command to be spawned into a pty. The interface is intentionally similar to that ofstd::process::Command.- Terminal
- Internal terminal rendering element
- Terminal
Buffer - Terminal buffer containing the current state of the terminal.
- Terminal
Handle - Handle to a running terminal instance.
- Terminal
Id - Unique identifier for a terminal instance
- Terminal
Selection - Selection range in the terminal grid.
Enums§
- Scroll
Command - Command to control terminal scrollback position.
- Terminal
Error - Error type for terminal operations
- Terminal
Mouse Button - Mouse button for terminal encoding.