shithub: riscv

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