git: 9front

ref: 3ac3b2f6703b8d67146eb4c0f2f6ef4eb006ee8c
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);
}