shithub: riscv

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