Module readline_binding

Module readline_binding 

Source
Expand description

Implements a parser for readline binding syntax.

Structs§

KeySequence
Represents a key sequence.
KeySequenceBinding
Represents a readline key-sequence binding.
KeyStroke
Represents a single key stroke.

Enums§

KeySequenceItem
Represents an element of a key sequence.

Functions§

key_sequence_to_strokes
Converts a KeySequence to a vector of KeyStroke.
parse_key_sequence_binding
Parses a key-sequence binding specification.