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