Carriage return
What does Carriage return mean?
Definition
ASCII carriage return (CR) is a control character in the ASCII character set used to move the cursor to the beginning of the line in a text editor or terminal. ASCII carriage return has a decimal code point of 13 and is represented as the ^M character in many text editors and programming languages. It is often used in combination with a line feed (LF) character to indicate the end of a line of text.