|
EDIT
History On teletype equipment, this control code advanced the paper one line. It was sent immediately after a CR, so that by the time paper had finished moving, the print head had returned to the beginning of the line.
|
|
|
EDIT
Modern Usage Microsoft products use a CR followed by an LF to signify a new line.
Unix operating systems use a single LF to move to signify a new line. Most other operating systems use a single CR as a newline and don't make use of LF at all. |
|
|
EDIT
Suggested Implementation When an LF is recieved, if the previously received character was a CR, then the LF should be ignored, otherwise the cursor should be moved to the beginning of the next line. This will cause the implementation to behave as expected with the majority of systems.
|
|
|
ADD NEWSIMILAR CHARACTERS
|
| < CHARACTER > | BLOCK | PROPERTIES |