Crate vt_push_parser

Crate vt_push_parser 

Source

Re-exports§

pub use event::VTEvent;
pub use event::VTIntermediate;
pub use signature::VTEscapeSignature;

Modules§

ascii
event
iter
signature

Structs§

VTPushParser

Enums§

VTAction
The action to take with the most recently accumulated byte.
VTEmit

Constants§

VT_PARSER_INTEREST_ALL
VT_PARSER_INTEREST_CSI
Request CSI events from parser.
VT_PARSER_INTEREST_DCS
Request DCS events from parser.
VT_PARSER_INTEREST_NONE
VT_PARSER_INTEREST_OSC
Request OSC events from parser.
VT_PARSER_INTEREST_OTHER
Request other events from parser.