backspaces
Backspace refers to the backspace key on keyboards and to the corresponding control character in computing. It moves the cursor one position to the left and typically erases the character at that position, allowing a user to correct typos during text entry. In many systems the backspace operation is realized by sending the ASCII control code BS (hex 08) or the Unicode U+0008; when processed by a terminal or console, the device may move the cursor left and overwrite the previous character with a space, or it may delete the character from the input buffer without changing the display.
Historically, backspace originated with typewriters and early teletypes, where the operator would physically move the print
In software, the effect of backspace can vary. In command shells and terminal emulators, backspace typically
The delete key (DEL) and the backspace key perform different actions in many environments. Some modern interfaces