shithub: riscv

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