git: 9front

ref: 68f55577ce3a14c3f7a94db25fbd291ff44d8213
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(); 
}