ctrl_
Press a key, {{name}}, and watch the Control key strip it down to the byte it really sends. ASCII, 1967, still wired to your keyboard.
decoder
the 32 control characters · 0x00–0x1F
Click any cell, or just press its letter on your keyboard. Red cells have a dedicated key on a modern keyboard — and your terminal cannot tell the two apart.
the one that breaks the pattern
DEL is alone at the far end because of paper tape. A teletype punched
characters as patterns of holes — a hole is a 1, and you
can punch a hole but never un-punch one. To delete a character already
committed to the tape, you backed up one column and punched out every
remaining hole, turning it into all-bits-set. Readers were told to
ignore that value. DEL is 0x7F because 0x7F is the one value you can
always reach.
ANSI escape sequences · what ESC opens up
parse a sequence
\e, ESC, or ^[ all work as the escape prefix