shithub: riscv

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