Expand description
Implements a parser for readline binding syntax.
Structs§
- KeySequence
- Represents a key sequence.
- KeySequence
Binding - Represents a readline key-sequence binding.
- KeyStroke
- Represents a single key stroke.
Enums§
- KeySequence
Item - Represents an element of a key sequence.
Functions§
- key_
sequence_ to_ strokes - Converts a
KeySequenceto a vector ofKeyStroke. - parse_
key_ sequence_ binding - Parses a key-sequence binding specification.