Module terminal

Module terminal 

Source
Available on crate feature terminal only.
Expand description

Reexport freya-terminal when the terminal feature is enabled.

Structs§

CommandBuilder
CommandBuilder is used to prepare a command to be spawned into a pty. The interface is intentionally similar to that of std::process::Command.
Terminal
User-facing Terminal component
TerminalBuffer
Terminal buffer containing the current state of the terminal.
TerminalHandle
Handle to a running terminal instance.
TerminalId
Unique identifier for a terminal instance

Enums§

TerminalError
Error type for terminal operations