git: 9front

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