Module workflow_terminal::terminal 
source · Expand description
Module implementing the terminal interface abstraction
Re-exports
- pub use xterm::Theme;
- pub use xterm::ThemeOption;
- pub use crate::terminal::crossterm::init_panic_hook;
Modules
- xterm.jswasm_bindgeninterface and plugin bindings
Structs
- Terminal options
- Terminal interface
Enums
- Indicates the target element to which the Terminal instance should be bound to in DOM (WASM-browser only)
Traits
- Functions to do with string padding.
Functions
- Disables raw mode.
- Utility function to strip multiple whitespaces and return aVec<String>