I have a question about ASCII code. Can I be sure that character with code 13 will return cursor to the beginning of the line independently of the terminal type ? I need this ability for my C program but I do not want to use curses package because it results in the huge size of the executable file.