shithub: riscv

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