aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/erase.c
blob: ab9134752940e7fc7ca92aaec90fbef9316c460e (plain)
1
2
3
4
5
#include "mplot.h"
void erase(void){
	m_swapbuf();
	m_clrwin(clipminx, clipminy, clipmaxx, clipmaxy, e1->backgr);
}