yep the fflush (stdout) fixes the problem. I would assume that what some others wrote about changing the buffering mode would probably work too. thanks owen Quoting Dave Korn <dave.korn@xxxxxxxxxx>: > Something's gone funny with the stdout buffering. Maybe related to ICANON. > Try adding a fflush (stdout) after the printf.