org.conman.parsers.iso.ctrl

LPEG expression to return ISO control character names and associated data

$ luarocks install org.conman.parsers.iso.ctrl

This returns an LPEG expression to convert an ISO control character to its name and
any associated data. For example, the following sequence:

<ESC>[32;40m

will return "SGR" and a table with two elements, 32 and 40. See the
ECMA-48 standard for more information about ISO control codes.

Versions

1.0.0-23 years ago51 downloads
1.0.0-14 years ago43 downloads

Dependencies

LPeg >= 1.0.0
lua >= 5.1, <= 5.4

Manifests