Backspace

data object Backspace : DelKeyMode(source)

Backspace key sends ^H (0x08). Use for servers that expect the traditional backspace byte. The Delete key sends DEL (0x7f) instead.