ControlCode

ANSI/ECMA-48 C0, DEL, and C1 control-code byte values.

These constants are terminal wire vocabulary only. Parsing, state transitions, input encoding, and response generation belong to their owning modules.

Properties

Link copied to clipboard
const val ACK: Int = 6

Acknowledge (ACK).

Link copied to clipboard
const val APC: Int = 159

Application Program Command (APC).

Link copied to clipboard
const val BEL: Int = 7

Bell (BEL).

Link copied to clipboard
const val BPH: Int = 130

Break Permitted Here (BPH).

Link copied to clipboard
const val BS: Int = 8

Backspace (BS).

Link copied to clipboard
const val CAN: Int = 24

Cancel (CAN).

Link copied to clipboard
const val CCH: Int = 148

Cancel Character (CCH).

Link copied to clipboard
const val CR: Int = 13

Carriage Return (CR).

Link copied to clipboard
const val CSI: Int = 155

Control Sequence Introducer (CSI).

Link copied to clipboard
const val DC1: Int = 17

Device Control 1 / XON (DC1).

Link copied to clipboard
const val DC2: Int = 18

Device Control 2 (DC2).

Link copied to clipboard
const val DC3: Int = 19

Device Control 3 / XOFF (DC3).

Link copied to clipboard
const val DC4: Int = 20

Device Control 4 (DC4).

Link copied to clipboard
const val DCS: Int = 144

Device Control String (DCS).

Link copied to clipboard
const val DEL: Int = 127

Delete (DEL).

Link copied to clipboard
const val DLE: Int = 16

Data Link Escape (DLE).

Link copied to clipboard
const val EM: Int = 25

End of Medium (EM).

Link copied to clipboard
const val ENQ: Int = 5

Enquiry (ENQ).

Link copied to clipboard
const val EOT: Int = 4

End of Transmission (EOT).

Link copied to clipboard
const val EPA: Int = 151

End of Protected Area (EPA).

Link copied to clipboard
const val ESA: Int = 135

End of Selected Area (ESA).

Link copied to clipboard
const val ESC: Int = 27

Escape (ESC).

Link copied to clipboard
const val ETB: Int = 23

End of Transmission Block (ETB).

Link copied to clipboard
const val ETX: Int = 3

End of Text (ETX).

Link copied to clipboard
const val FF: Int = 12

Form Feed (FF).

Link copied to clipboard
const val FS: Int = 28

File Separator (FS).

Link copied to clipboard
const val GS: Int = 29

Group Separator (GS).

Link copied to clipboard
const val HOP: Int = 129

High Octet Preset (HOP).

Link copied to clipboard
const val HT: Int = 9

Horizontal Tab (HT).

Link copied to clipboard
const val HTJ: Int = 137

Horizontal Tab Justified (HTJ).

Link copied to clipboard
const val HTS: Int = 136

Horizontal Tab Set (HTS).

Link copied to clipboard
const val IND: Int = 132

Index (IND).

Link copied to clipboard
const val LF: Int = 10

Line Feed (LF).

Link copied to clipboard
const val MW: Int = 149

Message Waiting (MW).

Link copied to clipboard
const val NAK: Int = 21

Negative Acknowledge (NAK).

Link copied to clipboard
const val NBH: Int = 131

No Break Here (NBH).

Link copied to clipboard
const val NEL: Int = 133

Next Line (NEL).

Link copied to clipboard
const val NUL: Int = 0

Null (NUL).

Link copied to clipboard
const val OSC: Int = 157

Operating System Command (OSC).

Link copied to clipboard
const val PAD: Int = 128

Padding Character (PAD).

Link copied to clipboard
const val PLD: Int = 139

Partial Line Down (PLD).

Link copied to clipboard
const val PLU: Int = 140

Partial Line Up (PLU).

Link copied to clipboard
const val PM: Int = 158

Privacy Message (PM).

Link copied to clipboard
const val PU1: Int = 145

Private Use One (PU1).

Link copied to clipboard
const val PU2: Int = 146

Private Use Two (PU2).

Link copied to clipboard
const val RI: Int = 141

Reverse Index (RI).

Link copied to clipboard
const val RS: Int = 30

Record Separator (RS).

Link copied to clipboard
const val SCI: Int = 154

Single Character Introducer (SCI).

Link copied to clipboard
const val SGCI: Int = 153

Single Graphic Character Introducer (SGCI).

Link copied to clipboard
const val SI: Int = 15

Shift In (SI).

Link copied to clipboard
const val SO: Int = 14

Shift Out (SO).

Link copied to clipboard
const val SOH: Int = 1

Start of Heading (SOH).

Link copied to clipboard
const val SOS: Int = 152

Start of String (SOS).

Link copied to clipboard
const val SPA: Int = 150

Start of Protected Area (SPA).

Link copied to clipboard
const val SS2: Int = 142

Single Shift Two (SS2).

Link copied to clipboard
const val SS3: Int = 143

Single Shift Three (SS3).

Link copied to clipboard
const val SSA: Int = 134

Start of Selected Area (SSA).

Link copied to clipboard
const val ST: Int = 156

String Terminator (ST).

Link copied to clipboard
const val STS: Int = 147

Set Transmit State (STS).

Link copied to clipboard
const val STX: Int = 2

Start of Text (STX).

Link copied to clipboard
const val SUB: Int = 26

Substitute (SUB).

Link copied to clipboard
const val SYN: Int = 22

Synchronous Idle (SYN).

Link copied to clipboard
const val US: Int = 31

Unit Separator (US).

Link copied to clipboard
const val VT: Int = 11

Vertical Tab (VT).

Link copied to clipboard
const val VTS: Int = 138

Vertical Tab Set (VTS).