Module pty_proc::prelude [] [src]

Reexports

pub use shell::Shell;
pub use shell::ShellState;
pub use shell::state::DeviceState;
pub use shell::device::control::operate::key::Key;
pub use shell::device::control::operate::mouse::Mouse;
pub use shell::device::control::operate::mouse::code::Code;
pub use shell::device::control::operate::Operate;
pub use shell::device::control::Control;
pub use shell::display::Display;
pub use shell::display::Newline;
pub use shell::display::winsz::Winszed;
pub use shell::display::character::Character;
pub use shell::state::DEFAULT_REPEAT as REPEAT;
pub use shell::state::DEFAULT_INTERVAL as INTERVAL;
pub use parent::Parent;

Structs

In
Master
Out
Termios

Enums

ShellError

The enum ShellError defines the possible errors from constructor Shell.