shithub: riscv

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