shithub: plan9front

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