Information AboutBackspace |
| CATEGORIES ABOUT BACKSPACE | |
| computer keys | |
| control characters | |
|
In typewriters, a typist would, for example, type a lowercase letter A with acute accent (á) by typing a lowercase letter A, backspace and then the acute accent key (also known as Overstrike ). This is the basis for such spacing modifiers in computer character sets such as the ASCII caret (^, for the circumflex accent). Of course, ever since moving to CRT displays, backspace composition no longer works. It has to some degree been replaced with the Combining Diacritical Mark s mechanism of Unicode , though such characters do not work well with many fonts, and precomposed characters continue to be used. Some software like TeX uses the opposite method for diacritical marks, namely positioning the accent first, and then the base letter on its position. Pressing the backspace key on a computer terminal would generate the ASCII code 08, BS or Backspace, which would delete the preceding character. That control code could also be accessed by pressing Control-H, as H is the eighth letter of the Latin Alphabet . Terminals which do not have the backspace code mapped to the function of moving the cursor backwards and deleting the preceding character would display the symbols ^H (caret, H) when the backspace key was pressed. This sequence is still used humorously by hackers to denote a deletion, much like overstriking. Example: My slave-dri^H^H^H^H^H^H^H^H^Hboss decided to stall the project. A more concise alternative sometimes seen is ^W, which is the shortcut to delete the previous word in the Berkeley Unix terminal line discipline. One ^W can replace a whole string of ^H's. This shortcut has also made it into Emacs and Vi text editors. For really embarrassing blunders, '''^U''' (kill line) can outdo a whole line of ^W. The backspace is distinct from the Delete Key , which in paper media for computers would punch out all the holes to indicate a deletion, and in modern computers deletes text ''following'' it. Also, the delete key often works to delete other things (such as images pasted onto word processors) while backspace usually has no effect. In a Mainframe environment, ''to backspace'' means to move a Magnetic Tape backwards, typically to the previous block. |
|
|