shithub: riscv

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