Module 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§

bindings
xterm.js wasm_bindgen interface and plugin bindings
crossterm
xterm

Structs§

Inner
Modifiers
Options
Terminal options
Terminal
Terminal interface

Enums§

Event
TargetElement
Indicates the target element to which the Terminal instance should be bound to in DOM (WASM-browser only)

Traits§

PadStr
Functions to do with string padding.

Functions§

disable_raw_mode
Disables raw mode.
parse
Utility function to strip multiple white spaces and return a Vec<String>

Type Aliases§

EventHandlerFn
LinkMatcherHandlerFn