Repeating screen print

BAKERWL at UWYO.EDU BAKERWL at UWYO.EDU
Fri Jun 3 17:39:43 EDT 1994


Hmmm...maybe it was obvious.  The answer is, to get a repeating screen
print:

	fprintf(stdout,"Tracing patch %7d\r",total_patches+1);
	fflush(stdout);

The \r is the key...

	Bill Baker
	bakerwl at uwyo.edu



More information about the grass-dev mailing list