shithub: riscv

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