git: 9front

ref: 4a30e556f7b66bcd2e68ab04bd3c9c42e1e4dfac
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);
}