shithub: plan9front

ref: 197ff3ac2f4fe9be7eefc9c8409cee04e267b04a
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);
}