Computing (FOLDOC) dictionary
Jump to user comments
character A character which is input or output to cause some
special action rather than to appear as part of the data.
Most control characters are input by holding down (either of)
the "Control" key(s) on the keyboard and simultaneously
pressing another key which may be a letter or (depending on
characters. Some control codes usually have their own special
thus be entered with a single keypress.
conventions for what effect typing certain control codes will
have, such as interrupting the current process or suspending
output.
Control codes may be output for their effect on the output
device, e.g. moving the cursor or print head to the start of a
new line.
(1995-03-23)