Expand description
A datastructure for holding key map entries
Structs§
- KeyMap
- The
KeyMapstruct is intended to hold the text sequences generated by unix terminal programs. Those sequences have overlapping/ambiguous meaning which requires having more data to correctly interpret the sequence. Thelookupoperation returns an enum describing the confidence of a match rather than a simple map lookup.
Enums§
- Found
- Holds the result of a lookup operation