git: 9front

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