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