git: 9front

ref: 30c08d5cb0760f3b3d8080151bf4e8497ba5aaec
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(); 
}