git: 9front

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