git: 9front

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