git: 9front

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

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