What practical use does the ‘overtype’ function on a computer serve? It honestly seems more annoying than helpful

554 views

What practical use does the ‘overtype’ function on a computer serve? It honestly seems more annoying than helpful

In: 26

21 Answers

Anonymous 0 Comments

It is probably a legacy feature from a time when plain text in a mono-spaced typewriter-like font was used on computers. Then you could fill in a form without shifting the field labels or box drawing symbols around. In plain text you often didn’t have any formatting and any lines or brackets were part of the same text. The text being overtyped also wouldn’t jump around because the replacement symbol always had the same width.

Today overtyping is used when editing raw data directly in a hex editor, where inserting and deleting is usually not desired.

You are viewing 1 out of 21 answers, click here to view all answers.