git: 9front

ref: 10268934383547a5e1e4e820f2e95e7c52c8a30c
dir: /sys/src/cmd/plot/libplot/ppause.c/

View raw version
#include "mplot.h"
void ppause(void){ 
	char	aa[4]; 
	fflush(stdout); 
	read(0, aa, 4);  
	erase(); 
}