shithub: riscv

ref: 9de8d61fe6a08ec9bb021bf13fcd6536b797d1ea
dir: /sys/src/cmd/plot/libplot/erase.c/

View raw version
#include "mplot.h"
void erase(void){
	m_swapbuf();
	m_clrwin(clipminx, clipminy, clipmaxx, clipmaxy, e1->backgr);
}