[][src]Module termwiz::escape

This module provides the ability to parse escape sequences and attach semantic meaning to them. It can also encode the semantic values as escape sequences. It provides encoding and decoding functionality only; it does not provide terminal emulation facilities itself.

Re-exports

pub use self::csi::CSI;
pub use self::esc::Esc;
pub use self::esc::EscCode;
pub use self::osc::OperatingSystemCommand;

Modules

csi
esc
osc
parser

Structs

OneBased

A helper type to avoid accidentally tripping over problems with 1-based values in escape sequences.

Enums

Action
ControlCode

C0 or C1 control codes

DeviceControlMode