Module linefeed::chars

source ·
Expand description

Provides utilities for manipulating character values

Constants

Character value generated by the Backspace key
Character value indicating end-of-file
Character value generated by the Escape key
Character value generated by the Backspace key on some systems

Functions

Returns a control character for the given character.
Returns a character sequence escaped for user-facing display.
Returns whether the given character is a control character.
Returns whether the character is printable.
Returns a meta sequence for the given character.
Returns a character name as a key sequence, e.g. Control-x or Meta-x.
Returns the printable character corresponding to the given control character.
Returns the lowercase character corresponding to the given control character.