shithub: riscv

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