Skip to main content
ansicode
C0 controls (single-byte)

C0 controls — the single-byte control characters

C0 control codes. The 32 single-byte controls below `0x20` — BEL `0x07`, BS `0x08`, HT `0x09`, LF `0x0a`, CR `0x0d`, ESC `0x1b`, SI / SO, and friends. Not escape sequences per se, but every terminal emulator parses them alongside SGR / CSI and they show up in any ANSI-laden log.

1 sequence

All sequences in this family

Browse other families