Module prelude

Module prelude 

Source
Expand description

Prelude module for convenient imports.

Re-exports§

pub use crate::buffer::TerminalBuffer;
pub use crate::component::Terminal;
pub use crate::handle::TerminalError;
pub use crate::handle::TerminalHandle;
pub use crate::handle::TerminalId;

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.