shithub: riscv

ref: 4526b1a5dd7f9ecb5b0b472cc4bd6a41b05effcc
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);
}