shithub: riscv

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