Re: fputs

2004-05-26 Thread Chuck Swiger
Richard Burnett-Godfree wrote: In the code the software use fputs to output chars to the terminal. What seems to be happening is these are all buffered until the process terminates and then they all come out rather than being sent to the terminal during the program operation. Do I need to change

Re: fputs

2004-05-26 Thread Dan Nelson
In the last episode (May 26), Richard Burnett-Godfree said: > I am trying to port software currently running on hp-ux to freeBSD > 4.9. > > In the code the software use fputs to output chars to the terminal. > > What seems to be happening is these are all buffered until the &g

fputs

2004-05-26 Thread Richard Burnett-Godfree
I am trying to port software currently running on hp-ux to freeBSD 4.9. In the code the software use fputs to output chars to the terminal. What seems to be happening is these are all buffered until the process terminates and then they all come out rather than being sent to the terminal during