xref: /plan9/sys/src/cmd/plot/libplot/ppause.c (revision 0b459c2cb92b7c9d88818e9a2f72e678e5bc4553)
1 #include "mplot.h"
2 void ppause(void){
3 	char	aa[4];
4 	fflush(stdout);
5 	read(0, aa, 4);
6 	erase();
7 }
8