Constant coded_chars::characters::ESC

source ·
pub const ESC: char = '\x1B';
Expand description

§Escape

ESC is used for code extension purposes. It causes the meanings of a limited number of bit combinations following it in the data stream to be changed.

The use of ESC is defined in Standard ECMA-35.