Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!asuvax!noao!arizona!andrew From: andrew@cs.arizona.edu (Andrei V. Zaitsev) Newsgroups: comp.unix.questions Subject: ASCII question Message-ID: <1270@caslon.cs.arizona.edu> Date: 27 Mar 91 18:18:01 GMT Organization: U of Arizona CS Dept, Tucson Lines: 6 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.