git: 9front

ref: 66cc3768c1a4d898bd0fbf9f2e5cde7779d3ef9b
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);
}