thanks. i remembered fprintf being buffered, but i always thought \r would
also empty the buffer. now that explains everything. ;-)
alex
Jilles Tjoelker schrieb am 2009-07-05:
> On Sun, Jul 05, 2009 at 01:42:01PM +0200, Alexander Best wrote:
> > i'm running something similar to this pseudo-code i
Alexander Best schrieb:
i'm running something similar to this pseudo-code in an app of mine:
for (i=0 )
fprintf(stdout,"TEXT %d\r", int);
what's really strange is that if i print to stdout the output isn't very
clean. the cursor jumps randomly within the output (being 1 line). if i prin
On Sun, Jul 05, 2009 at 01:42:01PM +0200, Alexander Best wrote:
> i'm running something similar to this pseudo-code in an app of mine:
> for (i=0 )
> fprintf(stdout,"TEXT %d\r", int);
> what's really strange is that if i print to stdout the output isn't very
> clean. the cursor jumps rand
3 matches
Mail list logo