| Taken literally just CR seems very odd. You probably know this, but LF is "line feed" which advances the feed. CR is "carriage return" which puts the carridge to the start of the line. The combination makes sense because it does both, it returns the carriage and advances the line. Just LF kind of makes sense because when you advance the line you can think of the line being empty. But conceptually just CR suggests returning the carriage but that doesn't imply the newline. Of course the terminology is originally from type-writers so it doesn't have to make sense, but it does seem odd that some systems chose just CR. |