git: 9front

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