git: 9front

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