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
Internal terminal rendering element
TerminalBuffer
Terminal buffer containing the current state of the terminal.
TerminalHandle
Handle to a running terminal instance.
TerminalId
Unique identifier for a terminal instance
TerminalSelection
Selection range in the terminal grid.

Enums§

ScrollCommand
Command to control terminal scrollback position.
TerminalError
Error type for terminal operations
TerminalMouseButton
Mouse button for terminal encoding.