shithub: riscv

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