The C0 control codes of the ASCII encoding.
See also: https://en.wikipedia.org/wiki/C0_and_C1_control_codes and isControl
Values
ack | comptime_int | Acknowledge. |
bel | comptime_int | Bell, Alert. |
bs | comptime_int | Backspace. |
can | comptime_int | Cancel. |
cr | comptime_int | Carriage Return (’\r’). |
dc1 | comptime_int | Device Control One (XON). |
dc2 | comptime_int | Device Control Two. |
dc3 | comptime_int | Device Control Three (XOFF). |
dc4 | comptime_int | Device Control Four. |
del | comptime_int | Delete. |
dle | comptime_int | Data Link Escape. |
em | comptime_int | End of Medium. |
enq | comptime_int | Enquiry. |
eot | comptime_int | End of Transmission. |
esc | comptime_int | Escape. |
etb | comptime_int | End of Transmission Block |
etx | comptime_int | End of Text. |
ff | comptime_int | Form Feed. |
fs | comptime_int | File Separator. |
gs | comptime_int | Group Separator. |
ht | comptime_int | Horizontal Tab, Tab (’\t’). |
lf | comptime_int | Line Feed, Newline (’\n’). |
nak | comptime_int | Negative Acknowledge. |
nul | comptime_int | Null. |
rs | comptime_int | Record Separator. |
si | comptime_int | Shift In. |
so | comptime_int | Shift Out. |
soh | comptime_int | Start of Heading. |
stx | comptime_int | Start of Text. |
sub | comptime_int | Substitute. |
syn | comptime_int | Synchronous Idle. |
us | comptime_int | Unit Separator. |
vt | comptime_int | Vertical Tab. |
xoff | comptime_int | An alias to |
xon | comptime_int | An alias to |