module

Ansi::C1

C1 control characters.

These range from (0x80-0x9F) as defined in ISO 6429 (ECMA-48). See: https://en.wikipedia.org/wiki/C0_and_C1_control_codes

Constants

APC = 159_u8

APC is the application program command character.

BPH = 130_u8

BPH is the break permitted here character.

CCH = 148_u8

CCH is the cancel character.

CSI = 155_u8

CSI is the control sequence introducer character.

DCS = 144_u8

DCS is the device control string character.

EPA = 151_u8

EPA is the end of guarded area character.

ESA = 135_u8

ESA is the end of selected area character.

HOP = 129_u8

HOP is the high octet preset character.

HTJ = 137_u8

HTJ is the horizontal tab with justification character.

HTS = 136_u8

HTS is the horizontal tab set character.

IND = 132_u8

IND is the index character.

MW = 149_u8

MW is the message waiting character.

NBH = 131_u8

NBH is the no break here character.

NEL = 133_u8

NEL is the next line character.

OSC = 157_u8

OSC is the operating system command character.

PAD = 128_u8

PAD is the padding character.

PLD = 139_u8

PLD is the partial line forward character.

PLU = 140_u8

PLU is the partial line backward character.

PM = 158_u8

PM is the privacy message character.

PU1 = 145_u8

PU1 is the private use 1 character.

PU2 = 146_u8

PU2 is the private use 2 character.

RI = 141_u8

RI is the reverse index character.

SCI = 154_u8

SCI is the single character introducer character.

SGCI = 153_u8

SGCI is the single graphic character introducer character.

SOS = 152_u8

SOS is the start of string character.

SPA = 150_u8

SPA is the start of guarded area character.

SS2 = 142_u8

SS2 is the single shift 2 character.

SS3 = 143_u8

SS3 is the single shift 3 character.

SSA = 134_u8

SSA is the start of selected area character.

ST = 156_u8

ST is the string terminator character.

STS = 147_u8

STS is the set transmit state character.

VTS = 138_u8

VTS is the vertical tab set character.