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