ref: 853823f435cd30ffb52d90cd49b4cfdba42121d4 dir: /sys/src/cmd/plot/libplot/erase.c/
#include "mplot.h" void erase(void){ m_swapbuf(); m_clrwin(clipminx, clipminy, clipmaxx, clipmaxy, e1->backgr); }