shithub: riscv

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